IPv4 and IPv6 from different browsers on same computer

0

On my laptop, in Chrome, when I Google "What is my IP?", I get an IPv6 returned as my public IP address. On the same laptop, in Firefox, I Google the same thing, and get an IPv4 returned as my public IP address.

How is this possible? How can my computer have two different public IP addresses?

flyingL123

Posted 2014-10-16T15:14:08.827

Reputation: 103

1Google "happy eyeballs" for an explanation of how browsers decide whether to choose IPv4 or IPv6. – sburlappp – 2014-10-16T23:51:30.453

Answers

3

Your computer could have a million public IP addresses if configured as such. There's no 1:1 ratio required between computers and IP addresses.

I think you've answered your own question, though, even if you don't know it. Your computer (and the network you're on) has both IPv4 and IPv6 support. Chrome seems to be preferring IPv6 and firefox, IPv4.

EEAA

Posted 2014-10-16T15:14:08.827

Reputation: 1 864

1

How can my computer have two different public IP addresses?

Your ISP has assigned you a IPv4 address and a IPv6 address.

How is this possible?

Your operating system and hardware supports both IPv4 and IPv6

Ramhound

Posted 2014-10-16T15:14:08.827

Reputation: 28 517