PC Arbeit: Linux を触わったことがほとんどないので、わからないことだらけです....。
/etc/resolv.conf の中身も自前の DNS Server に変更。
# cd /etc # echo 'nameserver 10.0.1.1' > resolv.conf
↑sym link だと、起動時に戻される。
SSID を boadcast しない? /etc/init.d/S40network の最後に追記
/usr/sbin/iwpriv ath0 hide_ssid 1 /sbin/ifconfig ath0 -arp /sbin/ifconfig ath0 down /usr/sbin/iwpriv ath1 hide_ssid 1 /sbin/ifconfig wifi0 -arp
よくわからないので、起動しないように。
# cd /etc/init.d # mv N50chillispot chilllispot.N50 # mv S60redirect redirect.S60
2行目を書き換え。もっとよい方法を....。 /etc/init.d/N10connchek
#!/bin/sh while [ -z "$(/usr/bin/nslookup example.com | /bin/grep Address | /bin/grep -v "#")" ]; do sleep 1 done ifup lan
FON La Fonera http://kita3.net/fonera.html FON La Fonera http://nice.kaze.com/fonera.html
PC Arbeit: Web page の user interface から変更した点。
1. [Public WiFi] の SSID を変更 2. [Private WiFi] の SSID を変更 3. [Private WiFi] の暗号規格を WAP2/AES に変更 4. [Private WiFi] のパスワードを変更 5. [Advanced][Network Settings] の [IP address] を変更
気づいた点 :
最後に、[Status] で [Internet Connection]内[Connection type:] が「Unknwon」と 表示されていないかを確認。されている場合は、つながらない。 [Advanced][Internet Connection] で再度 [Submit] を押すと、[Status] に反映される。
[Advanced][Wireless Settings] の [b/g Mode] を「b only」にしても、反映されない。 再度読み込むと 「Mixed (b/g)」に戻っている。