Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Setting Default Config MT all type #KJG1119
- /ip pool
- add name=local ranges=192.168.88.2-192.168.88.254
- /ip dhcp-server
- add address-pool=local disabled=no interface=ether2 name=Local
- /ip address
- add address=192.168.88.1/24 comment=Local interface=ether2 network=192.168.88.0
- /ip dhcp-server network
- add address=192.168.88.0/24 comment=Local gateway=192.168.88.1 netmask=24
- /ip firewall nat
- add action=masquerade chain=srcnat comment=MASQ
- /ip route
- add distance=1 gateway=192.168.88.1
- /ip dhcp-client add interface=ether1 add-default-route=yes use-peer-dns=yes use-peer-ntp=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement