Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Sat Feb 27, 2010 10:50 am 
Offline
Senior Member

Joined: Fri Sep 21, 2007 4:12 pm
Posts: 78
rmmod ipv6

Also add "ipv6" to your "blacklist" file in /etc/modprobe.d/ and reboot.


Top
   
 Post subject:
PostPosted: Sat Feb 27, 2010 12:51 pm 
Offline
Senior Member

Joined: Sat May 03, 2008 4:01 pm
Posts: 569
Website: http://www.mattnordhoff.com/
Why do you care? You have no IPv6 connectivity, so it won't be used, and won't do any harm at all.


Top
   
 Post subject:
PostPosted: Sat Feb 27, 2010 4:28 pm 
Offline
Junior Member

Joined: Sat Jul 11, 2009 7:19 am
Posts: 30
Location: Martinique
You can disable ipv6 with a sysctl call. As root :
Code:
sysctl -w net.ipv6.conf.all.disable_ipv6=1

You can now check that ifconfig doesn't show ipv6 addresses anymore.

In order for this to be automated on each reboots, you create a file
Code:
/etc/sysctl.d/60-noipv6.conf

which contains
Code:
net.ipv6.conf.all.disable_ipv6 = 1


Hope it helps.


Top
   
 Post subject:
PostPosted: Sun Feb 28, 2010 1:59 pm 
Offline
Senior Member

Joined: Thu May 21, 2009 3:19 am
Posts: 336
shinji wrote:
On one note I found that Apache 2 defaults to ::1 when it loads up and can't determine the fqdn so there is reason number one.


THANK YOU!!!

I've been wondering that, but it wasn't bugging me enough to care enough to ask as I'm only using my Linode for testing right now.


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


Who is online

Users browsing this forum: No registered users and 2 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