Results 1 to 4 of 4

Thread: Why am I getting so many IPv6 addresses shown in ifconfig (Ubuntu 13.04)

  1. #1
    Join Date
    Oct 2013
    Beans
    4

    Question Why am I getting so many IPv6 addresses shown in ifconfig (Ubuntu 13.04)

    Hi,

    Can someone please help me in understanding why there are so many IPv6 addresses shown under ifconfig. I have really no clue about it. And also how can I get rid of all those IPv6 addresses.

    Code:
    eth0     Link encap:Ethernet  HWaddr fc:75:16:e1:1d:1b  
              inet addr:192.168.10.135  Bcast:192.168.10.255  Mask:255.255.255.0
              inet6 addr: fe80::fe75:16ff:fee1:1d1b/64 Scope:Link
              inet6 addr: 2002:b6ed:b0b2:b:7488:2566:e6d0:1c05/64 Scope:Global
              inet6 addr: 2002:b6ed:b0b2:b:fe75:16ff:fee1:1d1b/64 Scope:Global
              inet6 addr: fec0::b:7488:2566:e6d0:1c05/64 Scope:Site
              inet6 addr: fec0::b:fe75:16ff:fee1:1d1b/64 Scope:Site
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:132946 errors:0 dropped:1233 overruns:0 frame:0
              TX packets:55826 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:43976145 (43.9 MB)  TX bytes:16146372 (16.1 MB)
    Last edited by The Cog; October 6th, 2013 at 01:34 PM. Reason: Add code tags

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Why am I getting so many IPv6 addresses shown in ifconfig (Ubuntu 13.04)

    My guess is that you have an IPv6 router on the LAN, and IPv6 has been autoconfigured from it.
    This command to print your IPv6 routes might show something interesting:
    route -6
    Last edited by The Cog; October 6th, 2013 at 09:19 PM.

  3. #3
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: Why am I getting so many IPv6 addresses shown in ifconfig (Ubuntu 13.04)

    The fe80: is your local, private IPv6 address. No use outside your LAN

    the 2002: addresses are (or: should be) publicly routable. You should be able to reacht http://ipv6.google.com/ . Also check out http://test-ipv6.com. You have two addresses: one is based on your MAC address (check the trailing e1:1d:1b in both your MAC address and in your 2002: IPv6 address) and thus traceable, the other is more random and thus not traceable.

    The fec0: is your site local IPv6 address, which is depreciated.
    Last edited by sanderj; October 6th, 2013 at 04:52 PM.

  4. #4
    Join Date
    Jul 2013
    Beans
    129

    Re: Why am I getting so many IPv6 addresses shown in ifconfig (Ubuntu 13.04)

    This is normal with ipv6, you can read up about it in wikipedia and the like. It bugged me too until I read about it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •