Sabtu, 09 Februari 2008

Langkah2 Membuat Route Static

langkah pembuatan route static pada debian 4.0



1 debian:/etc# route add -net 192.168.0.0 netmask 255.255.255.0 gw 172.26.78.1 dev eth0
debian:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.26.78.0 * 255.255.255.224 U 0 0 0 eth0
192.168.0.0 172.26.78.1 255.255.255.0 UG 0 0 0 eth0
default 172.26.78.1 0.0.0.0 UG 0 0 0 eth0

2 debian:/etc# route add -host 192.168.0.13 dev eth0
debian:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.13 * 255.255.255.255 UH 0 0 0 eth0
172.26.78.0 * 255.255.255.224 U 0 0 0 eth0
192.168.0.0 172.26.78.1 255.255.255.0 UG 0 0 0 eth0
default 172.26.78.1 0.0.0.0 UG 0 0 0 eth0

3 debian:/etc# route add -host 192.168.0.13 dev eth0
debian:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.13 * 255.255.255.255 UH 0 0 0 eth0
172.26.78.0 * 255.255.255.224 U 0 0 0 eth0
192.168.0.0 172.26.78.1 255.255.255.0 UG 0 0 0 eth0
default 172.26.78.1 0.0.0.0 UG 0 0 0 eth0

4 debian:/etc# route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.0.13 dev eth0
debian:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.13 * 255.255.255.255 UH 0 0 0 eth0
172.26.78.0 * 255.255.255.224 U 0 0 0 eth0
192.168.1.0 192.168.0.13 255.255.255.0 UG 0 0 0 eth0
192.168.0.0 172.26.78.1 255.255.255.0 UG 0 0 0 eth0
default 172.26.78.1 0.0.0.0 UG 0 0 0 eth0

5 debian:/etc# route add -host 192.168.1.13 gw 192.168.0.13 dev eth0
debian:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.13 * 255.255.255.255 UH 0 0 0 eth0
192.168.1.13 192.168.0.13 255.255.255.255 UGH 0 0 0 eth0
192.168.1.0 192.168.0.13 255.255.255.0 UG 0 0 0 eth0
192.168.0.0 172.26.78.1 255.255.255.0 UG 0 0 0 eth0
default 172.26.78.1 0.0.0.0 UG 0 0 0 eth0

dalam pembuatan route static mendapat beberapa kesulitan seperti
masih bingung bagaimana route secara detail dan sampai akar2nya
tapi saya masih mending karena Lilik mau menjelaskan sedikit masih mendingan
kan ,daripada tidak mudeng dan juga mas joe pembibing saya jadi
saya bertambah penetahuan saya

Tidak ada komentar: