cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1721
Views
0
Helpful
2
Replies

SRP527w Static Routes

ross.gay
Level 1
Level 1

Hi All,

We have 2 sites with 2 internet connections at each site. All are SRP527w routers. 1 is for internet and 1 is for a site to site VPN as shown below:

VPN layout.JPG

192.168.2.254 Public IP 120.10.25.35

192.168.3.254 Public IP 120.10.25.36

(All IP's are examples not our IPs)

Currently we are using Static Routes on the PC's so they can access each server no matter what site they are at. I have looked at using the Static Routes section on the SRP's but cannot get it to work. Was wondering if someone has done this before and if s what i might be doing wrong.

Cheers,

Ross

1 Accepted Solution

Accepted Solutions

On your PCs/servers you must configure the default gateway only, in your case the SRP used to connect in Internet.

Server 1 Default Gateway: 192.168.2.1

On this SRP you must add a static route like this:

ip route 192.168.3.0 255.255.255.0 192.168.2.254

You must replicate the config for server/site 2 and adjust ip addresses.

Use ping and tracert for test.

Regards.

View solution in original post

2 Replies 2

On your PCs/servers you must configure the default gateway only, in your case the SRP used to connect in Internet.

Server 1 Default Gateway: 192.168.2.1

On this SRP you must add a static route like this:

ip route 192.168.3.0 255.255.255.0 192.168.2.254

You must replicate the config for server/site 2 and adjust ip addresses.

Use ping and tracert for test.

Regards.

ross.gay
Level 1
Level 1

Thanks Daniele. Works perfectly now.