Crucial Paradigm

Call us now 1300 884 839

Member Login
Australia USA

Location: Australia

Soar with High Availability Web Hosting from $11.95/month Elastic Self-Healing Windows VPS from $54.95/month State Of The Art Infrastructure Powered By Hewlett Packard and Cisco R1 Soft CDP Backup Solution
  #11 (permalink)  
Old 08-04-2010, 07:34 AM
Aaron's Avatar
Hosting Slave
 
Join Date: Dec 2008
Location: Sydney
Posts: 625
Send a message via MSN to Aaron
Default

Quote:
Originally Posted by nemesis View Post
Any word on native IPv6 support on Linux VPS's yet?
We are getting closer to being able to offer this, there are a few more network upgrades which need to take place before we can implement this. We'll keep everybody posted when it becomes available.
__________________
Aaron Weller
Powered by dare
Crucial Paradigm Staff
Reply With Quote
  #12 (permalink)  
Old 23-09-2010, 01:58 PM
Junior Member
 
Join Date: Feb 2009
Posts: 13
Default

I noticed that breifly after the recent kernel upgrade that I had a valid IPv6 address assigned to three of my hosts, which I could ping, and use... about 15 minutes later these addresses were removed.... why? whats going on?
Reply With Quote
  #13 (permalink)  
Old 23-09-2010, 02:09 PM
Aaron's Avatar
Hosting Slave
 
Join Date: Dec 2008
Location: Sydney
Posts: 625
Send a message via MSN to Aaron
Default

Hi gnif,

Not sure how this happened, as none of our VPS nodes have IPv6 capabilities, and parts of our network don't have it yet either. Maybe it was another user on the network assigning these off?

Quote:
Originally Posted by gnif View Post
I noticed that breifly after the recent kernel upgrade that I had a valid IPv6 address assigned to three of my hosts, which I could ping, and use... about 15 minutes later these addresses were removed.... why? whats going on?
__________________
Aaron Weller
Powered by dare
Crucial Paradigm Staff
Reply With Quote
  #14 (permalink)  
Old 23-09-2010, 02:24 PM
Junior Member
 
Join Date: Feb 2009
Posts: 13
Default

Well, here is the ifconfig for each host, still have it in my bash history:

Code:
eth1      Link encap:Ethernet  HWaddr AA:00:AE:1F:85:02  
          inet addr:10.5.1.69  Bcast:10.5.255.255  Mask:255.255.0.0
          inet6 addr: 2002:6f76:a412:2:a800:aeff:fe1f:8502/64 Scope:Global
          inet6 addr: fe80::a800:aeff:fe1f:8502/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:105669 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:21607109 (20.6 MiB)  TX bytes:1942 (1.8 KiB)
Code:
eth1      Link encap:Ethernet  HWaddr aa:00:83:29:d7:02  
          inet addr:10.5.1.22  Bcast:10.5.255.255  Mask:255.255.0.0
          inet6 addr: 2002:6f76:a412:2:a800:83ff:fe29:d702/64 Scope:Global
          inet6 addr: fe80::a800:83ff:fe29:d702/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9169731 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7484 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1610807043 (1.5 GiB)  TX bytes:593257 (579.3 KiB)
I was able to ping both of these addresses from an external source briefly, and the machines were able to ping each other

Code:
~# ping6 2002:6f76:a412:2:a800:aeff:fe1f:8502
PING 2002:6f76:a412:2:a800:aeff:fe1f:8502(2002:6f76:a412:2:a800:aeff:fe1f:8502) 56 data bytes
64 bytes from 2002:6f76:a412:2:a800:aeff:fe1f:8502: icmp_seq=1 ttl=64 time=0.224 ms
64 bytes from 2002:6f76:a412:2:a800:aeff:fe1f:8502: icmp_seq=2 ttl=64 time=0.254 ms

--- 2002:6f76:a412:2:a800:aeff:fe1f:8502 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.224/0.239/0.254/0.015 ms
Reply With Quote
  #15 (permalink)  
Old 23-09-2010, 02:32 PM
Aaron's Avatar
Hosting Slave
 
Join Date: Dec 2008
Location: Sydney
Posts: 625
Send a message via MSN to Aaron
Default

