Ubuntu 12.04 set Static IP

Source: Internet
Author: User

Ubuntu 12.04 set static IP

1. Configuring a static IP address

$sudo vi/etc/network/interfaces

The original content only has the following two lines:

Auto Lo

Iface Lo inet Loopback

Append the following to the end:

Auto Eth0

Iface eth0 inet Static

Address 192.168.0.88

Gateway 192.168.0.1

Netmask 255.255.255.0

Network 192.168.0.0

Broadcast 192.168.0.255

then save the exit;

Note where gateway 192.168.0.1 #这个地址你要确认下Your system gateway is not this address

withRoute-norNetstat-rnEnquiryGataway

2. Configure DNS Manually

$sudo vi/etc/resolv.conf

Add the following to the end:

NameServer 192.168.0.10

NameServer 8.8.8.8

Then save the exit.

3. Restart the network for changes to take effect

$sudo/etc/init.d/networking Restart

here is a bit of a problem, is to restart Ubuntu after the discovery and can not surf the internet, the problem is/etc/resolv.conf. Once restarted, the DNS for this file configuration is automatically modified to the default value. So you need to permanently modify DNS. Here's how:

cd/etc/resolvconf/resolv.conf.d/

VI Base

Increase

NameServer 192.168.0.10

NameServer 8.8.8.8

4. Modify NetworkManager

changed the managed=false of the/etc/networkmanager/networkmanager.conf file into a managed=true.

Rebooting the system

after the configured system,the IP address is fixed 192.168.0.88

Ubuntu 12.04 set Static 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.