Problem description: I used a desktop computer and the campus network to access the Internet via wired mode. I tested 64-bit Ubuntu 14.04.4, Ubuntu 14.04.5, and Ubuntu 16.04.3, and all of them had the following problems: The network shows that it is connected, but it cannot access the Internet: This situation often occurs in some occasions where you need to log in to the Internet, such as schools. Of course, if this error occurs when you do not want to log in to the network, you can also try the following solutions: 1. Click the edit connection in the above picture and set the static IP, as shown in the figure below: 2. Press Ctrl+Alt+T to open the terminal and configure DNS as follows: (1) sudo nano /etc/network/interfaces and add dns-nameserver 114.114.114.114 at the end (2) sudo nano /etc/resolvconf/resolv.conf.d/base and add nameserver 114.114.114.114 at the end (3) sudo nano /etc/resolv.conf and add nameserver 114.114.114.114 at the end 3. Restart the network and the problem is solved! ! ! ! sudo service networking restart explain: DNS stands for Domain Name System, and its function is to convert domain names into specific IP addresses. Commonly used DNS:
The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL Community Server 5.7.19 Installation Guide (Detailed)
>>: Vue implements the product tab of the product details page function
Table of contents Basic Types any type Arrays Tup...
Preface Since vue3.0 was officially launched, man...
Table of contents 1. Connect to Tencent Cloud Ser...
This article example shares the specific code of ...
Table of contents plan Install Dependencies Intro...
Basics A transaction is an atomic operation on a ...
Say it in advance On a whim, I want to know what ...
Use wget command to download the entire subdirect...
1. Introduction Sometimes, after the web platform...
For a long time, website development was hampered...
1. Concurrency Concurrency is the most important ...
Table of contents Preface Communication between t...
I was playing with CentOS in a VMware virtual mac...
MySQL full-text index is a special index that gen...
drop table Drop directly deletes table informatio...