|
Hi,
Router 1
interface Serial0/0
ip address 192.168.254.201 255.255.255.192
encapsulation ppp
interface FastEthernet0/0
ip address 192.168.253.1 255.255.255.0
ip route 192.168.225.0 255.255.255.0 192.168.254.202
client pc1:ip:192.168.253.200 /24
gateway:192.168.253.1
Router 2
interface Serial0/0
ip address 192.168.254.202 255.255.255.192
encapsulation ppp
!
interface FastEthernet0/1
ip address 192.168.225.1 255.255.255.0
!
ip route 192.168.253.0 255.255.255.0 192.168.254.201
client pc1:ip:192.168.225.200 /24
gateway:192.168.225.1
Configuration of Cisco 2600 router in both place. Now my problem is I need to add one segment to use for my client pc. it was 192.168.226.0 255.255.255.0 .please anybody help me.
Both sides I only have layer 2 switches.
ip route ?
client pc1:ip:?
gateway:?
Thanks…
|