Dear all,
My case study is blocking all Internet services and allow only smtp port 25 and pop3 port 110 to everyone. Only specific mac-address are allow to use internet.
I apply script bellow but it dos not work for allow port 25 and 110. Bellow are my firewall rules.
ip firewall filter add chain=forward protocol=tcp dst-port=110 src-address=192.168.88.0/24 action=accept disabled=no
ip firewall filter add chain=forward protocol=tcp dst-port=25 src-address=192.168.88.0/24 action=accept disabled=no
ip firewall filter add chain=input src-mac-address=00:21:CC:4A:55:B4 action=accept
ip firewall filter add chain=input src-mac-address=28:D2:44:15:1F:B0 action=accept
ip firewall filter add chain=input src-address=192.168.88.0/24 action=drop
Doesn’t every one have comment on my mistake?
Thanks so much for advance.
Sopheak
