Default IP time to live

M

Mmondor

Can someone tell me where in the registry I can locate
the default IP time to live and what that would be in
minutes? We are having some issues with an app on this
server that loses its connection with an UNIX box. This
app does not automatically reconnect. So the question
came up on how long the time outs are on both W2K and
UNIX that would trigger it to disconnect.

Thanks...
 
S

Smile Extender

tcp/ip parameters can be found from
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters".

WindowsXP recognizes this optional parameters that are not there by default.
You must add them manually. I believe also Windows 2000 has most of them. I
don't know how these value names are used and which valeus there can be
used. So be careful when you add any of them. Here most values are zeros,
but actual values most likely shouldn't be.

"MaxNumberOfAddressesToRegister"=dword:00000000
"DisableDynamicUpdate"=dword:00000000
"AllowUnqualifiedQuery"=dword:00000000
"PrioritizeRecordData"=dword:00000000
"DisableAdapterDomainName"=dword:00000000
"EnableAdapterDomainNameRegistration"=dword:00000000
"DisableReverseAddressRegistrations"=dword:00000000
"DisableWanDynamicUpdate"=dword:00000000
"DisableReplaceAddressesInConflicts"=dword:00000000
"DefaultRegistrationTTL"=dword:00000000
"DefaultRegistrationRefreshInterval"=dword:00000000
"UpdateSecurityLevel"=dword:00000000
"DnsQueryTimeouts"=dword:00000000
"DnsQuickQueryTimeouts"=dword:00000000
"DnsMulticastQueryTimeouts"=dword:00000000
"DefaultTTL"=dword:00000080
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000000
"GlobalMaxTcpWindowSize"=dword:0000faf0
"TcpMaxDupAcks"=dword:00000002
"SackOpts"=dword:00000000
"Tcp1323Opts"=dword:00000003
"TcpTimedWaitDelay"=dword:000000f0
"EnableDeadGWDetect"=dword:00000000
"EnableICMPRedirect "=dword:00000000
"KeepAliveTime"=dword:006ddd00
"KeepAliveInterval"=dword:000003e8
"NoNameReleaseOnDemand "=dword:00000000
"PerformRouterDiscovery"=dword:00000000
"SynAttackProtect"=dword:00000002
"TcpMaxHalfOpen "=dword:00000064
"TcpMaxHalfOpenRetried "=dword:00000050
"TcpMaxPortsExhausted "=dword:00000005
"TcpMaxConnectResponseRetransmissions "=dword:00000003
"ForwardBufferMemory"=dword:00012200
"TcpUseRFC1122UrgentPointer"=dword:00000000
"IGMPLevel"=dword:00000002
"TcpMaxDataRetransmissions"=dword:00000005
"TcpMaxConnectRetransmissions"=dword:00000003
"TcpWindowSize"=dword:0000faf0
 
S

Smile Extender

tcp/ip parameters can be found from
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters".

WindowsXP recognizes this optional parameters that are not there by default.
You must add them manually. I believe also Windows 2000 has most of them. I
don't know how these value names are used and which valeus there can be
used. So be careful when you add any of them. Here most values are zeros,
but actual values most likely shouldn't be.

"MaxNumberOfAddressesToRegister"=dword:00000000
"DisableDynamicUpdate"=dword:00000000
"AllowUnqualifiedQuery"=dword:00000000
"PrioritizeRecordData"=dword:00000000
"DisableAdapterDomainName"=dword:00000000
"EnableAdapterDomainNameRegistration"=dword:00000000
"DisableReverseAddressRegistrations"=dword:00000000
"DisableWanDynamicUpdate"=dword:00000000
"DisableReplaceAddressesInConflicts"=dword:00000000
"DefaultRegistrationTTL"=dword:00000000
"DefaultRegistrationRefreshInterval"=dword:00000000
"UpdateSecurityLevel"=dword:00000000
"DnsQueryTimeouts"=dword:00000000
"DnsQuickQueryTimeouts"=dword:00000000
"DnsMulticastQueryTimeouts"=dword:00000000
"DefaultTTL"=dword:00000080
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000000
"GlobalMaxTcpWindowSize"=dword:0000faf0
"TcpMaxDupAcks"=dword:00000002
"SackOpts"=dword:00000000
"Tcp1323Opts"=dword:00000003
"TcpTimedWaitDelay"=dword:000000f0
"EnableDeadGWDetect"=dword:00000000
"EnableICMPRedirect "=dword:00000000
"KeepAliveTime"=dword:006ddd00
"KeepAliveInterval"=dword:000003e8
"NoNameReleaseOnDemand "=dword:00000000
"PerformRouterDiscovery"=dword:00000000
"SynAttackProtect"=dword:00000002
"TcpMaxHalfOpen "=dword:00000064
"TcpMaxHalfOpenRetried "=dword:00000050
"TcpMaxPortsExhausted "=dword:00000005
"TcpMaxConnectResponseRetransmissions "=dword:00000003
"ForwardBufferMemory"=dword:00012200
"TcpUseRFC1122UrgentPointer"=dword:00000000
"IGMPLevel"=dword:00000002
"TcpMaxDataRetransmissions"=dword:00000005
"TcpMaxConnectRetransmissions"=dword:00000003
"TcpWindowSize"=dword:0000faf0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top