Problem Solver
•
515 Messages
Not getting an IPV4 IP address
I am no longer getting an IPV4 IP address on my modem. I have been with xfinity at this location for 4 years and never had this issue before. I have reset the modem through both the xfinity app, and by unplugging it.
EG
Expert
•
107.9K Messages
3 years ago
FWIW. I get the same result when using that site. However, every other testing site that I try confirms that I do indeed have both an IPv6 and an IPv4 IP address assigned.
(edited)
0
NoNoBadPuppy
Problem Solver
•
515 Messages
3 years ago
Thank you for the response. I've been using that site for awhile, and it always showed both IP addy's. I logged into my router and it shows that I am still getting an IPV4 assigned by xfinity. I have no issues connecting to any websites. ipconfig /all shows no anomalies.
EDIT: This link returns a valid response:
https://nordvpn.com/what-is-my-ip/
Thanks again!
(edited)
1
0
Andyr1
Gold Problem Solver
•
7.9K Messages
3 years ago
For a Windows computer, you can open a command prompt and try these commands:
ping google.com (should normally default to IPv6)
ping -4 google.com (should force IPv4)
ping -6 google.com (should force IPv6)
0