Hello,
I´m having problems getting connected via telnet (XP -> Kubuntu).
I am running Kubuntu within VMWare on a Win-XP computer.
The following line I added to /etc/inted.conf:
2401 stream tcp nowait joey bin/echo echo hello
(I restarted inetd after I added this line).
Yes, I only want to get back a "hello".
The reason I am using port 2401 is, that my actual destination is to have a CVS server running in Kubuntu. Since I got a connection error message while trying to connect to CVS, I first wanted to make sure, if it is a network or a CVS problem. Right now it looks like a network problem.
The following error I get (under Windows) when I type in this command:
telnet 192.168.0.2 2401
Could not connect to host at port 2401: connetion refused.
(Something like that ... it is a translation.)
Since there is no firewall installed within Kubuntu (as far as I know) do you have any idea, where there could be a problem?
Did I forget to configure something in Kubuntu?
Could VMWare cause problems?
The ping (XP <-> Kubuntu) works fine. Furthermore a Servlet-Container (Tomcat) can be accessed on port 8080. Just telnet gives me trouble.
If you need additional information regarding my system, like version of VMWare, Version of Kubuntu ... I will of course add that.
Thanks in advance for any suggestions.
I´m having problems getting connected via telnet (XP -> Kubuntu).
I am running Kubuntu within VMWare on a Win-XP computer.
The following line I added to /etc/inted.conf:
2401 stream tcp nowait joey bin/echo echo hello
(I restarted inetd after I added this line).
Yes, I only want to get back a "hello".
The reason I am using port 2401 is, that my actual destination is to have a CVS server running in Kubuntu. Since I got a connection error message while trying to connect to CVS, I first wanted to make sure, if it is a network or a CVS problem. Right now it looks like a network problem.
The following error I get (under Windows) when I type in this command:
telnet 192.168.0.2 2401
Could not connect to host at port 2401: connetion refused.
(Something like that ... it is a translation.)
Since there is no firewall installed within Kubuntu (as far as I know) do you have any idea, where there could be a problem?
Did I forget to configure something in Kubuntu?
Could VMWare cause problems?
The ping (XP <-> Kubuntu) works fine. Furthermore a Servlet-Container (Tomcat) can be accessed on port 8080. Just telnet gives me trouble.
If you need additional information regarding my system, like version of VMWare, Version of Kubuntu ... I will of course add that.
Thanks in advance for any suggestions.
Comment