Sunday, 6 February 2011

SETTING IP ADDRESS,GATEWAY DAN DNS MIKROTIK

A.Setting Ip Address Mikrotik

  • Ketik new terminal di winbox...
/ip address add address=10.8.1.90 \
netmask=255.255.255.0 inteface=public \
comment=”IP_KE_MODEM”
/ip address add address=192.168.20.20 \
netmask=255.255.255.0 inteface=local \
comment=”IP_KE_HUB_POOL”

B.Setting Gateway Mikrotik

/ip route add gateway=10.8.1.89

C.Setting DNS Mikrotik

/ip dns set primary-dns=202.127.97.18 allow-remote-request=yes
/ip dns set secondary-dns=202.127.19.21 allow-remote-request=yes

atau:

/ip dns set servers=203.127.97.18,203.127.19.21 allow-remote-request=yes

Ket:
Tes ping dari PC ke gateway..kalo udah reply berarti udah benar
Tes Dari New terminal winbox ping yahoo.com kalo udah reply berarti udah terhubung ke internet.


Selamat Mencoba..

No comments:

Post a Comment