Hey networking folks, I have an interesting problem:
I transparently connected two home networks using a beam radio. I'd like to have more control over which side's DHCP server is used on the respective sides.
Is this possible?
Right now my local devices often end up using the DHCP and thus the internet gateway of the remote site, which has much slower internet uplink. Local DHCP server can be controlled well (router running LEDE), remote one not so much (a Fritz Box).
@natanji
You could configure one DHCP server to only give devices with a specific MAC address an IP address, so the clients on the other side can't use it. But then guests can't either...
So I guess the networks have to be separated somehow.
Maybe have a separate SSID for guests?