Changes

Jump to navigation Jump to search
m
no edit summary
Line 83: Line 83:  
     up /etc/network/firewall.sh
 
     up /etc/network/firewall.sh
   −
==== Persistent Interface Names ====
+
===== Persistent Interface Names =====
===== UDEV method =====
+
====== UDEV method ======
 
* There is typically only one network interface, and it will be named dynamically.  We must setup this using udev to be persistent
 
* There is typically only one network interface, and it will be named dynamically.  We must setup this using udev to be persistent
   Line 93: Line 93:  
     echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:73:86:06", ATTR{dev_id}=="0x0", ATTR{type}=="1", NAME="eth0"' >/etc/udev/rules.d/70-persistent-net.rules
 
     echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:73:86:06", ATTR{dev_id}=="0x0", ATTR{type}=="1", NAME="eth0"' >/etc/udev/rules.d/70-persistent-net.rules
   −
===== Grub method =====
+
====== Grub method ======
 
* Edit the /etc/default/grub file:
 
* Edit the /etc/default/grub file:
 
   vim /etc/default/grub
 
   vim /etc/default/grub

Navigation menu