How do you specify an odd group of hosts?

2002-06-13 Thread Adrian Hobbs
I am wondering what is the best way to specify an odd group of hosts. For example, I want to allow managment hosts access to 192.168.0.5. The managment hosts are 192.168.1.4, 192.168.1.12, 192.168.1.96. As far as I can tell from the iptables docs you can only specify groups by netmask

Re: How do you specify an odd group of hosts?

2002-06-13 Thread Antony Stone
On Thursday 16 May 2002 12:12 am, Adrian Hobbs wrote: I am wondering what is the best way to specify an odd group of hosts. For example, I want to allow managment hosts access to 192.168.0.5. The managment hosts are 192.168.1.4, 192.168.1.12, 192.168.1.96. eg: iptables -A FORWARD -p tcp -d

Re: How do you specify an odd group of hosts?

2002-06-13 Thread Fred Richards
This is what I did ... write a script! You could have several parts, one for accepted hosts, etc... I actually had certain ports that I had a bunch of eggdrops allowed access on... listed the rules for the ports and added the IPs to the first line ... for i in a.b.c.d e.f.g.h i.j.k.l do