1 vi /etc/network/interfaces

Change 

#iface eth0 inet dhcp

to

iface eth0 inet static
address 192.168.95.132
netmask 255.255.255.0
gateway 192.168.95.1

2 /etc/init.d/networking restart

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-02-21
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2021-06-22
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
相关资源
相似解决方案