Hi,
I got a AC68U. Instead of AP isolation for Guest network, I would like to create a bridge for Guest network and control the access by iptables. also I would like the guest network has its own ip range and DHCP server.
So here is what I did. in firewall-start script I do something like this
Help on DHCP for custom bridge.
I got a AC68U. Instead of AP isolation for Guest network, I would like to create a bridge for Guest network and control the access by iptables. also I would like the guest network has its own ip range and DHCP server.
So here is what I did. in firewall-start script I do something like this
Code:
exec 1>>/tmp/firewall-start.log 2>&1 date set -x WANIP=$(/sbin/ifconfig eth0|grep 'inet addr'|cut -d':' -f2|awk '{print $1}') # remove guest1/guest2 2.4Ghz/5Ghz from br0 brctl delif br0 wl0.1...