i've made new chain, named ppp.out, in it i am allowing only two IP's (just for testing).
ppp rules are dynamicaly made upon connect and they have two jumps to ppp.out, but nothing is passing through them, and entire internet is accessible:
Code: Select all
/ip firewall filter
add action=accept chain=ppp.out comment="" disabled=no dst-address=my_network_ip_range
add action=reject chain=ppp.out comment="" disabled=no reject-with=icmp-network-unreachable
but, nothing is passing through those filters
Please help, i am writing this after googling, but i can't find an example anywhere