Saturday, November 24, 2007
Enable Telnet With FreeBSD
Enable Telnet with FreeBSD
The configuration file for telnet is /etc/inetd.conf. Open file using vi text editor and uncomment line:
# vi /etc/inetd.conf
Make sure commented line:
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
Read as follows:
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
Save and close the file.
Start telnet service:
Enable inetd service so that telnet get loaded:
# vi /etc/rc.conf
Append/add following line to configuration file:
inetd_enable="YES"
Save and close the file, Restart telnet via inetd service:
# /etc/rc.d/inetd restart
The configuration file for telnet is /etc/inetd.conf. Open file using vi text editor and uncomment line:
# vi /etc/inetd.conf
Make sure commented line:
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
Read as follows:
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
Save and close the file.
Start telnet service:
Enable inetd service so that telnet get loaded:
# vi /etc/rc.conf
Append/add following line to configuration file:
inetd_enable="YES"
Save and close the file, Restart telnet via inetd service:
# /etc/rc.d/inetd restart
Subscribe to:
Post Comments (Atom)



0 comments:
Post a Comment