So, what you are saying, if I've got this right, is set-up the second router in router mode, not AP, and then use firewall rules?
iptables -I FORWARD -d $(nvram get wan0_ipaddr)/$(nvram get wan0_netmask) -j REJECT
iptables -I INPUT -i br0 -j $REJECT
iptables -I INPUT -i br0 -p udp --dport 67 -j ACCEPT # dhcp
iptables -I INPUT -i br0 -p udp --dport 53 -j ACCEPT # dns
iptables -I INPUT -i br0 -p tcp --dport 53 -j ACCEPT # dns
iptables -I INPUT -i br0 -p icmp -j ACCEPT # ping (optional)
We use essential cookies to make this site work, and optional cookies to enhance your experience.