Ok !
Ton problème vient peut être de la alors;
Il me semble que le NAT ou masquerading pose problème quand il s'agit de faire passer des tunnels VPN.
Par exemple dans la doc de freeswan on trouve la note suivante :
Citation :
Do not MASQ or NAT packets to be tunneled
If you are using IP masquerade or Network Address Translation (NAT) on either gateway, you must now exempt the packets you wish to tunnel from this treatment. For example, if you have a rule like:
iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.0/24 -j MASQUERADE
change it to something like:
iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.0/24 -d \! 192.0.2.128/29 -j MASQUERADE
This may be necessary on both gateways.
|
http://www.freeswan.org/freeswan_t [...] onfig.html
Message édité par Nicool le 13-02-2004 à 16:47:22