Bekijk de volledige versie : Filtering selected (classes of) IPs
Does WL500gP with Oleg's firmware allow filtering of selected classes of IPs on inbound and outbound sides (e.g. filtering potential traffic from reserved private network numbers that want to connect (from outside) to WAN port, and (on the inside, going out) filtering anything that doesn't appear to be coming from 192.168.x.y, according to your LAN settings)?
If so, where can I see/configure that?
Does really no one know how to do this? At first I thought WL500gP would block/filter private IPs on the WAN side by default, but apparently not -- I'm ocassionally seeing 10.*.*.* and 192.168.*.* coming from WAN to the inside.
Tamadite
29-01-2009, 18:34
iptables -I INPUT -s 10.0.0.0/255.0.0.0 -j DROP
iptables -I INPUT -s 10.0.0.0/255.0.0.0 -j DROP
Hi,
what about setting up wan/lan interface ?
Darius
iptables -I INPUT -s 10.0.0.0/255.0.0.0 -j DROP
In which file do I put this? How about in case I want to include a list of IPs to block (not necessarily the whole block)?