Results 1 to 8 of 8
Hello
I've been using OpenSUSE 10.2 for a few months now but have not figured out how to telnet to my machine from another computer on our network. Per the ...
- 03-14-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Unable to Telnet to SUSE 10.2 box
Hello
I've been using OpenSUSE 10.2 for a few months now but have not figured out how to telnet to my machine from another computer on our network. Per the OpenSUSE website I have used the Yast software management tool to install the telnet server software and had have toggled the /usr/sbin/in.telnetd server on via the Network Service Config. I am able to ping my machine ok. When I do a chkconfig telnetd on the reply is "unknown service" and when I try to execute /etc/init.d/xinetd start it fails.
Could I get some help of the step I am missing please?
Thanks!!
- 03-14-2007 #2
xinetd
According to my understanding of SuSE...you need to enable xinetd first. Go into yast -> network services -> xinetd(network services). Click on enable and select telnet. This is just an extra level of security in SuSE's extended network services. See if this works. Also make sure that the telnet package is installed.
Also check if your firewall are blocking telnet ports. I have also installed 10.2 and will do some testing and let you know the outcome.
Regards
- 03-14-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Thanks for the tips. Actually I have already installed all required packages and enabled the telnet feature. my xinetd start command is still failing which bothers me but I will check into my firewall. Thanks!!
- 03-15-2007 #4
telnet testing
I have tested on my machine and telnet and xinetd works fine. What error message is the xinetd command giving you. Can I have a look at your telnet file in /etc/xinetd.d/telnet.
It sounds that you have got more of an xinetd issue than a telnet issue.
Regards
- 03-15-2007 #5Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
I am a secure network so I temporarily disabled my firewall and I can now telnet to my machine however receiving the following error
telnetd: /usr/lib/mit/sbin/login.krb5: No such file or directory
Also here is a copy of the file you were interested in...
# default: off
# description: Telnet is the old login server which is INSECURE and should \
# therefore not be used. Use secure shell (openssh).
# If you need telnetd not to "keep-alives" (e.g. if it runs over a ISDN \
# uplink), add "-n". See 'man telnetd' for more details.
service telnet
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.telnetd
}
Thanks so much for you help!!
- 03-15-2007 #6
telnet services
In yast go to xinetd settings and disable the second telnet service /usr/lib/mit/telnetd and make sure that only the first one is enabled. Restart xinetd.
Test by using telnet localhost.
See if this helps.
Regards
- 03-15-2007 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
That worked!! Thanks so much. I still have to have my firewall disabled but I imagine there are settings w/ in that I can manipulate to be able to telnet through it. I will do some research on that and check back if I still have problems. Thanks again!!
- 03-15-2007 #8
No Probs...Glad I could help


Reply With Quote