Powered By Blogger

15 September 2008

3. Tunneling Using ipip Mikrotik

membuat tunnel 2 mikrotik yang memiliki ip 120.136.16.13 dan 202.182.48.133 dengan metode ipip tunnel dengan ip 10.0.0.1 dan 10.0.0.2 :

konfigurasi roter dengan ip 120.136.16.13 :

1. add IPIP interface

[batman@superman.thcomm.net.id] interface ipip>add local-address=120.136.16.13 \
remote-address=202.182.48.133 disabled=no

2. add ip address di interface IPIP

[batman@superman.thcomm.net.id]ip address>add address=10.0.0.1/24 interface=ipip1

konfigurasi roter dengan ip 202.182.48.133 :

1. add IPIP interface

[batman@superman.thcomm.net.id] interface ipip>add local-address=202.182.48.133 \
remote-address=120.136.16.13 disabled=no

2. add ip address di interface IPIP

[batman@spiderman.thcomm.net.id]ip address>add address=10.0.0.2/24 interface=ipip1

cek apakah sudah konek ato blum :

[batman@superman.thcomm.net.id] > ping 10.0.0.2
10.0.0.2 64 byte ping: ttl=64 time=41 ms
10.0.0.2 64 byte ping: ttl=64 time=43 ms
10.0.0.2 64 byte ping: ttl=64 time=43 ms
10.0.0.2 64 byte ping: ttl=64 time=49 ms
10.0.0.2 64 byte ping: ttl=64 time=37 ms
10.0.0.2 64 byte ping: ttl=64 time=44 ms
10.0.0.2 64 byte ping: ttl=64 time=64 ms

Tidak ada komentar: