V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ceclinux
V2EX  ›  Ubuntu

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

  •  
  •   ceclinux · 2015-07-03 00:15:28 +08:00 · 5649 次点击
    这是一个创建于 3192 天前的主题,其中的信息可能已经有所发展或是发生改变。

    折腾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里面的内容,找不到相应的条目,求教

    2 条回复    2015-07-03 01:59:15 +08:00
    ceclinux
        2
    ceclinux  
    OP
       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.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2025 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:16 · PVG 00:16 · LAX 09:16 · JFK 12:16
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.