Multiple vpn tunnels
Hello Folks,
I have the following situation:
VPN Tunnel 1 VPN Tunnel 2
81.129.39.9 ============ 59.20.93.49 ============= 93.48.28.27
Gateway A Gateway
B Gateway C
I need all clients coming from gateway C to be able to use the vpn
tunnel 1, so I have the following rule on Gateway B:
iptables -t nat -A POSTROUTING -s 93.48.28.27 -d 81.129.40.0/24 -o
eth0 -j MASQUERADE
But does not work, what I'm missing here?
Note: doing tcpdump host 93.48.28.27 on Gateway B and trying to ping
or telnet from Gateway C seems to work. I don't have access to Gateway
A, so I can't verify if the packets get to Gateway A.
I would really appreciate if you can help me fix this or find an other
job ;)
.
Relevant Pages
- Re: Could I have your suggestions?
... about the VPN connection - my budget is rather limited. ... assigns IP Configuration to clients. ... the change can be made on the DHCP server instead ... Gateway VPN in user guide for the product above. ... (microsoft.public.windows.server.networking) - Re: vpn configuration question
... subnet route is set up for the tunnel traffic. ... How you prevent clients from changing settings in the connection ... > networks and some outside network accessing our corporate network. ... > "Use default gateway on remote network". ... (microsoft.public.windows.server.networking) - Re: Aktuelle VPN =?ISO-8859-1?Q?L=F6sung_gesucht?=
... Ich möchte ein VPN Gateway einrichten. ... Da das Gateway eine high-security Kiste sein soll, ... Fileserver, Gateway, sowie Netzwerdrucker und Win XP Clients. ... Standort 2 soll nur aus clients bestehen und einfach aufgebaut sein: ... (de.comp.os.unix.linux.misc) - Re: Possible to secure WEP?
... A VPN is a tunnel. ... A tunnel with only one end is a cave. ... Your gateway IP address is 192.168.1.1. ... you connect to a remote VPN server. ... (alt.internet.wireless) - Aktuelle VPN =?ISO-8859-15?Q?L=F6sung_gesucht?=
... Ich möchte ein VPN Gateway einrichten. ... Da das Gateway eine high-security Kiste sein soll, ... Fileserver, Gateway, sowie Netzwerdrucker und Win XP Clients. ... Standort 2 soll nur aus clients bestehen und einfach aufgebaut sein: ... (de.comp.os.unix.linux.misc) |
|