Advertisement
kajege

Default Config

Aug 24th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. #Setting Default Config MT all type #KJG1119
  2.  
  3. /ip pool
  4. add name=local ranges=192.168.88.2-192.168.88.254
  5. /ip dhcp-server
  6. add address-pool=local disabled=no interface=ether2 name=Local
  7. /ip address
  8. add address=192.168.88.1/24 comment=Local interface=ether2 network=192.168.88.0
  9. /ip dhcp-server network
  10. add address=192.168.88.0/24 comment=Local gateway=192.168.88.1 netmask=24
  11. /ip firewall nat
  12. add action=masquerade chain=srcnat comment=MASQ
  13. /ip route
  14. add distance=1 gateway=192.168.88.1
  15. /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