Quagga: Dua Router Static Routing - eth07 WAN
Jump to navigation
Jump to search
R1:
eth7 - ke Cloud Internet eth0 - R2: eth0 eth6 - LAN (192.168.123.x/24)
R2:
eth0 - R1: eth0 eth6 - LAN (192.168.124.x/24)
R1:
vtysh
configure terminal interface eth0 ip address 172.16.1.1/30 exit ip route 192.168.124.0 255.255.255.0 172.16.1.2 exit
R2:
vtysh
config terminal interface eth0 ip address 172.16.1.2/30 exit ip route 192.168.123.0 255.255.255.0 172.16.1.1 ip route 0.0.0.0 0.0.0.0 172.16.1.1 exit
Test
R1:
ping 192.168.2.1
R2:
ping 192.168.1.1
Setting Client
LAN 1 Client:
ip 192.168.1.2 gw 192.168.1.1
LAN 2 Client:
ip 192.168.2.2 gw 192.168.2.1