Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh routing ip nat set global ?
Usage
: set global
[[tcptimeoutmins=
]integer
] [[udptimeoutmins=
]integer
]
[[loglevel=
]none
|error
|warn
|info
]
Parameters
:
Tag Value
tcptimeoutmins - The timeout value in minutes used for TCP mappings.
udptimeoutmins - The timeout value in minutes used for UDP mappings.
loglevel - One of the following values
:
none
: No logging of NAT-related events.
error
: Log only errors related to NAT.
warn
: Log warnings related to NAT.
info
: Log information related to NAT.
Remarks
: Sets global NAT parameters.
Example
:
set global tcptimeoutmins=1440 udptimeoutmins=1 loglevel=error