i'm a little confused why the ipfw has this default rule and how to change it?
Code: Select all
65535 allow ip from any to anyI'm new to freeBSD, but i'm used to the concept that enabling a firewall will deny all in/out traffic by default and i build the rules as exceptions to this default rule?
Here it seems the default rule is to allow all traffic and i need to specifically deny?
Can anyone give me a clue on how to setup the ipfw correctly?
thx
Andy
PS: I really liked the ubuntu ufw, where all i needed to-do was:
Code: Select all
ufw allow ssh/tcp
ufw allow http/tcp
ufw allow ftp/tcp
ufw enable
