Server Access from a different Subnet

Associate
Joined
1 Aug 2003
Posts
1,053
I have setup a VPN, but am having an odd issue where I can connect to one of my servers, but all the others are inaccessible.

One server responds absolutely fine, as do all other devices, but two of the servers are totally inaccessible.

I have tried making sure they have their gateway set correctly and I can't see any major differences in iptables - any suggestions?
 
Yes, route to the subnet, two servers not responding.

They have near identical settings output in /sbin/route

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default router.asus.com 0.0.0.0 UG 0 0 0 bond0
link-local 0.0.0.0 255.255.0.0 U 1004 0 0 bond0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 bond0

The only real difference is the metric values which, as I understand it, specifies interface priorities.
 
Back
Top Bottom