I have a Netgear WNR3500L running Tomato. I want the wired devices to have their own DHCP range and the wireless have their own while maintaing the ability for both networks to communicate.
What I've done so far is the following:
Basic > Network
Bridge | STP | IP Address | Netmask | DHCP | IP Range (first/last) | Lease Time (mins) |
br0 | Disabled | 192.168.168.1 | 255.255.255.0 | Enabled | 192.168.168.20 - 35 | 1440 |
br1 | Disabled | 192.168.178.1 | 255.255.255.0 | Enabled | 192.168.178.20 - 25 | 1440 |
Advanced > VLAN > Wireless
Bridge eth1 to LAN1 (br1)
This has accomplished the goal for separting the DHCP ranges however wireless can't ping wired and vs. I want them to be able to communicate. What am I doing wrong?