In FreeBSD example ipfilter
setting, I can see that
requests from
192.168.0.0/16
are blocked (referening RFC1918)
This seems to impose a nuisance on some private network intercom, so I comment it out.
Then I want to allow, say, pings from the local hosts;
I do it by allowing incoming pings from
192.168.0.0/24
.
Is there a security risk doing it like this? This notation basically includes the router too, but as I understand it, it will not allow source addresses from the WAN side.