On Fri, 28 Sep 2012 10:27:39 +1200, Gib Bogle
<> wrote:
>On 27/09/2012 10:43 p.m., Stephen Worthington wrote:
>
>> You might like to verify for sure that the port is actually open
>> through the Windows firewall. Try to use telnet to connect to that
>> port. You may need to install telnet first - on my Vista box that is
>> under Control Panel / Programs / Turn Windows features on or off.
>>
>> From a command prompt:
>>
>> telnet 192.162.1.1 631
>>
>> If telnet does connect, you can exit it using Ctrl-] then the quit
>> command. If the connection fail or times out, then either the
>> firewall is not open on that port, or the router is not set up to use
>> that port correctly - you should try again after temporarily disabling
>> the entire Windows firewall (and disconnecting your router from the
>> Internet for safety if necessary).
>>
>> BTW Are you using the builtin Windows firewall, or the one in your
>> anti-virus software (eg Norton)? I have had problems with Norton 360
>> not opening ports when needed, and had to open them manually. But I
>> do have a complex network that has Vista confused.
>>
>
>Hi Stephen, this sounds very promising! I turned the telnet client on,
>then did 'telnet 192.168.1.1 631'. I just get a blank telnet window,
>there's no indication that it's connected. If I type something it comes
>back with:
>HTTP/1.1 404 Not Found
>Connection: close
>Connection to host lost.
>
>Does this indicate a failure to connect?
That conclusively proves that the firewall is not blocking the port.
You are getting a response from some sort of server software that does
HTTP protocol (like a web server, but lots of other things also use
HTTP protocol).
Since it understands HTTP, you might like to now try with your web
browser - use this URL:
http://192.168.1.1:631
and see if you get a response.