1.1 RouterOS Simple Network configuration case
Reference Link: https://wenku.baidu.com/view/b10dea31a32d7375a4178036.html
1.interfaces LIST #设置 (Wan/lan) interface name
- IP---address #分别设置内外网卡IP参数
- IP---DNS #设置宽带供应商提供的外网DNS
- IP---FIREWALL---NAT #设置伪装 (firewall)
- IP---IP pool #分配DHCP地址池 (for intranet)
- IP---DHCP server #设置DHCP服务
- IP---Route #添加路由 (gateway address)
First step: Network interface Configuration
In the/interfaces list, modify/
Ether1-wan, defined as an external interface, modify ETHER2 to Ether2-lan defined as an intranet interface,
Step two: Nic parameter configuration (wan/lan IP settings)
Add IP addresses and select NIC interfaces in/IP address to add intranet and perimeter IP addresses
Step Three: DNS configuration
Add multiple DNS server addresses in the/IP DNS settings, enable DNS caching as needed (allow remote requests), and modify the DNS cache size via the cache size:
Fourth Step: Configure Spoofing (firewall)
In/IP firewall NAT, click "+" to add the Masquerade rule:
Add a new rule in NAT and select the Srcnat list in chain:
The Action=masquerade rule in the Select action:
Fifth step: Assigning DHCP address pools
Sixth step: Setting up the DHCP service
Seventh Step: Add route (extranet gateway address)
Winbox Configuring static IP Access steps