change fedora default MAC address


change fedora default MAC address
 
How to change default MAC address 
  www.2cto.com  
1.
Java代码  
ifconfig  
 
find the network car name,e.g. eth0,eth1,em1 
 
2.
Java代码  
ifconfig eth0 down  
ifconfig eth0 hw ether xx:xx:xx:xx  
ifconfig eth0 up  
 
3.done! 
 

相关内容

    暂无相关文章