Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello and welcome to my latest problem: VPN Routing doesn't work.
I've got a Server and two clients. Both clients are connected to the server (the server tunnel log displays both clients connected with some amount of traffic).
Server can ping client1, client1 can ping server.
Server cannot ping client2, client2 cannot ping server.
It gives me some error like "ping: sendmsg: Operation not permitted.".
Below a list with the associated IPs:
[Server]
eth0 -- 10.0.1.1 (connected to ADSL modem on location A)
eth1 -- 10.0.3.133
tun0 -- 10.0.3.167 (VPN tunnel)
tap0 -- 10.0.3.123
[Client 1]
eth0 -- 10.0.4.1 (connected to ADSL modem on location B)
eth1 -- 10.0.3.137
tun0 -- 10.0.3.172 (VPN tunnel)
[Client 2]
eth0 -- 10.0.5.10 (connected to ADSL modem on location C)
eth1 -- 10.0.5.1 (used for in-house internet gateway interface)
tun0 -- 10.0.3.200 (VPN tunnel)
I opened any iptable chains to permit connections on client2. That didnt help. What can I do to fix that?
Thanks for help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.