This seems like a short IPv6 address 2001:dc3::3
-
This seems like a short IPv6 address 2001:dc3::3
What’s the deal?
-
This seems like a short IPv6 address 2001:dc3::3
What’s the deal?
@HopelessDemigod
That's an unexpectedly large number of zeros -
@HopelessDemigod
That's an unexpectedly large number of zerosIt is?
-
This seems like a short IPv6 address 2001:dc3::3
What’s the deal?
@HopelessDemigod In an IPv6 address, everything between double colons is a zero, and leading 0s in a group get dropped. So that address could be written as
2001:0dc3:0000:0000:0000:0000:0000:0003
-
@HopelessDemigod In an IPv6 address, everything between double colons is a zero, and leading 0s in a group get dropped. So that address could be written as
2001:0dc3:0000:0000:0000:0000:0000:0003
Interesting, so you only need to increment the last digit?
-
Interesting, so you only need to increment the last digit?
@HopelessDemigod Do you mean when claiming IP addresses on a network for a statically-addressed device?
-
@HopelessDemigod Do you mean when claiming IP addresses on a network for a statically-addressed device?
Correct.
-
@HopelessDemigod Yep, you can just increment the last digit in the address, so you'd use. ...::4
I'd guess you're on a /48 perhaps?
-
R relay@relay.infosec.exchange shared this topic
-
@HopelessDemigod Yep, you can just increment the last digit in the address, so you'd use. ...::4
I'd guess you're on a /48 perhaps?
What is the largest numerical digit you can use in the last position?
-
What is the largest numerical digit you can use in the last position?
@HopelessDemigod 9 is the highest base-10 numerical digit, but the addresses are written in hexadecimal, so you can go up to f. Each group is made up of four hex digits ranging from 0000 to ffff.