Hi everyone…I am going through a brain freeze so I’d like to ask for your advice…
I am running a DHCP client on eth1 and the port has received 192.168.0.27
I am running a DHCP server 192.168.10.0/24 on Wlan (its static address is 192.168.10.10)
I would like for devices connected on Wlan to be able to access the internet (eth1 has internet) and ping other devices on the 192.168.0.0/24 network, without bridging them together (Wlan and eth1)
It’s probably a routing rule in ip/routes I need to include but like I said…brain freeze!
Unless devices in 192.168.0.0/xx (I assume xx is 24, could be some other value) network are aware of your RB (at least the upstream gateway would have to be aware of it) acting as gateway between the two subnets, you have to perform NAT on your RB exactly the same way as you would do it if ether1 was WAN (internet) interface.
The only problem with the above proposed solution is that devices from 192.168.0.0/xx subnet will not be able to ping devices on 192.168.10.0/24 subnet nor will they be able to initate connection towards devices in 192.168.10.0/24 subnet. All connections initiated by devices from 192.168.10.0/24 subnet will appear as if they originated from RB (192.168.0.27/32) …
You could also add this route to individual devices in 192.168.0.0/24 network (if you’d have access to them but not to gateway), but it’s not very practical solution (possibly too many places where it would have to be done).