What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Need some help I have set up vpn server => client

octopus

Part of the Furniture
Hello guys.
Need some help I have set up vpn server => client (client is another brand router with vpn sw 2.6.14) and can't reach other side lan clients from server. (ping working though)

Client side have this:
LAN 192.168.46.0/24
option route_nopull '1'
list route '192.168.50.0 255.255.255.0'

Server side have this:
192.168.50.0/24
server 10.8.44.0 255.255.255.0
push "route 192.168.50.0 255.255.255.0 vpn_gateway 500"
route 192.168.46.0 255.255.255.0

I also have CCD file and ipp.txt

Hope someone have som suggestions.
 
So you can "ping" the VPN client-side hosts (192.168.46.x) but you can't "reach" them?
Yes it is strange.
Code:
PING 192.168.46.1 (192.168.46.1): 56 data bytes
64 bytes from 192.168.46.1: seq=0 ttl=64 time=6.170 ms
64 bytes from 192.168.46.1: seq=1 ttl=64 time=5.083 ms
64 bytes from 192.168.46.1: seq=2 ttl=64 time=5.030 ms
 
What do you mean by "reach" then if you can ping them?
If I try to reach GUI on client side I get no response, only with ping using MobaXterm
 
If I try to reach GUI on client side I get no response...
This is all a bit vague. What kind of GUI and what kind of device? What about other devices?

Does this device(s) have a firewall? If so, have you allowed traffic through from the VPN subnet (10.8.44.0/24)?
 
This is all a bit vague. What kind of GUI and what kind of device? What about other devices?

Does this device(s) have a firewall? If so, have you allowed traffic through from the VPN subnet (10.8.44.0/24)?
Yes it has. It's GL-MT6000
have you allowed traffic through from the VPN subnet (10.8.44.0/24)? => on client side?
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top