MikroTik Command Line
/system identity set name=RouterKu.
/interface print
/interface ethernet set ether1 name=Public
/interface Ethernet set ether2 name=Local
atau
/interface set 0 name=Public
/interface set 1 name=Local
atau
/ interface set 0 name=Public; set 1 name=Local
/ip address add address=192.168.67.100/24 interface=Public
/ip address add address=167.16.10.100/24 interface=Local
/ip address remove 1
/ip address add address=172.16.10.100/24 interface=Local
/ ip route add dst-address=0.0.0.0/0 gateway=192.168.67.2 Atau
/ip route add gateway=192.168.67.2
/ip firewall nat add chain=srcnat out-interface=Public action=masquerade
/ip dns set primary-dns=203.78.115.215 secondary-dns=203.78.115.222 allow-remote-request=yes
/ip pool add name = ippool1 ranges= 172.16.10.1-172.16.10.10
/ip dhcp-server add interface=Local address=ippool1
/ip dhcp-server network add address=172.16.10.0/24 gateway=172.16.10.100 s=dns-server=203.78.115.222
/system backup save name=Backup-1
/system backup load name=Backup-1
Posting Komentar