Hello, I've installed a VPN IPSEC with IKEv1. I want to add a SNAT rule for routing an other subnet. My rule not matching. The routing is actived on my server. iptables -t nat -A POSTROUTING -s X.X.X.X -d X.X.X.X -j SNAT --to-source X.X.X.X Can you help ? Best regards. -- Fabien