Hello all, I just got hap lite and got knowledge how to control it So, I have working it, but partialy.
Situation.
Router1 (gateway) 192.168.1.1 - dhcp,dns server
Router2 (wireless bridge? - connected over wifi to main route via 192.168.1.51. Internet working over ethernet, but it asigning 192.168.2.0/24 range ip.dhcp server is running on rb.
Problem is, that i cant go to my local network (server, laptop), which are on 192.168.1.0/24 network dhcp on main router.
I know way, because another network 192.168.2.0/24.
So I tried configuring rb more then day to use dhcp from main router, so rb clients get 192.168.1.0/24 ip range, but no success.
Can you somehow help me?
On R1 your ethernet interfaces working on a bridge? If yes, in dhcp server assign interface bridge, not ether2 or something.
If it’s correct, check the route to 192.168.2.0/24 from R1. Do you have it?
If it’s correct, check which interface terminating 192.168.2.0/24 network on R1(IP address of subnet on R1 must be in 192.168.2.0/24 network)
If you fixed it, try to make more simple network in order to mange it more easily.
It’s enough 255.255.252.0 in your case.
And if you’ll merge these 2 networks in a single broadcast domain, all hosts will communicate with each other. That is no very elegant design.