Quickly modify the MAC address of the Centos Nic

Source: Internet
Author: User
Method 1: # ifconfigeth0down # ifconfigeth0hwether00: AA: BB: CC: DD: EE # ifconfigeht0up Method 2: # iplinkseteth1down # iplinkseteth1address00: AA: BB: CC: DD: EE # iplinkseteth1up Method 1:
# Ifconfig eth0 down
# Ifconfig eth0 hw ether 00: AA: BB: CC: DD: EE
# Ifconfig eht0 up


Method 2:
# Ip link set eth1 down
# Ip link set eth1 address 00: AA: BB: CC: DD: EE
# Ip link set eth1 up


Method 3:
# Vi/etc/sysconfig/network-scripts/ifcfg-eth0
#############
TYPE = Ethernet
DEVICE = eth0
MACADDR = 00: 0C: 29: DF: 52: DA
ONBOOT = yes
IPADDR = 192.168.8.18
NETMASK = 255.255.255.0
#############
# Service network restart

If you want to continue using the MAC address after the system restarts, we recommend that you use method 3.

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.