IPV6 Results? Let us know!

Greetings testers,

As we are going to start ramping up in Versions for you to test, along with introducing new features we have planned for V8 along the way, I'd like to inquire how (if any) of your IPV6 testing has gone?

Even if you aren't using IPV6 in your network, you can still "test" it with most newer versions of windows, and if this interests you, follow the howto guide sticky'd at the top of this forum to give it a shot. It doesn't require many changes at all, and our developers would be very appreciative of how you find the experience/testing results.

Thanks everyone!
  • Hi ,

    I tryed so many times but getting too many errors ,not  certain about ipV6 ,and dont want to create more thread ,send pm to some  moderators but got no response ,some time get response that was not good (in overall testing )
    so stick to basic (things which i know bit )

    i am not expert ,why expert will spend time in testing 
    but if u make my some points clear i will definitely test them 

    there are many area where i am new ,if i  get proper guidance i can test them in details  

    like this one https://community.sophos.com/products/unified-threat-management/astaroorg/f/102/t/68974

    not even told me that it was right or wrong (look like not taken pain to even see images)

    thanks
  • I, feeling brave today decided to try implementing IPv6 on the 7.865 ASG.

    Not sure how to mix v4 and v6. I can setup the PC to use v6, but need a v6 vlan which I cannot create. V6 only works with the total interface.

    "I failed at the first step to get the PC to talk to the ASG."
    Failed second step, vlan switch doesn't know about IPv6.

    Ian M
  • Hi,

    i have no results either. I have to learn the IPv6 basics first.

    IPv6 for dummies
    http://ipv6forum.se/wordpress/wp-content/uploads/2009/01/ipv6-for-dummies-se-090120.pdf


    Kind regards
  • Thank you for the link, Agadoo! 

    I have printed this out, nice bedtime reading [;)]
  • Hi,
    I had better print out Agadoo's report.

    I enabled IPv6 on ASG and PC. Not configured correctly.

    Some screen shots of the days activities.

    First one is my PC config. The second one is data download figures from the ASG.

    So basically no VLANs and packets get through. How do I tell where the data came from and what it was?

    Ian M

    At this stage I don't get the pdf, no route to site.
  • Hi,

    there's a first time for everything in life. xD

    I've enabled IPv6 with 6to4, setup the IP for my internal if and added a prefix.
    My client machine (mac os x) got an IPv6 IP at once. I love this OS.

    So it was time to play around with some common tools...

    First ping6

    michael:~ michael$ ping6 fe80:0000:0000:0000:0240:f4ff:febd:05dd
    PING6(56=40+8+8 bytes) fe80::221:e9ff:fee5:a2ec%en1 --> fe80::240:f4ff:febd:5dd
    16 bytes from fe80::240:f4ff:febd:5dd%en1, icmp_seq=0 hlim=64 time=12.113 ms
    16 bytes from fe80::240:f4ff:febd:5dd%en1, icmp_seq=1 hlim=64 time=1.711 ms
    16 bytes from fe80::240:f4ff:febd:5dd%en1, icmp_seq=2 hlim=64 time=1.779 ms
    16 bytes from fe80::240:f4ff:febd:5dd%en1, icmp_seq=3 hlim=64 time=1.592 ms
    ^C
    --- fe80:0000:0000:0000:0240:f4ff:febd:05dd ping6 statistics ---
    4 packets transmitted, 4 packets received, 0.0% packet loss
    round-trip min/avg/max/std-dev = 1.592/4.299/12.113/4.512 ms


    nslookup

    michael:~ michael$ nslookup
    > server
    Default server: 192.168.2.254
    Address: 192.168.2.254#53



    Nameservice is set to a IP(v4) address. Why? 
    It should point to the IPv6 address of internal if, shouldn't it? 

    If I disable DHCP (IPv4), I don't have a DNS Server at all.
    Any ideas?

    Kind regards
  • Hi Agadoo,

    I also like OSX much but their IPv6 support isn't fully implemented.
    On OSX there is no way to get a DNS Server via IPv6 automatically,
    you have to enter the IPv6 DNS Server address manually or use DNS via IPv4.

    Also there is no support for DHCPv6 on OSX. Only Prefix Advertisement can be used.

    Try to use 6to4 if you have a STATIC IPv4 address. Otherwise apply for a tunnel broker,
    setup a /64 prefix on your LAN interface and enable Prefix Advertisement on it.

    This should allow you to browse IPv6 only websites, e.g. ipv6.google.com

    Please note: Anonymous Tunnel Broker access will only give you ONE IPv6 address.
    To have a whole subnet (e.g. /48 or /56) you have to apply and enter your credentials.

    Best regards
     Ulrich
  • Hello Friends !

    please correct me if i am wrong 

    this is my ATTEMPT to use ipv6p

    pls check attechment 

    i am getting some message when i am using astaro  (192.168.2.x) (when i bypass astaro then my ip is 192.168.1.x ):::Invalid source route specified.


    this is a attempt to understand ipv6 ,so please forgive me if i am wrong 

    thanks



    Invalid source route specified.
      Problem with source address or scope-id.
    Invalid source route specified.
      Problem with source address or scope-id.


    already say'd sorry if i am wrong
    ipv6p.zip
  • Hello Friends !


    # host -t aaaa ipv6.google.com
    ipv6.google.com is an alias for ipv6.l.google.com.
    ipv6.l.google.com has IPv6 address 2001:4860:c004::68

    ifi type in browser url  2001:4860:c004::68 (with http or wihout http)
    i should able browse ?

    thanks
  • http://www.ietf.org/rfc/rfc2732.txt states that you have to use use of "[" and "]" within a URI
     explicitly for this. So for your example it would be 
    http://[2001:4860:c004::68]/


    But due to the way HTTP-Server work nowadays (ie. with HTTP/1.1 and virtual hosts), this will most likely fail because the webserver needs to know the name of the host you want to connect to.

    Thus you should never(!) use an URL with the naked IPv6-address, you should always(!) stick to DNS.