#设置IP地址,以eth0为例 root@hobot:~# hrut_ipfull s eth0 192.168.0.100 255.255.255.0 192.168.0.1 root@hobot:~# #获取IP地址,以eth0为例 root@hobot:~# hrut_ipfull g eth0 ip=192.168.0.100 mask=255.255.255.0 gw=192.168.0.1 #清空IP地址,以eth0为例 root@hobot:~# hrut_ipfull c eth0 clear all ip related setting.
用上面的命令 设置下 就不会被刷掉了