首页 > Web开发 > 详细

raspbian 静态IP

时间:2015-03-17 10:21:58      阅读:409      评论:0      收藏:0      [点我收藏+]

edit file:  /etc/network/interfaces

change line: iface eth0 inet dhcp
  1. iface eth0 inet static
    address 192.168.1.99
    netmask 255.255.255.0
    gateway 192.168.1.1

 

/etc/init.d/networking restart

 

raspbian 静态IP

原文:http://www.cnblogs.com/skynext/p/4343565.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!