JSI Tip 4707. ICS issues: We can't find 'xxx.xx.xxx.xx'?
January 20, 2002
When you try to connect to the Web through ICS, you receive:
We can't find "xxx.xx.xxx.xx"
where xxx.xx.xxx.xx is the IP address of the web page you were trying to display.
If your request times out regularly, you could increase the timeout in the NameSvrQueryTimeout value name, a REG_DWORD data type, at HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNetbtParameters.
The default is 1500 milliseconds, using the Decimal Radix. I would start with 10,000 and adjust the number if needed.
You can also adjust the TCPInitialRtt Value Name from the default 3000 milliseconds to 5000 milliseconds, using the Decimal Radix. This TCP/IP REG_DWORD parameter is located at HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTcpipParametersInterfaces.
About the Author
You May Also Like