Hi,
I have this kind of shell script in order to set something on a bunch of IP
addresses:
for ACCEPTED_MACHINE in \
192.168.0.10 \
192.168.0.11 \
192.168.0.12 \
192.168.0.13 \
192.168.0.14 \
192.168.0.15 \
192.168.0.16 \
192.168.0.17 \
192.168.0.18 \
192.168.0.19 \
192.168.0.20 \
192.168.0.21 \
192.168.0.22 \
192.168.0.23 \
192.168.0.24 \
192.168.0.25 \
192.168.0.26 \
192.168.0.27 \
192.168.0.28 \
192.168.0.29
do
$IPTABLES [...]
done
How could I use a mask such as 192.168.0.0/NN to exactly match the list?
Thank you.
--
Chef de projet chez Vectoris
Phone: +261 33 11 207 36
System: xUbuntu 8.10 with almost all from package install
http://www.google.com/search?q=mihamina+rakotomandimby
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html