MindBender <ephlodur@rocketmail.com> wrote:
how do I open the telnet port so I can telnet my machine over the Internet with pw verification now when I try to telnet my Ip he said connection refused
Put the line telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd in /etc/inetd.conf (or uncomment this line if it's commented out) and check if inetd is running. If it is already running call /sbin/init.d/inetd reload to activate the changed configuration. Otherwise set START_INETD=yes in /etc/rc.config and call /sbin/init.d/inetd start to start inetd immediatly and after each reboot. Eilert -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Eilert Brinkmann -- Universitaet Bremen -- FB 3, Informatik eilert@informatik.uni-bremen.de - eilert@tzi.org - eilert@linuxfreak.com http://www.informatik.uni-bremen.de/~eilert/ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (1)
-
eilert@informatik.uni-bremen.de