@Martineau I fear this script is obsolete. I've successfully run the script with guest lan wl0.1 and IP 10.0.24.200 and the ebtables seem to be added correctly
Code:
danofun@RT-AC56U-DA08:/tmp/home/root# ebtables --list
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 4, policy: ACCEPT
-p IPv4 -i wl0.1 --ip-dst 10.0.24.200 --ip-proto tcp -j ACCEPT
-p IPv4 -o wl0.1 --ip-src 10.0.24.200 --ip-proto tcp -j ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP
However, 10.0.24.200 remains unreachable from the guest network. Do these entries appear to be correct? If successful access from a single Guest Network to a single IP simply requires a few table entries I don't require a script. I'm just not sure what those entries are in the current firmware.. In October 2017,
@ColinTaylor seemed to have
similar results with GuestPrinter.sh and you suggested using your GuestSubnet.sh script. Is this still a working script and if so is there any chance you can share your latest version? I appreciate the guidance!