On Tue, 19 Nov 2002 [EMAIL PROTECTED] wrote: > When creating my iptables firewall rules, if I specify an address as > 192.168.0.0 will that match all 192.168.*.* addresses?
No, that'll match the IP address 192.168.0.0 (it isn't necessarily a network address, you know). You'd be wanting 192.168.0.0/16, methinks. -- ----------------------------------------------------------------------- #include <disclaimer.h> Matthew Palmer, Geek In Residence http://ieee.uow.edu.au/~mjp16 -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
