码迷,mamicode.com
首页 > Windows程序 > 详细

bananapi M1 /etc/network/interfaces

时间:2015-09-02 14:51:34      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:

auto lo
iface lo inet loopback

iface eth0 inet static
address 192.168.1.51
netmask 255.255.255.0
gateway 192.168.1.1

allow-hotplug wlan0
iface wlan0 inet static
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wpa-ssid ASUS***
wpa-psk ********
address 192.168.1.52
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.1
iface default inet dhcp


bananapi M1 /etc/network/interfaces

标签:

原文地址:http://my.oschina.net/mingyuejingque/blog/500651

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