Difference between revisions of "Quagga: Dua Router Static Routing - eth07 WAN"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "center|400px|thumb R1: eth8 - ke Cloud Internet eth1 - R2: eth1 eth7 - LAN (192.168.123.x/24) R2: eth1 - R1: eth1 eth7 - LAN (192.168.124.x/24) R1:...")
 
Line 3: Line 3:
  
 
R1:
 
R1:
  eth8 - ke Cloud Internet
+
  eth7 - ke Cloud Internet
  eth1 - R2: eth1
+
  eth0 - R2: eth0
  eth7 - LAN (192.168.123.x/24)
+
  eth6 - LAN (192.168.123.x/24)
  
 
R2:
 
R2:
  eth1 - R1: eth1
+
  eth0 - R1: eth0
  eth7 - LAN (192.168.124.x/24)
+
  eth6 - LAN (192.168.124.x/24)
  
  
Line 17: Line 17:
 
  configure terminal
 
  configure terminal
  
  # interface eth8
+
  interface eth0
#  ip address 192.168.122.100/24
 
#  ip address 192.168.122.101/24
 
#  ip address 192.168.122.102/24
 
#  no shutdown
 
#  ip route 0.0.0.0 0.0.0.0 192.168.122.1
 
interface eth1
 
 
   ip address 172.16.1.1/30
 
   ip address 172.16.1.1/30
 
   exit
 
   exit
# interface eth7
 
#  ip address 192.168.1.1/24
 
#  exit
 
 
  ip route 192.168.124.0 255.255.255.0 172.16.1.2
 
  ip route 192.168.124.0 255.255.255.0 172.16.1.2
 
  exit
 
  exit
Line 37: Line 28:
 
  config terminal
 
  config terminal
 
   
 
   
  interface eth1
+
  interface eth0
 
   ip address 172.16.1.2/30
 
   ip address 172.16.1.2/30
 
   exit
 
   exit
# interface eth2
 
#  ip address 192.168.2.1/24
 
#  exit
 
 
  ip route 192.168.123.0 255.255.255.0 172.16.1.1
 
  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
 
  ip route 0.0.0.0 0.0.0.0 172.16.1.1

Revision as of 05:43, 2 April 2020

SR1.png


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


Pranala Menarik