方法1临时IP

ifconfig eth0 192.168.1.10/24
service networking restart

 方法2 更改网卡配置文件

vi /etc/network/interface
auto eth0
iface eth0 inet static
address 192.168.80.10
netmask 255.255.255.0
gateway 192.168.80.1
service networking restart 

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