Re: [ILUG] Ipchains, I need to give access to a specific ip range.

From: Gerard Gorman (gormo at domain itc.nuigalway.ie)
Date: Fri 11 Feb 2000 - 19:10:02 GMT


It might be easier to just use /etc/hosts.deny /etc/hosts.allow

then in hosts.deny
telnet : ALL

and in hosts.allow
telnet: 192.145.0.0/255.255.0.0

That should give you what you're looking for.

later,
g

Comerford, Wayne wrote:

> Hi,
>
> I presently have denied access to everybody for telnet,
> But I would like to give access to it for people in the ip range for example
> 42.20.xxx.xxx
> Would somebody be kind enough to tell what Ipchain rule I should set.
>
> -A input -s 0.0.0.0/0.0.0.0 -d 193.xxx.xxx.xxx/255.255.255.0 23:23 -p 6 -j
> DENY
> -A input -s 0.0.0.0/0.0.0.0 -d 193.xxx.xxx.xxx/255.255.255.0 23:23 -p 17 -j
> DENY
>
> Cheers
> Wayne C.
>
> --
> Irish Linux Users' Group: ilug at domain linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at domain linux.ie



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:24 GMT