码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu配置静态IP

时间:2019-01-22 10:48:48      阅读:172      评论:0      收藏:0      [点我收藏+]

标签: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 重启网络服务

 

Ubuntu配置静态IP

标签:art   gate   int   编辑   网络服务   sudo   ace   start   restart   

原文地址:https://www.cnblogs.com/Suzkfly/p/10301992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!