I'm running Asuswrt-Merlin 380.57 and I want to allow users in the wireless guest network (wl0.1), which is not allowed access to the intranet, to access the DNS server on the intranet. It appears that segregation of the wireless guest network is done by ebtables rules:
Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP
Therefore, I tried adding ebtables ALLOW rules at the top of the FORWARD chain of the filter table to allow traffic...
ebtables, ARP, and wirleess guest network
Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP
Therefore, I tried adding ebtables ALLOW rules at the top of the FORWARD chain of the filter table to allow traffic...
ebtables, ARP, and wirleess guest network