IPv4 DNS not working for webHow do I troubleshoot network issues with my VPS?Cannot ping localhost after a half day of uptimeWhat's wrong with my isc-dhcp-server configuration?Connected to multiple networks, how to choose which DNS server?
Why do Russian names transliterated into English have unpronounceable 'k's before 'h's (e.g. 'Mikhail' instead of just 'Mihail')?
What does the word "warmth" mean here?
How do oases form in the middle of the desert?
Prefix all commands in shell
Film about the USA being run by fake videos of the president after his kidnapping
How to implement an integration filter on arrays?
What visual cues distinguish the different floors on The Big Bang Theory?
How is "relevance" defined in information retrieval outside the context of systems with user feedback?
Feeling of forcing oneself to do something
Why do right-wing parties generally oppose the legalization of marijuana?
Is gaining 1 AC in exchange for disadvantage on Perception checks a balanced trade?
What's that in front of the overhead panel?
Are Generation Ships inherently implausible?
Solving a Smullyan style knight and knave problem using natural deduction. How to shorten this proof?
Why try to impeach Trump now?
Arcane Adept: is this proposed Warlock feat balanced as compared to PHB feats?
How can I customize the Touch Bar interfaces for my tremor?
Why does UNIX ed not have a prompt by default
Is it possible to stall a plane so badly that the nose refuses to go down due to lack of airspeed?
Is there any plausible in-between of Endotherms and Ectotherms?
How can we save ourselves from large drops in stock price?
Codewars Solution - Functions acting on each other nested
Does a patron have to know their warlock?
What should be done when the theory behind a PhD thesis turns out to be wrong?
IPv4 DNS not working for web
How do I troubleshoot network issues with my VPS?Cannot ping localhost after a half day of uptimeWhat's wrong with my isc-dhcp-server configuration?Connected to multiple networks, how to choose which DNS server?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
IPv6 is working fine. I can load my GMail account using chrome or firefox because -- I'm guessing -- the name resolves to an IPv6 address.
ping -c1 gmail.com
PING gmail.com(sea15s12-in-x05.1e100.net (2607:f8b0:400a:809::2005)) 56 data
bytes
But, for example, askubuntu.com
which resolves to IPv4 will not load in the browsers -- or using wget.
ping askubuntu.com
PING askubuntu.com (151.101.1.69) 56(84) bytes of data.
With wget:
wget askubuntu.com
--2019-09-28 07:54:10-- http://askubuntu.com/
Resolving askubuntu.com (askubuntu.com)... 151.101.1.69, 151.101.65.69,
151.101.129.69, ...
Connecting to askubuntu.com (askubuntu.com)|151.101.1.69|:80... connected.
HTTP request sent, awaiting response...
In attempting to fix this issue I have reduced my resolv.conf
to eliminate any IPv6 DNS addresses, and to address a number of different DNS servers.Changing the order of these addresses has no effect.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 8.8.4.4
The routing table looks okay:
default via 10.0.0.1 dev enp8s0 proto dhcp src 10.0.0.130 metric 100
10.0.0.0/24 dev enp8s0 proto kernel scope link src 10.0.0.130
10.0.0.1 dev enp8s0 proto dhcp scope link src 10.0.0.130 metric 100
It is the same table as my working machines are showing. (Different device, of course)
networking dns
add a comment
|
IPv6 is working fine. I can load my GMail account using chrome or firefox because -- I'm guessing -- the name resolves to an IPv6 address.
ping -c1 gmail.com
PING gmail.com(sea15s12-in-x05.1e100.net (2607:f8b0:400a:809::2005)) 56 data
bytes
But, for example, askubuntu.com
which resolves to IPv4 will not load in the browsers -- or using wget.
ping askubuntu.com
PING askubuntu.com (151.101.1.69) 56(84) bytes of data.
With wget:
wget askubuntu.com
--2019-09-28 07:54:10-- http://askubuntu.com/
Resolving askubuntu.com (askubuntu.com)... 151.101.1.69, 151.101.65.69,
151.101.129.69, ...
Connecting to askubuntu.com (askubuntu.com)|151.101.1.69|:80... connected.
HTTP request sent, awaiting response...
In attempting to fix this issue I have reduced my resolv.conf
to eliminate any IPv6 DNS addresses, and to address a number of different DNS servers.Changing the order of these addresses has no effect.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 8.8.4.4
The routing table looks okay:
default via 10.0.0.1 dev enp8s0 proto dhcp src 10.0.0.130 metric 100
10.0.0.0/24 dev enp8s0 proto kernel scope link src 10.0.0.130
10.0.0.1 dev enp8s0 proto dhcp scope link src 10.0.0.130 metric 100
It is the same table as my working machines are showing. (Different device, of course)
networking dns
add a comment
|
IPv6 is working fine. I can load my GMail account using chrome or firefox because -- I'm guessing -- the name resolves to an IPv6 address.
ping -c1 gmail.com
PING gmail.com(sea15s12-in-x05.1e100.net (2607:f8b0:400a:809::2005)) 56 data
bytes
But, for example, askubuntu.com
which resolves to IPv4 will not load in the browsers -- or using wget.
ping askubuntu.com
PING askubuntu.com (151.101.1.69) 56(84) bytes of data.
With wget:
wget askubuntu.com
--2019-09-28 07:54:10-- http://askubuntu.com/
Resolving askubuntu.com (askubuntu.com)... 151.101.1.69, 151.101.65.69,
151.101.129.69, ...
Connecting to askubuntu.com (askubuntu.com)|151.101.1.69|:80... connected.
HTTP request sent, awaiting response...
In attempting to fix this issue I have reduced my resolv.conf
to eliminate any IPv6 DNS addresses, and to address a number of different DNS servers.Changing the order of these addresses has no effect.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 8.8.4.4
The routing table looks okay:
default via 10.0.0.1 dev enp8s0 proto dhcp src 10.0.0.130 metric 100
10.0.0.0/24 dev enp8s0 proto kernel scope link src 10.0.0.130
10.0.0.1 dev enp8s0 proto dhcp scope link src 10.0.0.130 metric 100
It is the same table as my working machines are showing. (Different device, of course)
networking dns
IPv6 is working fine. I can load my GMail account using chrome or firefox because -- I'm guessing -- the name resolves to an IPv6 address.
ping -c1 gmail.com
PING gmail.com(sea15s12-in-x05.1e100.net (2607:f8b0:400a:809::2005)) 56 data
bytes
But, for example, askubuntu.com
which resolves to IPv4 will not load in the browsers -- or using wget.
ping askubuntu.com
PING askubuntu.com (151.101.1.69) 56(84) bytes of data.
With wget:
wget askubuntu.com
--2019-09-28 07:54:10-- http://askubuntu.com/
Resolving askubuntu.com (askubuntu.com)... 151.101.1.69, 151.101.65.69,
151.101.129.69, ...
Connecting to askubuntu.com (askubuntu.com)|151.101.1.69|:80... connected.
HTTP request sent, awaiting response...
In attempting to fix this issue I have reduced my resolv.conf
to eliminate any IPv6 DNS addresses, and to address a number of different DNS servers.Changing the order of these addresses has no effect.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 8.8.4.4
The routing table looks okay:
default via 10.0.0.1 dev enp8s0 proto dhcp src 10.0.0.130 metric 100
10.0.0.0/24 dev enp8s0 proto kernel scope link src 10.0.0.130
10.0.0.1 dev enp8s0 proto dhcp scope link src 10.0.0.130 metric 100
It is the same table as my working machines are showing. (Different device, of course)
networking dns
networking dns
asked Sep 28 at 14:57
Stephen BostonStephen Boston
1,9073 gold badges11 silver badges24 bronze badges
1,9073 gold badges11 silver badges24 bronze badges
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177304%2fipv4-dns-not-working-for-web%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177304%2fipv4-dns-not-working-for-web%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown