Nic binding and nic module in linux

Source: Internet
Author: User
Nic binding and nic module in linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. By: 3041614

You can bind an Eni using either of the following methods:

1. # arp-s 192.168.1.1 00: 1d: dd: e3: 3e: e5 .............................. this is done, but it disappears after the machine is restarted. If you want to bind the NIC when starting the system, run the following command:

# Vi/etc/rc. d/rc. local

Arp-s 192.168.1.1 00: 1d: dd: e3: 3e: e5 ............................... after this is done, the NIC is automatically bound after the instance is started.

Ii. # vi ether ................................... .......... edit an ether file and put it under/etc,

192.168.1.1 00: 1d: dd: e3: 3e: e5

# Arp-f/etc/ether

# Arp-f/etc/ether is written to/etc/rc. d/rc. local and then automatically bound after the machine is restarted.

Nic module storage location:

/Lib/modules/2.6.9-5EL/kernel/drivers/net,

Configure IPv6:

Modprobe ipv6

Ifconfig eth0 inet6 add 2001: da8: 200: 101: 100/64
Related Article

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.