LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   not able to connect from windows to Linux (https://www.linuxquestions.org/questions/linux-networking-3/not-able-to-connect-from-windows-to-linux-763159/)

rasa 10-20-2009 05:53 AM

not able to connect from windows to Linux
 
Hi,

I am using Red Hat Linux version 4.0 and when i try to connect from a windows machine to linux using java program i am not able to get the connection. i am uisng 1099 as the port.

As a root user i tried telnet localhost and it is working fine. But telnet localhost with port is not working
telnet localhost:1099
localhost:1099/telnet: Name or service not known

Please help me to solve the issue.

Rasa.

repo 10-20-2009 05:56 AM

Try
Code:

telnet localhost 1099
Is the port open at the firewall?
Is something listening on that port?

rasa 10-20-2009 11:41 PM

Quote:

Originally Posted by repo (Post 3725886)
Try
Code:

telnet localhost 1099
Is the port open at the firewall?
Is something listening on that port?

how i will find out that ???

repo 10-21-2009 01:28 AM

Quote:

Originally Posted by rasa (Post 3726752)
how i will find out that ???

What is the output from
Code:

telnet localhost 1099

rasa 10-21-2009 04:05 AM

Quote:

Originally Posted by repo (Post 3726855)
What is the output from
Code:

telnet localhost 1099

telnet localhost 1099
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused

i tried lokkit and found that the firewall is disabled.

Regards
Rasa

repo 10-21-2009 04:17 AM

Quote:

telnet: connect to address 127.0.0.1: Connection refused
There is no service listening on the port.
What should be running on port 1099 ?

rasa 10-21-2009 05:57 AM

Quote:

Originally Posted by repo (Post 3727006)
There is no service listening on the port.
What should be running on port 1099 ?

It is jnp server. Now i am able to do telnet. When i tried that time server was not up.

repo thanks for your help.


All times are GMT -5. The time now is 10:37 AM.