so if someone try to enter from the WiFi - he will get 404 error - or something
this is what I have done but it doesn't work -
Code: Select all
chain=forward action=drop src-address=0.0.0.0/0 dst-address=172.20.164.254
I don't want to change the port (80) - because this is not a solution for me
what am I missing or doing wrong?
this is doable I want to believe , no ?
what I do now it NAT to address I don't use
Code: Select all
chain=dstnat action=dst-nat to-addresses=172.20.164.5
dst-address=172.20.164.254 in-interface=wlan1
Thanks,