cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
1
Replies

routing from remote site.

after1111
Level 1
Level 1

I want users from subnet 192.168.1.0 (LAN) to access resources in datacentre and the internet.

Ive decided to go with static route as this is a stub network.

On R1

ip route 192.168.3.0 255.255.255.0 192.168.2.1

On R2:

ip route 192.168.1.0 255.255.255.0 192.168.2.2

Will this work?

1 Reply 1

andrew.prince
Level 10
Level 10

Access for the internet & DataCenter from R1

ip route 0.0.0.0 0.0.0.0 192.168.2.1

Return traffic from DataCenter/Internet  R4

ip route 192.168.1.0 255.255.255.0 192.168.3.2

HTH>