ที่คอมมานด์พร์อม(สิทธ์เป็น root) ให้พิมพ์คำว่า
nano /etc/udev/rules.d/70-persistent-net.rules
# คุณสามารถแก้ไขและเปลี่ยนแปลงลำดับของ ethXX ได้ ดังตัวอย่าง.
# PCI device 0x8086:0x294c (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1c:ff:ff:ff:ff", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x9086:0x295c (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:2c:ff:ff:ff:cc", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
ในคำที่ขีดเส้นใต้(eth0,eth1)ที่สามารถเปลี่ยนเป็นเลขที่ต้องการ
Comments
Post a Comment