dionhouston
New Around Here
Hello everyone,
I'm a greater than novice, but less than Jedi Master on networking. My Dad was a technophile with a bunch of different hardware connected to his home network. He has passed now, and I'm trying to manage the networking of both locations. Thanks to another tutorial on this site, I now successfully have 192.168.50.0/24 at home connected to 192.168.1.0/24 at the other through an OVPN connection. The networking works flawlessly - I can contact any device from either network by IP. I am currently connecting them through my ASUS RT-AX88U to a Synology NAS, but wil be moving the connection to another RT-AX88U next week.
My question is what is the best practice for unifying DNS? I.e. machine.local.home1.net and machine.local.home2.net resolve correctly at either location?
I've thought...
I'm a greater than novice, but less than Jedi Master on networking. My Dad was a technophile with a bunch of different hardware connected to his home network. He has passed now, and I'm trying to manage the networking of both locations. Thanks to another tutorial on this site, I now successfully have 192.168.50.0/24 at home connected to 192.168.1.0/24 at the other through an OVPN connection. The networking works flawlessly - I can contact any device from either network by IP. I am currently connecting them through my ASUS RT-AX88U to a Synology NAS, but wil be moving the connection to another RT-AX88U next week.
My question is what is the best practice for unifying DNS? I.e. machine.local.home1.net and machine.local.home2.net resolve correctly at either location?
I've thought...
- Real DNS. Both my Dad and I have personal domains, and I could put machines into it with class C addresses. This seems to be overkill, and would have to be maintained.
- Dnsmasq - Server line. What does work is server lines like server=/home2.net/192.168.1.1 . Right now I can't do this on the flip side (Dad's current router doesn't support that). This isn't a bad solution, I just question if it's the right one.
- Dnsmasq - multiple hosts file? I know it is capable of it, I'm not sure how I'd easily expose the hosts file from the other router.
- Dnsmasq - multiple subnets? This seems unlikely to be a good solution - first I don't think it's possible, but DHCP from a remote site leads to the possibility of the entire house going down if mine is somehow not available.