Sounds like someone is broadcasting this on our network. That netblock is IANA reserved for 6-to-4, my guess is for IPv6 tunnel: http://whois.arin.net/rest/net/NET6-2002-1

Quote:
Originally Posted by gnif View Post
Well, here is the ifconfig for each host, still have it in my bash history:

Code:
eth1      Link encap:Ethernet  HWaddr AA:00:AE:1F:85:02  
          inet addr:10.5.1.69  Bcast:10.5.255.255  Mask:255.255.0.0
          inet6 addr: 2002:6f76:a412:2:a800:aeff:fe1f:8502/64 Scope:Global
          inet6 addr: fe80::a800:aeff:fe1f:8502/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:105669 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:21607109 (20.6 MiB)  TX bytes:1942 (1.8 KiB)
Code:
eth1      Link encap:Ethernet  HWaddr aa:00:83:29:d7:02  
          inet addr:10.5.1.22  Bcast:10.5.255.255  Mask:255.255.0.0
          inet6 addr: 2002:6f76:a412:2:a800:83ff:fe29:d702/64 Scope:Global
          inet6 addr: fe80::a800:83ff:fe29:d702/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9169731 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7484 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1610807043 (1.5 GiB)  TX bytes:593257 (579.3 KiB)
I was able to ping both of these addresses from an external source briefly, and the machines were able to ping each other

Code:
~# ping6 2002:6f76:a412:2:a800:aeff:fe1f:8502
PING 2002:6f76:a412:2:a800:aeff:fe1f:8502(2002:6f76:a412:2:a800:aeff:fe1f:8502) 56 data bytes
64 bytes from 2002:6f76:a412:2:a800:aeff:fe1f:8502: icmp_seq=1 ttl=64 time=0.224 ms
64 bytes from 2002:6f76:a412:2:a800:aeff:fe1f:8502: icmp_seq=2 ttl=64 time=0.254 ms

--- 2002:6f76:a412:2:a800:aeff:fe1f:8502 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.224/0.239/0.254/0.015 ms
__________________
Aaron Weller
Powered by dare
Crucial Paradigm Staff
Reply With Quote
  #16 (permalink)  
Old 23-09-2010, 02:35 PM
Junior Member
 
Join Date: Feb 2009
Posts: 13
Default

no worries, that would make sense and explain why it was on the internal lan , was about to jump for joy that IPv6 was here... damn
Reply With Quote
  #17 (permalink)  
Old 23-09-2010, 02:48 PM
Aaron's Avatar
Hosting Slave
 
Join Date: Dec 2008
Location: Sydney
Posts: 625
Send a message via MSN to Aaron
Default

Don't worry, we are working on it! In fact we have the remaining hardware on order to bring our entire AU network to support IPv6! So its on the books, and we are trying to get this up as soon as possible.

Quote:
Originally Posted by gnif View Post
no worries, that would make sense and explain why it was on the internal lan , was about to jump for joy that IPv6 was here... damn
__________________
Aaron Weller
Powered by dare
Crucial Paradigm Staff
Reply With Quote
  #18 (permalink)  
Old 28-10-2010, 05:34 PM
Junior Member
 
Join Date: Dec 2009
Posts: 12
Default

So...
Support desk is heading towards some maintenance in order to " upgrade to support IPv6"...

Does this mean that IPv6 will be available for VPS customers any time soon, or am I just that little bit too eager...?

Cheers
Reply With Quote
  #19 (permalink)  
Old 28-10-2010, 08:01 PM
ross's Avatar
Customer Rep
 
Join Date: Jun 2009
Posts: 590
Default

Hi PC_Nerd,

A little to eager I'm afraid. That notice is in reference to our US network where our Support Desk operates from.

We are upgrading some network infrastructure there, but the issue with vendor software still not supporting it is still a big blocker we need to work through.
__________________
Cheers,
Ross

Crucial Paradigm
Reply With Quote
  #20 (permalink)  
Old 28-10-2010, 08:26 PM
Junior Member
 
Join Date: Dec 2009
Posts: 12
Default

Ahh well - I'll keep my eager eye on the forums for any more news.
Thanks!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +11. The time now is 05:39 PM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2

Copyright 2003-2010 © Crucial Paradigm Pty Ltd, All Rights Reserved