I'm trying to find a way to have the Guest wireless get it's IP address from the DHCP server on the intranet but not allow any other access to the intranet.
I'm running the RT-AC66R with Merlin's build 3.0.0.4.374.39 in router mode. I know I can change the Access Intranet to On in the settings but this allows too much access.
I've read the other similar posts and found the ebtables status with the Access Intranet enabled or disabled. It seems the correct ebtables statements should be able to allow the DHCP requests but block other traffic. Unfortunately I've been unable to make it work. I'm hoping that someone, with a better understanding of ebtables might be able to offer some assistance and thoughts.
When the Access Intranet is Off. These statements exists in ebtables:
If the Access Intranet is On, both of those statements are missing, essentially ebtables is empty.
I seems like it should be possible to add a statement(s) ahead of these statements that would allow DHCP traffic (ports 67 & 68) to pass. Anyone have an idea??
Thanks in advance!
I'm running the RT-AC66R with Merlin's build 3.0.0.4.374.39 in router mode. I know I can change the Access Intranet to On in the settings but this allows too much access.
I've read the other similar posts and found the ebtables status with the Access Intranet enabled or disabled. It seems the correct ebtables statements should be able to allow the DHCP requests but block other traffic. Unfortunately I've been unable to make it work. I'm hoping that someone, with a better understanding of ebtables might be able to offer some assistance and thoughts.
When the Access Intranet is Off. These statements exists in ebtables:
Code:
Bridge table: filter
Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP
Code:
Bridge table: broute
Bridge chain: BROUTING, entries: 1, policy: ACCEPT
-p IPv4 -i wl0.1 --ip-dst 192.168.55.0/24 --ip-proto tcp -j DROP
If the Access Intranet is On, both of those statements are missing, essentially ebtables is empty.
I seems like it should be possible to add a statement(s) ahead of these statements that would allow DHCP traffic (ports 67 & 68) to pass. Anyone have an idea??
Thanks in advance!