[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] can not access leafnode from another system



* Johnny Rollerfeet wrote on Fri, Jun 28, 2002 at 02:41:08PM CEST:
> 
> > >   # hosts.allow   This file describes the names of the hosts which are
> > >   #               allowed to use the local INET services, as decided
> > >   #               by the '/usr/sbin/tcpd' server.
> > >   #
> > >   nntp: ALL
> >     ^^^^
> > That should be leafnode, not nntp, as mentionend in the INSTALL file.
> 
> Well, the problem then would seem to be that there is not a "leafnode" in
> the /etc/services file.  Is it as simple as adding that?

tcpd wants the names of the program to run, not the name of the service.
So change the line above to something like this:

# hosts.allow
leafnode: 127.0.0.1 192.168.1.0/255.255.255.0

> This isn't mentioned in the INSTALL file, but then again the INSTALL file
> wasn't written for RedHat 7.3 (actually I think it's 7.2 or later) because
> it doesn't explain how to handle xinetd.conf.  Is there something else in
> the configuration with RedHat 7.3 that I have to do?

Please read the documentation that comes with xinetd then:
  man xinetd xinetd.conf
  man 5 hosts_access
  man chkconfig

Have a look at /etc/xinetd.conf resp. the files within /etc/xinetd.d,
look for the leafnode entry therein.  Adapt the access restriction given
there.  Please quote these if you cannot get it to work, but note that I
don't have a RedHat distro myself, so please check for yourself.

Regards,
Ralf

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list