Cannot connect/find any servers (Ubuntu gamepack)
Recently downloaded Ubuntu Gamepack via USB flash drive. All went well as far as I know and except for my internet problems all is well. I do not no why, and would like some assistance in troubleshooting the problem.
The system has no problems with connecting to the modem via Firefox when the default gateway is typed into the search tab but it cannot connect to anything else. I tried the ping command but it could not find any of the websites I tried.
The last piece of information I can come up with is the output of the ifconfig command that I ran in the terminal, which I will post below this text.
NOTE: If any extra information is required to troubleshoot feel free to ask for it.
enp2s0 Link encap:Ethernet HWaddr 4c:cc:6a:8e:47:a1
inet addr:192.168.0.21 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::9c55:dc17:7b0a:e526/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1326711 (1.3 MB) TX bytes:180836 (180.8 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:42516 errors:0 dropped:0 overruns:0 frame:0
TX packets:42516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3342715 (3.3 MB) TX bytes:3342715 (3.3 MB)
troubleshooting
|
show 5 more comments
Recently downloaded Ubuntu Gamepack via USB flash drive. All went well as far as I know and except for my internet problems all is well. I do not no why, and would like some assistance in troubleshooting the problem.
The system has no problems with connecting to the modem via Firefox when the default gateway is typed into the search tab but it cannot connect to anything else. I tried the ping command but it could not find any of the websites I tried.
The last piece of information I can come up with is the output of the ifconfig command that I ran in the terminal, which I will post below this text.
NOTE: If any extra information is required to troubleshoot feel free to ask for it.
enp2s0 Link encap:Ethernet HWaddr 4c:cc:6a:8e:47:a1
inet addr:192.168.0.21 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::9c55:dc17:7b0a:e526/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1326711 (1.3 MB) TX bytes:180836 (180.8 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:42516 errors:0 dropped:0 overruns:0 frame:0
TX packets:42516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3342715 (3.3 MB) TX bytes:3342715 (3.3 MB)
troubleshooting
Can you ping an external IP address; eg.ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg.ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).
– guiverc
Jul 20 at 1:55
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.
– guiverc
Jul 20 at 2:04
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09
|
show 5 more comments
Recently downloaded Ubuntu Gamepack via USB flash drive. All went well as far as I know and except for my internet problems all is well. I do not no why, and would like some assistance in troubleshooting the problem.
The system has no problems with connecting to the modem via Firefox when the default gateway is typed into the search tab but it cannot connect to anything else. I tried the ping command but it could not find any of the websites I tried.
The last piece of information I can come up with is the output of the ifconfig command that I ran in the terminal, which I will post below this text.
NOTE: If any extra information is required to troubleshoot feel free to ask for it.
enp2s0 Link encap:Ethernet HWaddr 4c:cc:6a:8e:47:a1
inet addr:192.168.0.21 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::9c55:dc17:7b0a:e526/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1326711 (1.3 MB) TX bytes:180836 (180.8 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:42516 errors:0 dropped:0 overruns:0 frame:0
TX packets:42516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3342715 (3.3 MB) TX bytes:3342715 (3.3 MB)
troubleshooting
Recently downloaded Ubuntu Gamepack via USB flash drive. All went well as far as I know and except for my internet problems all is well. I do not no why, and would like some assistance in troubleshooting the problem.
The system has no problems with connecting to the modem via Firefox when the default gateway is typed into the search tab but it cannot connect to anything else. I tried the ping command but it could not find any of the websites I tried.
The last piece of information I can come up with is the output of the ifconfig command that I ran in the terminal, which I will post below this text.
NOTE: If any extra information is required to troubleshoot feel free to ask for it.
enp2s0 Link encap:Ethernet HWaddr 4c:cc:6a:8e:47:a1
inet addr:192.168.0.21 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::9c55:dc17:7b0a:e526/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1326711 (1.3 MB) TX bytes:180836 (180.8 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:42516 errors:0 dropped:0 overruns:0 frame:0
TX packets:42516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3342715 (3.3 MB) TX bytes:3342715 (3.3 MB)
troubleshooting
troubleshooting
edited Jul 20 at 2:41
slm♦
247k66508675
247k66508675
asked Jul 20 at 1:51
Philip Vestergaard-laustsen
31
31
Can you ping an external IP address; eg.ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg.ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).
– guiverc
Jul 20 at 1:55
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.
– guiverc
Jul 20 at 2:04
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09
|
show 5 more comments
Can you ping an external IP address; eg.ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg.ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).
– guiverc
Jul 20 at 1:55
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.
– guiverc
Jul 20 at 2:04
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09
Can you ping an external IP address; eg.
ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg. ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).– guiverc
Jul 20 at 1:55
Can you ping an external IP address; eg.
ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg. ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).– guiverc
Jul 20 at 1:55
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the
/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.– guiverc
Jul 20 at 2:04
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the
/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.– guiverc
Jul 20 at 2:04
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09
|
show 5 more comments
1 Answer
1
active
oldest
votes
First to test your can access external, try
ping 8.8.8.8
which confirms you are connected and can get external. If this works, but the pinging of google.com failed, it's a DNS issue.
A quick fix is to add
"nameserver 8.8.8.8"
to the end of /etc/resolv.conf
. DNS is 'domain name service' & translates human names like google.com into their real ip address (numbers). This however is temporary and won't survive a reboot or networking services restart.
You make the change permanent via adding the nameserver to your NM (network manager) setup. On my Lubuntu 18.10 it's Preferences->Network->DNS and add a "8.8.8.8" there.
You could also add dns-addresses 8.8.8.8 8.8.4.4
to /etc/network/interfaces
(you can use other DNS addresses instead of google's i've used as example) as per https://wiki.debian.org/NetworkConfiguration.
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/3.0/"u003ecc by-sa 3.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%2funix.stackexchange.com%2fquestions%2f457324%2fcannot-connect-find-any-servers-ubuntu-gamepack%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First to test your can access external, try
ping 8.8.8.8
which confirms you are connected and can get external. If this works, but the pinging of google.com failed, it's a DNS issue.
A quick fix is to add
"nameserver 8.8.8.8"
to the end of /etc/resolv.conf
. DNS is 'domain name service' & translates human names like google.com into their real ip address (numbers). This however is temporary and won't survive a reboot or networking services restart.
You make the change permanent via adding the nameserver to your NM (network manager) setup. On my Lubuntu 18.10 it's Preferences->Network->DNS and add a "8.8.8.8" there.
You could also add dns-addresses 8.8.8.8 8.8.4.4
to /etc/network/interfaces
(you can use other DNS addresses instead of google's i've used as example) as per https://wiki.debian.org/NetworkConfiguration.
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
add a comment |
First to test your can access external, try
ping 8.8.8.8
which confirms you are connected and can get external. If this works, but the pinging of google.com failed, it's a DNS issue.
A quick fix is to add
"nameserver 8.8.8.8"
to the end of /etc/resolv.conf
. DNS is 'domain name service' & translates human names like google.com into their real ip address (numbers). This however is temporary and won't survive a reboot or networking services restart.
You make the change permanent via adding the nameserver to your NM (network manager) setup. On my Lubuntu 18.10 it's Preferences->Network->DNS and add a "8.8.8.8" there.
You could also add dns-addresses 8.8.8.8 8.8.4.4
to /etc/network/interfaces
(you can use other DNS addresses instead of google's i've used as example) as per https://wiki.debian.org/NetworkConfiguration.
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
add a comment |
First to test your can access external, try
ping 8.8.8.8
which confirms you are connected and can get external. If this works, but the pinging of google.com failed, it's a DNS issue.
A quick fix is to add
"nameserver 8.8.8.8"
to the end of /etc/resolv.conf
. DNS is 'domain name service' & translates human names like google.com into their real ip address (numbers). This however is temporary and won't survive a reboot or networking services restart.
You make the change permanent via adding the nameserver to your NM (network manager) setup. On my Lubuntu 18.10 it's Preferences->Network->DNS and add a "8.8.8.8" there.
You could also add dns-addresses 8.8.8.8 8.8.4.4
to /etc/network/interfaces
(you can use other DNS addresses instead of google's i've used as example) as per https://wiki.debian.org/NetworkConfiguration.
First to test your can access external, try
ping 8.8.8.8
which confirms you are connected and can get external. If this works, but the pinging of google.com failed, it's a DNS issue.
A quick fix is to add
"nameserver 8.8.8.8"
to the end of /etc/resolv.conf
. DNS is 'domain name service' & translates human names like google.com into their real ip address (numbers). This however is temporary and won't survive a reboot or networking services restart.
You make the change permanent via adding the nameserver to your NM (network manager) setup. On my Lubuntu 18.10 it's Preferences->Network->DNS and add a "8.8.8.8" there.
You could also add dns-addresses 8.8.8.8 8.8.4.4
to /etc/network/interfaces
(you can use other DNS addresses instead of google's i've used as example) as per https://wiki.debian.org/NetworkConfiguration.
edited Dec 16 at 21:40
Rui F Ribeiro
38.9k1479129
38.9k1479129
answered Jul 20 at 2:42
guiverc
20325
20325
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
add a comment |
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
Did that do the trick, is it marked as solved now?
– Philip Vestergaard-laustsen
Jul 20 at 2:50
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f457324%2fcannot-connect-find-any-servers-ubuntu-gamepack%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
Can you ping an external IP address; eg.
ping 8.8.8.8
for google's DNS? If this works, but human addresses don't (eg.ping google.com
fails), you have issues with DNS (domain name service; or what converts human names to the real IP addresses).– guiverc
Jul 20 at 1:55
Did you really come over here to answer the same question again? Daim you are dedicated. If 8.8.8.8 is ping'ed it works. If Google.com is ping'ed it says that Google.com is an unknown host
– Philip Vestergaard-laustsen
Jul 20 at 2:02
What would you recommend doing about my dns issue?
– Philip Vestergaard-laustsen
Jul 20 at 2:03
that proves your internet & lan connection is working, but DNS isn't. A quick fix is to add "nameserver 8.8.8.8" to the end of the
/etc/resolv.conf
file. 8.8.8.8 is the ip address for google's DNS; you could use of course your ISP's or another; I use 8.8.8.8 as example (it's easy to remember). This is a quick fix only.– guiverc
Jul 20 at 2:04
I am not sure what you mean by add : "nameserver 8.8.8.8" to the end of the /etc/resolv.conf file. Please elaborate
– Philip Vestergaard-laustsen
Jul 20 at 2:09