Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Apr 17, 2013 1:34 pm 
Offline
Senior Newbie

Joined: Tue Jan 01, 2013 11:10 pm
Posts: 10
Hello, I've been trying to figure out how to enable IPv6 for my website (http://joshvickerson.com), but I'm unsure how to do so. I've enabled IPv6 for my Linode and it's been assigned an address, but what other things need to be configured? I attempted to add a AAAA record with my domain provider but when I test for IPv6 (a la this website: http://ipv6-test.com/validate.php ), it fails.

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)?


Top
   
PostPosted: Wed Apr 17, 2013 2:16 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
You need to configure apache as well: http://www.fix6.net/archives/2011/02/04 ... n-apache2/


Top
   
PostPosted: Wed Apr 17, 2013 2:57 pm 
Offline
Senior Newbie

Joined: Sun Dec 07, 2008 9:59 am
Posts: 11
Code:
$ 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:
Code:
;; 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.


Top
   
PostPosted: Wed Apr 17, 2013 4:36 pm 
Offline
Senior Newbie

Joined: Tue Jan 01, 2013 11:10 pm
Posts: 10
Nuvini wrote:
You need to configure apache as well: http://www.fix6.net/archives/2011/02/04 ... n-apache2/


Ok, I will take a look at that.

astralcloak wrote:
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?


Top
   
PostPosted: Wed Apr 17, 2013 4:46 pm 
Offline
Senior Newbie

Joined: Tue Jan 01, 2013 11:10 pm
Posts: 10
Alright, Apache and virtual hosts are configured for both. AAAA record now works, but the web server is apparently unreachable, according to the aforementioned text website. Unsure if it just needs some time or if there's another configuration problem but I'll give it a bit and see.


Top
   
PostPosted: Wed Apr 17, 2013 5:16 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
I am unable to reach http://[2600:3c03::f03c:91ff:fe70:b369] directly, so while the DNS works now, there's still something wrong on the server side with Apache.


Top
   
PostPosted: Wed Apr 17, 2013 6:06 pm 
Offline
Junior Member

Joined: Sat Feb 18, 2012 12:26 pm
Posts: 24
run netstat as root on the server to check the ports apache is using.

Code:
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:

Code:
wget -6 joshvickerson.com


Top
   
PostPosted: Thu Apr 18, 2013 2:51 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Weird, using nmap I can only see port 22 open on your IPv6 IP.

Did you set up the firewall properly to allow port 80 over your IPv6 IP?

Otherwise post your apache2.conf / vhost config :)


Top
   
PostPosted: Thu Apr 18, 2013 3:10 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Also in regard to firewall rules, a lot of howtos out there suggest blocking a lot of ICMP messages for some reason. While generally not a problem with IPv4, this often causes problems with IPv6 which needs ICMP to find local neighbors and routers.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group