I have install web-proxy on my RB411
Code: Select all
/ip proxy print
enabled: yes
src-address: 192.168.1.0
port: 8080
anonymous: no
parent-proxy: ::
parent-proxy-port: 0
cache-administrator: david
max-cache-size: unlimited
max-cache-object-size: 2048KiB
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-path: web-proxy
Code: Select all
chain=dstnat action=redirect to-ports=8080 protocol=tcp
src-address=192.168.1.0/24 in-interface=wlan1 dst-port=80 log=no
log-prefix=""
Code: Select all
add action=deny dst-host=*whatismyip.com src-address=192.168.1.0/24
but is there any way I will know who is trying to enter?
mac address of the device?
Thanks ,