[Vtun-Commit] CVS: The file 'vtun/vtund.conf' has been modified.
Status: Inactive
Brought to you by:
mtbishop
|
From: Bishop <mtbishop> - 2009-03-03 04:15:34
|
The following file was modified in vtun: Name Old version New version Comment ---- ----------- ----------- ------- vtund.conf 1.4.2.2 1.4.2.2.4.1 The accompanying log: Initial check-in of Delayed UDP (Nat Hack) feature for working with unpleasant NATs, submitted by Dragos Vingarzan (rfe2636157) The diff of the modified file(s): --- vtund.conf 7 Jan 2008 22:36:05 -0000 1.4.2.2 +++ vtund.conf 3 Mar 2009 04:15:30 -0000 1.4.2.2.4.1 @@ -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. |