About WHIITE LIST

Hi, currently im under UDP Attack from different IP’s
Looks like a BOTNET

I made a list whith IP Range that i want to allow to connect to my public IP
Everything is working fine, but i want that LIST to APPLY only in Incoming connection not from me
for example if i want to access google.com i can’t because the IP of google is not on the list and i want to allow myself behind the Router to access all the IPs just normal but the INCOMING traffic allow only from list

Hope that u will understand

Thanks in Advance
Pajtimi

Enable connection tracking.
Add 3 firewall rules above your blacklist rule to allow each “new”, “established” and “related” connections.

Can you please show me how?

/ip firewall connection tracking set enabled=yes
/ip firewall filter
add action=accept in-interface= connection-state=related place-before=0
add action=accept in-interface= connection-state=new place-before=0
add action=accept in-interface= connection-state=established place-before=0Make sure you change where applicable.