Shibby (K26RT-N) Tomato configured as wifi access point with WAN disabled. Need help configuring isolated wireless guest network.
Basic-Network-LAN:
Bridge br0, STP disabled, 192.168.0.250 netmask 255.255.255.0, DHCP server disabled
Bridge br1, STP disabled, 192.168.2.250 netmask 255.255.255.0, DHCP server enabled
Advanced-Virtual Wireless:
wl0, enabled, 2.4GHz, Access Point, br0
wl1, enabled, 5GHz, Access Point, br0
wl0.1, enabled, Guest, Access Point, br1
Advanced-VLAN:
VLAN0, LAN ports, br0
VLAN1, no ports, br1
VLAN4, WAN port, WAN
Wireless:
Bridge eth1 to br0
Bridge eth2 to br0
Bridge wl0.1 to br1
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 br0
Problem is that the guest network is assigned 192.168.2.250 as the default gateway and packets are not reaching the Internet gateway (192.168.0.1). My router is a commercial class box without wifi.
Can this be done without adding a second access point?
Thx