Ubuntu(raspbian) /etc/network/interfaces 配置里面 wpa-roam 是什么意思

2015-07-03 00:15:28 +08:00
 ceclinux

折腾raspberrypi的时候刷了raspbian,对里面的/etc/network/interfaces里面的配置感到好奇。

我是这么配置静态IP的

auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
    wpa-roam /home/pi/wlan0.conf
iface default inet static
    address 192.168.1.7
    gateway 192.168.1.1
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255

查了man interfaces和debian wiki里面的内容,找不到相应的条目,求教

5679 次点击
所在节点    Ubuntu
2 条回复
Septembers
2015-07-03 00:50:08 +08:00
ceclinux
2015-07-03 01:59:15 +08:00
@Septembers 感谢,不过没有人找的到具体的文档。I assume that, wpa-conf is the static configuration which not needed for roaming through network interfaces. I couldn't find any relevant and detailed document for this.

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/202933

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX