vim /etc/rc.local

#change the server's MAC address("00:50:56:84:5C:76" change to 00:50:56:84:5D:77)

/sbin/ifconfig eth0 down

/sbin/ifconfig eth0 hw ether 00:50:56:84:5D:77

/sbin/ifconfig eth0 up

service network restart

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-12-02
  • 2021-12-03
  • 2021-04-16
  • 2021-10-01
  • 2021-12-22
猜你喜欢
  • 2021-11-19
  • 2021-04-15
  • 2021-09-28
  • 2021-12-14
  • 2021-07-26
  • 2021-11-16
  • 2021-11-19
相关资源
相似解决方案