Proposal to apply mask to IP address set on rule
Emmanuel Nyarko <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
Supposed we want to block or pass packets from a subnet Say 192.168.64 subnet.(24 bits masking) So if We "pass from 192.168.64.7/24" on a rule. Is it ideal to also match all packets from 192.168.64 subnet ? As it would if we passed as 192.168.64.0/24 on rule. Emmanuel