LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-03-2013, 11:21 AM   #1
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Blog Entries: 1

Rep: Reputation: 41
Question why do i have two global ipv6 addresses


Recently I've been experiencing an issue with my laptops. They seem to be assigning themselves (or some way) multiple global IPv6 addresses. Hal9000 currently has 8 assigned and pinky has 2. If I run ifconfig eth0 down;ifconfig eth0 up then they will clear and I will be back to 2 each again. But not just 1. I use HE.net for my ipv6 tunnel and have several other machines funtioning properly, it is just these two laptops that aren't. It seems to have started a few weeks ago after an update but since I only saw it in one machine i figured it was just a compatibility issue and ignored it. Now I have a clean install of wheezy on another newer laptop and I have the same problem.

Hal9000 runs 32-bit testing - Inspiron 8600
pinky runs 64-bit wheezy - Inspiron 1564
(abacus runs 64-bit testing with two GigE nics but does not have this issue)

ideas? Thanks.
 
Old 12-04-2013, 01:46 PM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
What does the file /etc/network/interfaces tell you?
 
Old 12-04-2013, 04:03 PM   #3
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
Code:
root@hal9000:~# cat /etc/network/interfaces                    
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5). 
                                                                     
# The loopback network interface                                     
auto lo                                                              
iface lo inet loopback                                               
root@hal9000:~#
 
Old 12-04-2013, 04:47 PM   #4
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
That's odd. All network interfaces should be named in that file. Including the IPv6 ones...

/me confused

What's the result of the command
Code:
ifconfig -a
 
Old 12-07-2013, 01:53 AM   #5
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
Code:
root@hal9000:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:0f:1f:1f:a6:e6  
          inet addr:192.168.1.31  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2001:470:1f11:7ae:4431:10fb:7502:b8d1/64 Scope:Global
          inet6 addr: 2001:470:1f11:7ae:20f:1fff:fe1f:a6e6/64 Scope:Global
          inet6 addr: fe80::20f:1fff:fe1f:a6e6/64 Scope:Link
          inet6 addr: 2001:470:1f11:7ae:6520:79a7:3389:96c0/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:108997447 errors:0 dropped:0 overruns:0 frame:0
          TX packets:59850293 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:148421765943 (138.2 GiB)  TX bytes:5074852720 (4.7 GiB)
          Interrupt:11 

eth1      Link encap:Ethernet  HWaddr 00:0e:35:4e:16:aa  
          inet addr:192.168.1.30  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2001:470:1f11:7ae:20e:35ff:fe4e:16aa/64 Scope:Global
          inet6 addr: fe80::20e:35ff:fe4e:16aa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:31 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4599 (4.4 KiB)  TX bytes:12945 (12.6 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:17049022 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17049022 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:24983132910 (23.2 GiB)  TX bytes:24983132910 (23.2 GiB)

root@hal9000:~#
 
Old 12-07-2013, 06:56 AM   #6
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Odd. According to the interfaces file you'd only have the lo device, but clearly the kernel thinks otherwise. I wonder where both eth network adapters get their configuration from.
 
Old 02-05-2014, 08:47 AM   #7
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
I just bought a new laptop (hal9000 in signature) and it is doing the same thing. Both hal9000 and abacus run the same distro. I carried over /home from the old Inspron 8600, every other file is new.
 
  


Reply

Tags
ipv6



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Another IPv6 Crash Course For Linux: Real IPv6 Addresses, Routing, Name Services LXer Syndicated Linux News 0 04-21-2011 07:40 AM
No IPv6 global address when I restart the network service ashok.g Linux - Networking 1 07-26-2010 02:44 AM
[SOLVED] Validate IPv6 addresses ashok.g Programming 2 06-19-2010 04:49 PM
Ipv6 link local and global ajeetsinghraina Linux - Newbie 1 05-24-2010 08:18 AM
How to assign global IPv6 adresses to internal interfaces? ktf Linux - Networking 0 09-06-2009 09:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration