Ubuntu reports failtobringupeth0 cause: eth0 Nic does not exist solution: 1. sudoifconfig-a // check the status of all NICs to check whether eth0 exists. the eth0 Nic should not be found in the result list. in addition to lo, there should be another ethX2.vim...
Ubuntu reports "fail to bring up eth0" cause: eth0 Nic does not exist solution: 1. sudo ifconfig-a // check the status of all NICs to check whether eth0 exists. the eth0 Nic should not be found in the result list. in addition to lo, there should be an ethX 2 normally. vim/etc/network/interfaces // The modified content is as follows: auto ethX iface ethX inet dhcp // or www.2cto.com auto ethX iface ethX inet static address 192.168.0.101 netmask 255.255.255.0 gateway 192.168.0.1 3. sudo/etc/init. d/networking restart // restart the NIC. the problem can be solved.
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