[Vtun-Commit] CVS: The file 'vtun/vtund.conf' has been modified.
Status: Inactive
Brought to you by:
mtbishop
|
From: Bishop <mtbishop> - 2009-03-29 10:09:19
|
The following file was modified in vtun:
Name Old version New version Comment
---- ----------- ----------- -------
vtund.conf 1.4.2.2 1.4.2.3
The accompanying log:
rfe2636157 - Permit a delayed UDP connection to overcome unpredictable
NAT ports.
The diff of the modified file(s):
--- vtund.conf 7 Jan 2008 22:36:05 -0000 1.4.2.2
+++ vtund.conf 29 Mar 2009 10:09:05 -0000 1.4.2.3
@@ -107,6 +107,19 @@
# This option is ignored by the client.
#
# -----------
+# nat_hack - Delay UDP set-up connection until Server or Client sends
+# a UDP packet, depending on setting. Useful to work around
+# routers which use mismatched port numbers for UDP traffic.
+#
+# 'client' - Delay UDP set-up on the client side
+# 'server' - Delay UDP set-up on the server side.
+# 'no' - Disable the NAT hack on both sides (default).
+#
+# Setting 'nat_hack client' on the server or 'nat_hack server'
+# on the client is ignored. Please see the vtund.conf man page
+# for more details and security information.
+#
+# -----------
# persist - Persist mode.
# 'yes' - Reconnect to the server after connection
# termination.
|