On Sat, 09 Jun 2012 11:22:15 +0100, Alfred E Neuman wrote:
> Assuming I want to use DHCP on my LAN, which of course assumes the DHCP
> server will be running at all times. My DHCP server, when I use it at
> all, is in my ADSL router.
So you switch your ADSL router off? Each to their own. B-)
> Presumably if this developed a fault or was off-line for some other
> reason then I wouldn't be able to exchange data between devices on my
> LAN.
That depends on what the lease timeout is that accompanies a DHCP
issued IP address is. Devices will retain and use their issued
address up until that lease runs out they will then re-request it.
Most DHCP servers will just re-issue the same addres to the same MAC
with the same lease duration. Devices restarted with the DHCP server
offline or with timed out leases would have problem but anything with
a valid lease should be fine with the DHCP server on or off line.
> If I had to rely on DHCP provided remotely (as presumably I would have
> to do if I was not the one assigning the IP addresses) then the whole
> operation of my local network would be dependent on a 24/7 connection to
> the outside world.
As I understand it you get a block (/60 or /64) of IPv6 address's and
how you allocate them is up to you. You'd simply tell your DHCP
server the range of address's it is allowed to allocate, just like
you do with IPv4.
> It's bad enough being disconnected from the Internet when BT or AA have
> a fault. I'm not going to put up with such a fault also breaking my LAN.
It won't if you leave your DHCP server powered up.
> Oh yes, I suppose I should have my own duplicated DHCP servers, DNS
> servers, firewall boxes and so on. Just how much am I suppose to spend
> and how long am I supposed to take learning all of this stuff for the
> privilege of entering the brave new world of 2^128 IP addresses?
All those boxes would be integrated into the the IPv6 ADSL router,
except the DNS those requests will just be forwarded to your ISPs DNS
machines, the address's being obtained either by WAN side DHCP or
statically configured (as with IPv4). The firewall may need a bit of
tweaking but I would hope that the defaults are sensible like denying
all access to internal devices unless specifically configured,
outgoing might be a bit trickier to prevent malware on an internal
machine access to the internet.
IPv6 consumer kit is becoming available but isn't mature yet. Give it
a year. The big problem will be legacy IPv4 only kit and the IPv6 <>
IPv4 translation that such kit will (eventually) require. I say
eventually as there is no reason why a box can't run IPv4 and IPv6 in
parrallel with no translation between the two. Just swap out your
ADSL router for an IPV6 and IPV4 capable one, your current IPv4 kit
just works as now, that kit that can use IPv6 does so. At some point
the internet will become predominantly IPv6 only and IPv4 kit will
start to have problems but that is going to take a while and decent
ISPs will have IPv6 <> IPv4 translation servers (A&A already do).
--
Cheers
Dave.