Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • add disabled accept rule - can be used to quickly disable RAW filtering without disabling all RAW rules;
  • drop packets that use bogon IPs;
  • drop from invalid SRC and DST IPs;
  • drop globally unroutable IPs coming from WAN;
  • drop packets with source-address not equal to 192.168.88.0/24 (default IP range) coming from LAN;
  • drop packets coming from WAN to be forwarded to 192.168.88.0/24 network, this will protect from attacks if the attacker knows internal network;
  • drop bad ICMP;
  • accept everything else coming from WAN and LAN;
  • drop everything else, to make sure that any newly added interface (like PPPoE connection to service provider) is protected against accidental misconfiguration.

...