suppose that i have clear router configuration and pinging for example google.com from host which is behind router I get this:
Code: Select all
Badanie google.com [72.14.207.99] z użyciem 32 bajtów danych:
Odpowiedź z 72.14.207.99: bajtów=32 czas=161ms TTL=242
Odpowiedź z 72.14.207.99: bajtów=32 czas=142ms TTL=242
Code: Select all
ip firewall filter add chan=forward dst-port=80 action=drop
why? what dst-port=80 has to icmp protocol??
when I add protocol=tcp to rule above everything is ok.