you need to edit /etc/inetd.conf and uncomment the lines for ftp and telnet
#
ftp  stream  tcp     nowait  root    /usr/sbin/tcpd   in.ftpd -l -a
telnet  stream  tcp     nowait  root    /usr/sbin/tcpd   telnetd
#


then edit hosts.allow to restrict access

then restart inetd: /etc/rc.d/init.d/inet restart

read this for more specific info:
http://www.stepwise.com/Articles/Workbench/2000-04-08.01.html

it's writen for MacOSX server but most of it applies directly and it's short
and to the point.

gavin

> From: "Sridhar Govindarajulu" <[EMAIL PROTECTED]>
> 
> I set up LM 7.0 with high security. I wish to open up the ports for Telnet
> and FTP. Also restrict the above port access from certain domains only. How
> do I do that?
> 
> Cheers
> Sridhar
> 
> 

Reply via email to