You are on page 1of 1

Router Configuration:

steps:
Install two LAN card or Create Virtual IP (EX. eth0 | eth1 )
1)In our case we have two network 192.168.0. and 10.0.0. so we are going to
assign 192.168.0.1 IP address to eth0 and 10.0.0.1 IP-address to eth1
2)Create two file route-eth0 ans route-eth1 under /etc/sysconfig/network-scripts
/ folder ans mention the network address.
#cd /etc/sysconfig/network-scripts
#vi route-eth0
10.0.0.0/24 via 192.168.0.1
#vi route-eth1
192.168.0.0/24 via 10.0.0.1
3) Change the Gateway address of each PC in the network

You might also like