Web Hosting Talk







View Full Version : Windows Telnet...


creid
02-07-2002, 11:51 PM
Hi!
Say you denied Access with Windows Telnet to your server... How do you change it back again and allow Windows Telnet to Connect to your server?

Chris

RackMy.com
02-08-2002, 12:23 AM
If it's installed, the DOS based manager is under the Admin tools in the control panel.

Hope that helps!

ffeingol
02-08-2002, 03:28 PM
Do you mean that you have disabled telnet on your server? Is it linux?

Frank

creid
02-08-2002, 03:50 PM
yeah it linux

Chris

ffeingol
02-08-2002, 04:20 PM
OK, then you need a line like this:


telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd


in /etc/inetd.conf Hopefully you just commented it out, but if not that line should work. Then hup inetd and you should be good to go.

Frank

creid
02-08-2002, 11:50 PM
Should I type that word for word?

Chris

creid
02-08-2002, 11:51 PM
NM
Please Delete

Chris

creid
02-08-2002, 11:59 PM
Hup?

Chris

priyadi
02-09-2002, 10:01 AM
I think hup means 'killall -HUP inetd' :)