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?
I can now ping from br0 (wired) to br1 (wireless) but I can't ping a wired device from wireless which I need.
What I did was in Tomato > Advanced > LAN Access
On Src Dst
On LAN LAN1
I tried to reverse that and it did not work for wireless to wired.