Setting Up IPv6 For a Website
So, my question is, do I need to configure Apache to support IPv6? Or do I simply need to make my DNS records correctly (and what should they look like)?
8 Replies
$ ping6 joshvickerson.com
unknown host
Check your DNS.
You said you attempted to add a AAAA record with your domain provider, but your DNS is being handled by linode:
;; QUESTION SECTION:
;joshvickerson.com. IN NS
;; ANSWER SECTION:
joshvickerson.com. 12685 IN NS ns2.linode.com.
joshvickerson.com. 12685 IN NS ns1.linode.com.
joshvickerson.com. 12685 IN NS ns5.linode.com.
joshvickerson.com. 12685 IN NS ns4.linode.com.
joshvickerson.com. 12685 IN NS ns3.linode.com.
````
@Nuvini:
You need to configure apache as well:
http://www.fix6.net/archives/2011/02/04 … n-apache2/">http://www.fix6.net/archives/2011/02/04/how-to-enable-ipv6-on-apache2/
Ok, I will take a look at that.
@astralcloak:
You said you attempted to add a AAAA record with your domain provider, but your DNS is being handled by linode
I just changed my name servers to use Hover (domain provider) because I'm using their DNS management for everything else. But my real question there is what type of entry do I need?
netstat -tlapn
tcp6 0 0 :::80 :::* LISTEN 2627/apache2
If it looks like it's listening try this on the server to see if it works locally:
wget -6 joshvickerson.com
Did you set up the firewall properly to allow port 80 over your IPv6 IP?
Otherwise post your apache2.conf / vhost config
find local neighbors and routers