Airtel is rolling out IPv6 on their wired broadband services

@Chip so is this normal?
 
@nishantt6969 yep that's default..I won't call it 'normal'. That's the way things are going to be even with the OS. Now for e.g. I have a v6 address and if I ping or trace route to a particular site it always picks the v6 address to ping on. If that's not available then v4. For e.g. when I ping google.com this is what I see:

Code:
C:\Users>ping google.com
Pinging google.com [2404:6800:4009:811::200e] with 32 bytes of data:
Reply from 2404:6800:4009:811::200e: time=4ms
Reply from 2404:6800:4009:811::200e: time=4ms
Reply from 2404:6800:4009:811::200e: time=6ms
Reply from 2404:6800:4009:811::200e: time=6ms

Ping statistics for 2404:6800:4009:811::200e:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 4ms, Maximum = 6ms, Average = 5ms

If I want it to ping Google's v4 address only then i use the switch '-4' and then here's what I get:

Code:
C:\Users>ping -4 google.com

Pinging google.com [142.250.183.78] with 32 bytes of data:
Reply from 142.250.183.78: bytes=32 time=41ms TTL=118
Reply from 142.250.183.78: bytes=32 time=39ms TTL=118
Reply from 142.250.183.78: bytes=32 time=45ms TTL=118
Reply from 142.250.183.78: bytes=32 time=41ms TTL=118

Ping statistics for 142.250.183.78:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 39ms, Maximum = 45ms, Average = 41ms

PS - notice the difference in ping times :)
 
Last edited:
My router is getting ipv6 , but none of the devices are surfing over it. I have already enabled RA(SLAAC+DHCPV6), I am getting link local adresses with global also but not able to use IPV6.
 

Back