Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ubuntu_networking [2016/05/12 14:35]
steve
ubuntu_networking [2016/05/12 14:37]
steve
Line 146: Line 146:
 </​code>​ </​code>​
  
-Load the new networking configuration:​+Load the new networking configuration. To be safe, bring the eth* devices down first:
  
 <​code>​ <​code>​
 +ifconfig eth0 down
 +ifconfig eth1 down
 ifup bond0 ifup bond0
 </​code>​ </​code>​
 +
 +