Setelan Mikrotik Untuk Jaringan WAN
SETTINGAN MIKROTIK UNTUK JARINGAN WAN
Admin          
1.      
interface
print
2.      
ip
dhcp-client add interface:ether 1
3.      
ip
dhcp-client print
4.      
ip
dhcp-client enable 0
5.      
ip
address add address=192.168.10.1/24               interface:ether 2
6.      
ip
address print
7.      
ip
dhcp-server setup
8.      
interface:ether
2
9.      
ip
dhcp-server print
10.         
ip
firewall nat add chain=srcnat src-address=192.168.10.0/24 out-interface:ether 1
action=masquerade
.         
ip
firewall nat print
.         
ping www.google.co.id
reply………………..
reply………………..
reply………………..
reply………………..

Post a Comment