Where does default ipv6 address come from and how can I remove ipv6?

Posted: 02-16-2006, 02:27 AM
In checking my packet output via ethereal I find that I'm getting lots of
irrelevant ipv6 dns queries coming from my pc. The queries are
automatically appending my home domain, wns.com, even though I removed all
references to that domain I can find in MCC. The ipv4 dns queries work
fine. Here are the contents of my /etc/sysconfig/network file:
HOSTNAME=pavilion
NETWORKING=yes
NETWORKING_IPV6=no

I restarted the network but I still get v6 IP address assigned along with my
v4 address. According to the ifup-ipv6 script it checks for
NETWORKING_IPV6=yes before it brings up the interface for v6. Where is my
interface getting its address and how can I stop it?
Reply With Quote

Responses to "Where does default ipv6 address come from and how can I remove ipv6?"

De Kameel
Guest
Posts: n/a
 
Re: Where does default ipv6 address come from and how can I removeipv6?
Posted: 02-16-2006, 07:23 AM
Brian Whiting wrote:
> In checking my packet output via ethereal I find that I'm getting lots of
> irrelevant ipv6 dns queries coming from my pc. The queries are
> automatically appending my home domain, wns.com, even though I removed all
> references to that domain I can find in MCC. The ipv4 dns queries work
> fine. Here are the contents of my /etc/sysconfig/network file:
> HOSTNAME=pavilion
> NETWORKING=yes
> NETWORKING_IPV6=no
>
> I restarted the network but I still get v6 IP address assigned along with my
> v4 address. According to the ifup-ipv6 script it checks for
> NETWORKING_IPV6=yes before it brings up the interface for v6. Where is my
> interface getting its address and how can I stop it?
You mean the local addresses fe80:<something>? They are auto-assigned
after loading the module 'ipv6'

[root@hp ~]# lsmod | grep -i ipv6
ipv6 234016 16
[root@hp ~]#

So if you don't want those addresses (why?), make sure the module ipv6
is not loaded.

de Kameel
Reply With Quote
Brian Whiting
Guest
Posts: n/a
 
Re: Where does default ipv6 address come from and how can I remove ipv6?
Posted: 02-16-2006, 01:38 PM
De Kameel wrote:
> Brian Whiting wrote:
>> In checking my packet output via ethereal I find that I'm getting lots of
>> irrelevant ipv6 dns queries coming from my pc. The queries are
>> automatically appending my home domain, wns.com, even though I removed
>> all references to that domain I can find in MCC.
>> <snip>
> [root@hp ~]# lsmod | grep -i ipv6
> ipv6 234016 16
> [root@hp ~]#
>
> So if you don't want those addresses (why?), make sure the module ipv6
> is not loaded.
lsmod returns nothing for ipv6 and the v6 address is no longer being
assigned since I rebooted the machine. I am still getting AAAA dns queries
with wns.com appended to the query target though. I recursively grepped
all files inside /etc and wns.com is not anywhere there. I'll post this as
a new question since ipv6 addressing appears to be taken care of.
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug#347810: marked as done (linux-image-2.6.15-1-686: Doesn't autoconfig ipv6 address when a network interface goes down and up) Debian Bug Tracking System Linux / Unix 0 05-21-2008 01:30 AM
Can't see IPv6 The Informer Windows Vista Networking & Sharing 3 03-13-2008 09:57 PM
IPv6 Manoj Windows XP Embedded 2 04-13-2006 02:15 PM
what is IPv6 dgo Windows XP Network & Web 1 12-21-2003 05:54 AM
ipv6 Stan Windows XP Security & Administration 1 12-03-2003 02:27 AM