xinetd problem (was Re: ssh problem )
On Sat, 26 Jan 2002 23:26:34 -0300
Javier Sieben <jsieben@alemanesvolga.com.ar> wrote:
>
> Hello All
>
> I'm with a strange problem. I have two Debian boxes (the first
> is called primer and the second is called segundo under anillo.org.ar
> domain). I can connect via ssh from primer to segundo, but can't from
> segundo to primer. The configs are the same in both boxes.
>
Hello All
I've encountered what's the problem. In the file host.allow
in the second machine (segundo) I have
ALL: 192.168.7.0/255.255.255.0
for allowing the full range directions from my local net.
But in the first machine (primer), portmap isn't installed and its
functionality is suplied by xinetd. And in xinetd.conf I have
only_from = 192.168.7.0
only_from += 127.0.0.1
Now the problem is how to tell to xinitd for a range of IP numbers.
I tryed with 192.168.7.0/24 and don't work.
Any hint?
Thanks
Javier
Reply to:
- References:
- ssh problem
- From: Javier Sieben <jsieben@alemanesvolga.com.ar>