VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
winsock error (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: winsock error
#301
winsock error 19 Years, 7 Months ago  
i just downloaded abs telnet..i m trying to connect to my http server running on port 10999 on windows xp..there r no firewalls...when i enter my host ip and port number..it gives error as winsock error:connection refused...my telnet server on the host is follwing NTLM. However when i try to conect frm the remote host to the telnet server on port 23, it can connect....
please help me out wid this....
sameer vohra
vohra82 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#302
Re: winsock error 19 Years, 7 Months ago  
So, you can telnet to the telnet port, but not to the HTTP port? Why are you using telnet to connect to the HTTP port anyway?

Brian
bpence (Admin)
Admin
Posts: 1412
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#303
Re: winsock error 19 Years, 6 Months ago  
Hi,
i've got this strange n peculier problem,
i have a java server program running on, say mach1, which is listening on port 10991.
when i try to connect client to that server, it just cannot connect.

furthermore, i can telnet the server from client on port 23, but when i telnet the server on port 10991, it fails.

similarly, if the client and the server are runing on same machine and if i specify the destination addres in client as "localhost", it can connect, but when i specify the destn add as ip, it fails.

i havent seen anything like this before,
any help, any clue please
vohra82 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#304
Re: winsock error 19 Years, 6 Months ago  
Hi,
i've got this strange n peculier problem,
i have a java server program running on, say mach1, which is listening on port 10991.
when i try to connect client to that server, it just cannot connect.

furthermore, i can telnet the server from client on port 23, but when i telnet the server on port 10991, it fails.

similarly, if the client and the server are runing on same machine and if i specify the destination addres in client as "localhost", it can connect, but when i specify the destn add as ip, it fails.

i havent seen anything like this before,
any help, any clue please
vohra82 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#305
Re: winsock error 19 Years, 6 Months ago  
Sameer,

There are NO firewalls involved, or you just don't believe that your firewall should be involved with this connection?

If you're getting different results when you use 'localhost' vs. IP address, then the issue could be that the traffic is diverted outside the box, then back in again, making it subject to the rules of the firewall.

using 'localhost' will use the internal loopback address
using '127.0.0.1' should be the same as localhost
using an internal address such as '192.168.0.1' will confine the traffic to your local net.
using 'mymachine.mydomain.net' may resolve to an external address, which is subject to the firewall.

IF telnet can get through but 10991 cannot, that just seems to indicate further that the firewall is in play and that access has been allowed on some ports and not others.

A more precise description of your network topology would help in this discussion.
bpence (Admin)
Admin
Posts: 1412
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top