标签:art gate int 编辑 网络服务 sudo ace start restart
1. 输入命令:sudo vi /etc/network/interfaces 编辑文件:
1 auto lo 2 iface lo inet loopback 3 4 auto eth0 5 iface eth0 inet static 6 address 192.168.1.200 7 netmask 255.255.255.0 8 gatewayip 192.168.1.1
第5行的static表示静态IP,如果要获取动态IP则将static改为dhcp并将后面的代码注释掉。
2.输入命令: sudo /etc/init.d/networking restart 重启网络服务
标签:art gate int 编辑 网络服务 sudo ace start restart
原文地址:https://www.cnblogs.com/Suzkfly/p/10301992.html