GNOME Bugzilla – Bug 611027
[enh] allow --force-natt option in NAT menu
Last modified: 2010-02-26 10:23:26 UTC
"I have a situation where vpnc is failing due to an incorrect setting in the NetworkManager vpnc plugin. The situation is a condition where a firewall or other non-NAT device is interfering with protocol 50 (esp) and we need NAT-T even though we are not behind a NAT. As it so happens, vpnc does support this. It's "NAT Traversal mode force-natt"."
Basically we need to: 1) Change the existing properties dialog "NAT Traversal" menu's "NAT-T" option to "NAT-T (autodetect)" 2) Add a "NAT-T (always)" option to that dropdown 3) Push that option through from the dialog to nm-vpnc-service.c
If any one is not doing it, i will do it and post a patch soon :)
Created attachment 154663 [details] [review] force-natt patch
Attached patch. Note for importing and exporting to pcf, i had to create a key X-NM-Use-Force-NAT-T, which when set along with X-NM-Use-NAT-T, will enable the force-natt, hope that is ok. Thanks.
041c8ddd8ea479a163e9d4d265e2a536c057aa50 (master) 761c1117d3809e9a7794e75289319e6f91c2e60a (0.7.x) thanks!
Huzaifa / Dan - Thanks!