V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
ceclinux
V2EX  ›  Ubuntu

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

  •  
  •   ceclinux · Jul 3, 2015 · 6344 views
    This topic created in 3952 days ago, the information mentioned may be changed or developed.

    折腾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 replies    2015-07-03 01:59:15 +08:00
    ceclinux
        2
    ceclinux  
    OP
       Jul 3, 2015
    @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.
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   961 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 20:27 · PVG 04:27 · LAX 13:27 · JFK 16:27
    ♥ Do have faith in what you're doing.