connect Network is unreachable error on ping

0 votes

I'm trying to ping google's DNS but I keep getting this error:

connect: Network is unreachable?

Also, I'm unable to install anything and my sudo apt-get update command gives weird errors. What's the issue here?

Jan 23, 2019 in Linux Administration by Ruth
28,095 views

1 answer to this question.

0 votes

You need to set your default gateway. Follow these steps:

  • Open terminal
  • $ sudo su
  • $ route add default gw (eg:192.168.136.1) eth0
  • go to 'nano /etc/resolv.conf'
  • add these lines
nameserver 8.8.8.8
nameserver 127.0.1.1
  • sudo /etc/init.d/networking restart or service networking restart

Hope this will help you!

To know more about it, go for Linux certification course today.

Thanks.

answered Jan 23, 2019 by Tina

Related Questions In Linux Administration

0 votes
1 answer

Error when trying to install a few packages on ubuntu

Try executing the following commands and try ...READ MORE

answered Mar 15, 2019 in Linux Administration by Jobin
1,384 views
0 votes
1 answer

Error saying " Invalid operation uninstall" on sudo apt uninstall apache2

Try this: sudo apt-get cpufrequtils is missing a mandatory ...READ MORE

answered May 14, 2019 in Linux Administration by Yesha
13,431 views
0 votes
1 answer

dpkg error: dpkg status database is locked by another process

First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE

answered Aug 27, 2019 in Linux Administration by Sirajul
• 59,230 points
5,608 views
0 votes
0 answers

Error while opening Edureka VM on virtual box

Hi Team, I am using windows 10 machine ...READ MORE

Sep 24, 2019 in Linux Administration by Kiran
• 120 points
678 views
0 votes
1 answer
0 votes
1 answer

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

answered Jul 12, 2018 in Other DevOps Questions by Atul
• 10,240 points
967 views
0 votes
2 answers

Install postgreSQL on Ubuntu

Follow the below commands to install PostgreSQL (PSQL) ...READ MORE

answered Nov 12, 2020 in Database by Prachi
• 140 points
939 views
0 votes
1 answer

Access progrs prompt without switching accounts

Use the following to get the postgres prompt ...READ MORE

answered Mar 22, 2019 in Database by Mahi
655 views
+3 votes
7 answers

Error: dpkg frontend is locked by another process

First, find out the id of the process that ...READ MORE

answered Aug 7, 2019 in Linux Administration by Sirajul
• 59,230 points
255,133 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP