码迷,mamicode.com
首页 > Web开发 > 详细

raspbian 静态IP

时间:2015-03-17 10:23:17      阅读:860      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!