[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ipv6 for the content provider
- Subject: Ipv6 for the content provider
- From: tony at lava.net (Antonio Querubin)
- Date: Wed, 26 Jan 2011 09:17:08 -1000 (HST)
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Wed, 26 Jan 2011, Charles N Wyble wrote:
> Do I just need to assign ip addresses to my servers, add AAAA records to
> my DNS server and that's it? I'm running PowerDNS for DNS, Apache for
> WWW. Postfix for SMTP.
Best to remove IP version dependencies in your configs.
If you are using name-based virtual hosting in Apache, convert:
Listen a.b.c.d:80 -> Listen 80
<Virtualhost a.b.c.d:80> -> <Virtualhost *:80>
Use hard-coded IP addresses only where required for stuff like SSL-enabled
webhosts.
In postfix just add to main.cf:
inet_interfaces = all
inet_protocols = all
And make sure your MX hostnames have AAAA RRs.
Antonio Querubin
e-mail/xmpp: tony at lava.net