Results 1 to 5 of 5
Hi
i have installed our application on a suse linux box. i am actually tryin to connect to the suse linux box on the port specified by that application.
i ...
- 11-26-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 3
Unable to connect to a port using telnet
Hi
i have installed our application on a suse linux box. i am actually tryin to connect to the suse linux box on the port specified by that application.
i am unable to connect to the application with that port.
things i have done
i made sure that the application is running
i am able to connect to that port from the localhost(suse) from that suse box
to verify i have installed tomcat and i am able to connect to tomcat port from my windows box
can anybody help me what might have gone wrong with that particular port
i am testing with telnet <ip> <port> to check if that port is open
- 11-26-2009 #2
Have you opened the port on your router?
Linux User #453176
- 11-26-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 3
hi ...i have checked the port its open it was working till yesterday
- 11-26-2009 #4
Ok, so what has been changed since yesterday?
And dont say "nothing"
Other than that, you could check on the server with tcpdump, if and what connects there.
(assuming, eth0 is the network card with the right IP, please insert the correct port)
Also try to do a ping and tracert from your windows box to the server and check if it is even reachable.Code:tcpdump -i eth0 -n port <PORT>
- 11-27-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 3
Hey its working now
some one changed the etc hosts file ....thanks a lot


Reply With Quote