码迷,mamicode.com
首页 > 其他好文 > 详细

在树莓派上设置无线静态IP

时间:2017-06-11 12:09:25      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:etc   网络   gateway   无线   address   ini   命令   static   efault   

修改文件: /etc/network/interfaces,命令如下

sudo nano /etc/network/interfaces

将最后一句iface default inet dhcp,替换成:

iface default inet static
address 172.xx.xxx.186
netmask 255.255.255.0
gateway 172..xx.xxx.254
dns-nameservers 172..xx.xxx.2
最后Ctrl+O 存盘  Ctrl+X 退出,然后重启网络:

sudo /etc/init.d/networking restart

在树莓派上设置无线静态IP

标签:etc   网络   gateway   无线   address   ini   命令   static   efault   

原文地址:http://www.cnblogs.com/hotpsy/p/6984627.html

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