On Thu, 2002-07-04 at 10:06, Jeff wrote: > I am running eigerstein 3.1.0 and wish to be able to telnet in to from > my local (192.168.2.x) network. I installed /usr/sbin/in.telnetd and > uncommented it in /etc/services. I added: > in.telnetd: 192.168.2.0/255.255.255.0 > to hosts.allow > > I get connection refused error. What am I missing? > > -- > Jeff > [EMAIL PROTECTED]
You haven't told us how you run the telnet daemon (in.telnetd). Most folks use inetd; if so, modify /etc/inetd.conf, by adding a line like: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -Richard ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Caffeinated soap. No kidding. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
