Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 Basics & Questions & General Chatter => Topic started by: joeyea323 on October 02, 2010, 07:09:53 AM

Title: Will I be able to keep my IPs?
Post by: joeyea323 on October 02, 2010, 07:09:53 AM
I'm enabling IPv6 on my network and have a basic question.  When the rest of the internet finally switches over to IPv6, will I be able to keep my /64 and /48 routed subnets?  I'd love to embrace IPv6 and give every server and jail on my network its own public IP, but am hesitant to if there is a chance that the subnets I've been allotted will be taken over when the rest of IPv4 internet converts.
Title: Re: Will I be able to keep my IPs?
Post by: kcochran on October 02, 2010, 07:30:12 AM
As with IPv4, addresses are tied to your provider.  When your provider can supply you with IPv6, you would most likely want to renumber to their native service rather than remain with a tunneled environment.  The nice thing about IPv6 is renumbering isn't too much of a pain.  If you've got hosts using RA/SLAAC, they'll pick up the new /64 prefix and renumber automatically.  Configuration files can be updated by a quick regex on the previous prefix, and not have to touch the 64bit suffix at all.  Etc.
Title: Re: Will I be able to keep my IPs?
Post by: joeyea323 on October 02, 2010, 08:17:18 AM
     Thanks for the reply.  I'm not entirely sold on using auto configuration for servers and am not even sure if it would be possible in a jail environment where all jails share the MAC of the host.  Looking at my proposed firewall rules I do see that it would be very easy to mass modify the network identifier.
Title: Re: Will I be able to keep my IPs?
Post by: kcochran on October 02, 2010, 08:39:16 AM
Yeah, SLAAC isn't great for servers since you're tied to the MAC at that point.  More useful for end-user systems or servers which have no external services, but can be resolved via other means (mDNS, for example).