Ubuntu Fixed IP

Source: Internet
Author: User
Tags nameserver

Ubuntu Fixed IP

1. Change the contents of/etc/network/interfaces

1.1 Comment out the original content

1.2 Add the following content

Auto Eth0

Iface eth0 inet Static
Address 192.168.1.119
Netmask 255.255.255.0
Geteway 192.168.1.1
Network 192.168.0.0
Broadcast 192.168.1.255
Dns-nameserver 114.114.114.114 114.114.115.115

2. Set/etc/resolv.conf

Add the following content

nameserver 114.114.114.114

nameserver 114.114.115.115

NameServer 127.0.1.1

3. Set/etc/networkmanager/networkmanager.conf

After setting up 1.2 two steps, a lot of suggestions to restart the network card or reboot, but they have tried many restarts do not take effect, currently do not understand why.

If it is not effective to modify/etc/networkmanager/networkmanager.conf managed=false , change false to True

  

Ubuntu Fixed IP

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.