Difference between revisions of "Quagga: Static Routing"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (→Cek) |
Onnowpurbo (talk | contribs) |
||
Line 20: | Line 20: | ||
ip address 10.10.20.1/24 | ip address 10.10.20.1/24 | ||
exit | exit | ||
− | + | ||
− | |||
end | end | ||
Line 29: | Line 28: | ||
show interface | show interface | ||
show ip route | show ip route | ||
+ | |||
+ | ==Youtube== | ||
+ | |||
+ | * https://youtu.be/mTfMkm0dXUc | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Quagga]] | * [[Quagga]] |
Latest revision as of 05:49, 25 December 2018
vtysh configure terminal
! eth0 tersambung nat0 GNS3 interface eth0 ip address 192.168.122.100/24 ip address 192.168.122.101/24 ip address 192.168.122.102/24 exit ip route 0.0.0.0 0.0.0.0 192.168.122.1
! eth1 ke client interface eth1 ip address 10.10.10.1/24 exit
! eth2 ke client interface eth2 ip address 10.10.20.1/24 exit end
Cek
show interface show ip route