Currently I have a dedicated machine set up as a router for my local network at home. I operate two network segments: untrusted wireless (restricted, traffic-shaped) and a wired ethernet. I currently treat my WRT as a mere access point. All routing, DHCP and DDNS services are performed on the dedicated machine with 3 NICs; the WRT hangs off that machine.
I'd like to refactor the network so that the WRT does all the routing (and possibly DDNS) using DD-WRT or OpenWRT.
My questions:
I run dynamic DNS on my local net (some machines might be attached via wireless or wired at any given time...ddns allows me to access them in either case without prior knowledge of how they're connected). In order to do this, the DHCP and BIND daemons have to cooperate and this requires access to their respective configuration files and the sharing of the rndc key.
So to duplicate this on the WRT I would:
a) need access to the dhcpd.conf file. Do DD-WRT and OpenWRT run ISC dhcpd or do they run a custom DHCP server?
b) It would be nice to run DNS services on the WRT as well. Do either of these replacement firmwares offer bind9?
I've glanced at the various Wikis for these two firmwares and the only references I see made about DDNS is how to be a client to an external internet DDNS server (ie. so that you can give a name to your router so that you can access it from, say, the office). I don't see anything about setting up or supporting DDNS on the internal network.
Any clues? Is it possible or am I asking too much of these WRT firmwares?
I'd like to refactor the network so that the WRT does all the routing (and possibly DDNS) using DD-WRT or OpenWRT.
My questions:
I run dynamic DNS on my local net (some machines might be attached via wireless or wired at any given time...ddns allows me to access them in either case without prior knowledge of how they're connected). In order to do this, the DHCP and BIND daemons have to cooperate and this requires access to their respective configuration files and the sharing of the rndc key.
So to duplicate this on the WRT I would:
a) need access to the dhcpd.conf file. Do DD-WRT and OpenWRT run ISC dhcpd or do they run a custom DHCP server?
b) It would be nice to run DNS services on the WRT as well. Do either of these replacement firmwares offer bind9?
I've glanced at the various Wikis for these two firmwares and the only references I see made about DDNS is how to be a client to an external internet DDNS server (ie. so that you can give a name to your router so that you can access it from, say, the office). I don't see anything about setting up or supporting DDNS on the internal network.
Any clues? Is it possible or am I asking too much of these WRT firmwares?