I wanted to isolate one LAN-port so the computer I attached to it could not reach my other computers. Searching this forum I found a link to this page that promised this functionality with a one-liner:
I logged into my router via SSH and ran the command. I then connected the possibly malignant computer to LAN2 (one of the eight yellow ports on my AX88) and started it.
The computer has access to Internet but unfortunately also my local network, even if I do not think it did anything harmful.
Did I miss to do something or was the advice to use the ebtables-command wrong?
My system: RT-AX88U Firmware Version:386.2_beta2.
AX88U is also AiMesh master with one "satellite" attached.
Bash:
# eth3 maps to LAN port 2 on AX88U
ebtables -A FORWARD -i eth3 -o br0 -j DROP
I logged into my router via SSH and ran the command. I then connected the possibly malignant computer to LAN2 (one of the eight yellow ports on my AX88) and started it.
The computer has access to Internet but unfortunately also my local network, even if I do not think it did anything harmful.
Did I miss to do something or was the advice to use the ebtables-command wrong?
My system: RT-AX88U Firmware Version:386.2_beta2.
AX88U is also AiMesh master with one "satellite" attached.