2024-08-08, 04:53 PM
It looks you still have a bunch of IPv6 addresses. Have you rebooted or applied the IPv6 changes? To apply them without rebooting you'd use this command.
Before that, we can test something.
If you run "curl -4 api.tmdb.org" you should get a 301 response. But if you run "curl -6 api.tmdb.org" does it 404 or some other 400 message?
Code:
sudo sysctl -p
Before that, we can test something.
If you run "curl -4 api.tmdb.org" you should get a 301 response. But if you run "curl -6 api.tmdb.org" does it 404 or some other 400 message?