[Tokyodebian-2006] 「Debian勉強会21事前課題」

Eto Yasuo yasuo at etou.org
Thu Oct 19 16:03:38 UTC 2006


えとーです。

IP等は変更しました。
madwifiのバグでレジュームからの復帰やインターフェースを落すと
反応しなくなるのでどうにもちゃんと設定詰められていない。

wpasupplicantは wpa2 で AES にして AP の制限の最大値の値をキーにしています。
BSSIDも使ってるかな、、

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# This entry denotes the loopback (127.0.0.1) interface.
auto lo
iface lo inet loopback

# This entry was created during the Debian installation
# (network, broadcast and gateway are optional)
#auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
        address 192.168.XXX.XXX
        netmask 255.255.255.0
        network 192.168.XXX.XXX
        broadcast 192.168.XXX.255
        gateway 192.168.XXX.XXX

allow-hotplug ath0
iface ath0 inet manual
        wpa-driver madwifi
        wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

# no id_str, 'default' is used as the fallback mapping target
iface default inet dhcp

iface room inet static
   address 192.168.XXX.XXX
        netmask 255.255.255.0
        network 192.168.XXX.0
        broadcast 192.168.XXX.255
        gateway 192.168.XXX.XXX

iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf



More information about the Tokyodebian-2006 mailing list