greetings,
upon reading the on-line documentation, I have realized that most of my
previous problems were cause by the highest-security level that I set
during setup. So I reset the security level back to 3, and most of the
stuffs are working on.
The only remaining problem is that I don't know how to start telnet and
ftp server. Accoring to /etc/inetd.conf, the lines for telnet/ftp are
un-commented. Under /usr/sbin, both in.telnetd and in.ftpd are present.
But I'm still not able to telnet even to localhost. Any idea?
The relavent portion of my /etc/inetd.conf is pasted as the following:
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
any help is very much appreciated,
Elvis