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

Site to Site VPN 876

stamatis32
Level 1
Level 1

hello everyone,

a few days now i am trying to make an ipsec sitetosite vpn tunnel between 2 876 soho routers. Here is the scenario,

VpnServer (192.168.1.0)   <-ipsec->  VpnClient (192.168.11.0)

Connection established fine.

I can ping from VpnServer to VpnClient and vice versa.

I can ping from a host behind network 192.168.11.0 to a host behind 192.168.1.0 but i can not establish an RDP connection.

I can not ping from a host behind 192.168.1.0 to anything behind 192.168.11.0.

I think i miss something.

2 Replies 2

ragulsiva15
Level 1
Level 1

Everything else looks correct, try to add the static routes as follows and post the reply

1) On Server

ip route 192.168.11.0 255.255.255.0 dialer0

2) On Client

192.168.1.0 255.255.255.0 dialer1

Hope this solves the issue.

thanks for your reply,

nothing changed after these routes added. I think the problem is windows firewall, i found out that i can succesfully ping a NAS server running linux. And if i turn off windows firewall everything is working fine.