Can't connect to local listeners

  • Thread starter Thread starter OP
  • Start date Start date
O

OP

Hi,
Since the RTM version of SP2, I can't connect to any
local subnet listeners (except 127.0.0.1). For example:

Create (Using NetCat) listener on 127.0.0.2 port 10000:

C:\>nc -vv -l -p 10000 -s 127.0.0.2
listening on [127.0.0.2] 10000 ...

Try to access it:

C:\> telnet 127.0.0.2 10000

C:>telnet 127.0.0.2 10000
Connecting To 127.0.0.2...Could not open connection to
the host, on port 10000:
Connect failed

This worked fine on any other pre-release build of the
SP2...
 
OP said:
Hi,
Since the RTM version of SP2, I can't connect to any
local subnet listeners (except 127.0.0.1). For example:

Create (Using NetCat) listener on 127.0.0.2 port 10000:

C:\>nc -vv -l -p 10000 -s 127.0.0.2
listening on [127.0.0.2] 10000 ...

Try to access it:

C:\> telnet 127.0.0.2 10000

C:>telnet 127.0.0.2 10000
Connecting To 127.0.0.2...Could not open connection to
the host, on port 10000:
Connect failed

This worked fine on any other pre-release build of the
SP2...

This is a major issue that is affecting anyone trying to bind to the
alternate localhost ports. All the SSH tunneling users are having the
same issue, Canon printer drivers are also failing also.
 
any updates on a workaround or solution to this yet?

OP said:
Hi,
Since the RTM version of SP2, I can't connect to any
local subnet listeners (except 127.0.0.1). For example:

Create (Using NetCat) listener on 127.0.0.2 port 10000:

C:\>nc -vv -l -p 10000 -s 127.0.0.2
listening on [127.0.0.2] 10000 ...

Try to access it:

C:\> telnet 127.0.0.2 10000

C:>telnet 127.0.0.2 10000
Connecting To 127.0.0.2...Could not open connection to
the host, on port 10000:
Connect failed

This worked fine on any other pre-release build of the
SP2...

This is a major issue that is affecting anyone trying to bind to the
alternate localhost ports. All the SSH tunneling users are having the
same issue, Canon printer drivers are also failing also.
 

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

Back
Top