Edit file :
/etc/udev/rules.d/70-persistent-net.rules
Change or ename ethX:
# PCI device 0x15ad:0x07b0 (vmxnet3)
SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{address}==”00:50:56:b2:23:e0″, ATTR{type}==”1″, KERNEL==”eth*”, NAME=”eth0″
Modify network info:
/etc/sysconfig/network-scripts/ifcfg-eth0
Centos : Change network device name
Related Posts:
Centos : Allow two NIC with different subnetSolution: Edit /etc/sysctl.conf # Controls IP packet forwarding net.ipv4.ip_forward = 1 # Controls source route verification net.ipv4.conf.def… Read More
Centos : Manage LVMs With a GUI1. Install LVM Gui #yum install system-config-lvm 2. Lunch LVM Gui #system-config-lvm 3. Go to Disk Utility Add new partition&nb… Read More
CENTOS : Install Desktop GUI1. Install GNOME #yum -y groups install "GNOME Desktop" 2. Install KDE Desktop Environment#yum -y groups install "KDE Plasma Workspaces" 3. Insta… Read More
SSL : Disable SSL on Webmin1. Edit /etc/webmin/miniserv.conf 2. Change value of "ssl" entry from 1 to 0 ssl=1 (enable) ssl=0 (disable) 3. Restart webmin services # /et… Read More
Centos 7 : Guide to increace /dev/mapper/root on Centos 7Guide to increace /dev/mapper/root on Centos 7 1. backup all data in /home - #tar -czvf /root/home.tgz -C /home . - test backup : #tar -tvf /root/h… Read More
0 comments:
Post a Comment