Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ifconfig [2016/04/27 13:59]
steve
ifconfig [2016/04/27 14:07]
steve
Line 71: Line 71:
 ifconfig eth0 192.168.1.1 broadcast 192.168.1.255 netmask 255.255.255.0 ifconfig eth0 192.168.1.1 broadcast 192.168.1.255 netmask 255.255.255.0
 </​code> ​ </​code> ​
 +
 +** Set the MAC address of an interface **
 +
 +<​code>​
 +ifconfig eth0 hw ether 00:​16:​3E:​24:​13:​59
 +</​code>​