Solve the problem that ubuntu cannot access the Internet

Source: Internet
Author: User
Ubuntu still finds that it cannot access the Internet after the graphical interface is configured. In this case, you may consider the situation where the IP address and Gateway Information you configured are not saved to the corresponding configuration file. And how to directly access the Internet by modifying the configuration file configuration on the terminal. The steps for www.2cto.com are as follows...
Ubuntu still finds that it cannot access the Internet after the graphical interface is configured.
You may have to consider the following situation:
The IP address and Gateway Information you configured are not saved in the corresponding configuration file.
And how to directly access the Internet by modifying the configuration file configuration on the terminal. Www.2cto.com
The procedure is as follows: (1) sudo vim/etc/network/interfacesauto loiface lo inet loopback
Add part: iface eth0 inet staticaddress 202.117.132.41 // IP address netmask 255.255.255.0 // netmask gateway 202.117.132.1 // gateway auto eth0 www.2cto.com. (2) sudo vim/etc/resolv. add the following conf: nameserver 202.117.128.2 // your own DNS server (3) sudo/etc/init. d/networking restart // restart the network.
 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.