Configure multiple IP addresses in linux

Source: Internet
Author: User

Configure multiple IP addresses in linux

The Red Hat Linux is used as an example. Assume that the original system has configured an IP Address: 192.168.0000140, the configuration file path/etc/sysconfig/network-script/ifcfg-eth0. Now you need to configure an IP address with the network segment 192.168.1.

STEP (root user permission required ):

1, cp/etc/sysconfig/network-script/ifcfg-eth0/etc/sysconfig/network-script/ifcfg-eth1

2, vi/etc/sysconfig/network-script/ifcfg-eth1 to modify the black part, colon plus 1

DEVICE = eth0: 1
BOOTPROTO = none
ONBOOT = yes
HWADDR = 00: 0c: 29: ee: a6: 11
NETMASK = 255.255.255.0
IPADDR = 192.168.1.140
TYPE = Ethernet
USERCTL = no
IPV6INIT = no
PEERDNS = yes

3. The service network restart takes effect for the modified configuration.

4. View through ifconfig. Then, you will see an additional eth1 IP configuration.

Reference: http://world77.blog.51cto.com/414605/368529

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.