このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
mae3xx_tips:usb_wifi:start [2015/02/18 10:52] – admin | mae3xx_tips:usb_wifi:start [2021/03/17 15:58] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== USB WiFiドングルで無線LANに接続する ====== | ||
+ | MA-E3xxは、本体に無線LAN I/ | ||
+ | 無線LANに接続することができます。 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== ファームウェアの作成 ===== | ||
+ | |||
+ | ==== Kernel config のカスタマイズ ==== | ||
+ | |||
+ | 標準のファームウェアの Kernel では、 | ||
+ | * 無線LANのスタック | ||
+ | * 無線LANデバイスのドライバ | ||
+ | を組み込んでいませんので、Kernel をカスタマイズしたファームウェアを作成します。 | ||
+ | |||
+ | 参照 : [[mae3xx_devel: | ||
+ | |||
+ | v2.5.0系で、無線 LAN のサポートを追加しました。対応デバイスは、MediaTek(旧Ralink)/ | ||
+ | [[download_software: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | Kernel の config (make menuconfig) にて、 | ||
+ | * Networking support ---> Wireless | ||
+ | * Device Drivers ---> Network device support ---> Wireless LAN | ||
+ | * Wireless LAN以下の各種デバイス用ドライバ (Atheros/ | ||
+ | を組み込みもしくはモジュールとして有効化します。 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== 無線LANデバイス ファームウェアファイルの導入 ==== | ||
+ | |||
+ | たいていのUSB WiFiドングルは、バイナリで配布されているファームウェアファイルが必要となります。\\ | ||
+ | 下記ページを参考にデバイスを特定、必要なファームウェアファイルを rootfs のベースにコピーしておきます。 | ||
+ | |||
+ | [[http:// | ||
+ | [[https:// | ||
+ | |||
+ | Realtek RTL8192CU, Ralink RT2870 を使う場合の例 | ||
+ | |||
+ | < | ||
+ | root@lubuntu-vpc:/ | ||
+ | lib/ | ||
+ | 合計 12 | ||
+ | -rw-r--r-- 1 root root 8192 3月 6 00:45 rt2870.bin | ||
+ | drwxr-xr-x 2 root root 4096 4月 16 13:56 rtlwifi | ||
+ | |||
+ | lib/ | ||
+ | 合計 16 | ||
+ | -rw-r--r-- 1 root root 16116 3月 6 00:45 rtl8192cufw_TMSC.bin | ||
+ | root@lubuntu-vpc:/ | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== 無線LAN関係 パッケージの導入 ==== | ||
+ | |||
+ | 無線LANに接続するために必要なパッケージを、ホストPC上で導入しておきます。\\ | ||
+ | 参照 : [[mae3xx_devel: | ||
+ | |||
+ | === クライアントとして利用する場合 === | ||
+ | |||
+ | wpasupplicant パッケージを導入します。 | ||
+ | |||
+ | < | ||
+ | root@lubuntu-vpc: | ||
+ | wpasupplicant - client support for WPA and WPA2 (IEEE 802.11i) | ||
+ | root@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | root@lubuntu-vpc: | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | The following extra packages will be installed: | ||
+ | libnl-3-200 libnl-genl-3-200 libreadline5 | ||
+ | Suggested packages: | ||
+ | wpagui libengine-pkcs11-openssl | ||
+ | The following NEW packages will be installed: | ||
+ | libnl-3-200 libnl-genl-3-200 libreadline5 wpasupplicant | ||
+ | 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. | ||
+ | Need to get 794 kB of archives. | ||
+ | After this operation, 1981 kB of additional disk space will be used. | ||
+ | Do you want to continue? [Y/n] | ||
+ | Get:1 http:// | ||
+ | Get:2 http:// | ||
+ | Get:3 http:// | ||
+ | Get:4 http:// | ||
+ | Fetched 794 kB in 5s (155 kB/s) | ||
+ | Selecting previously unselected package libnl-3-200: | ||
+ | (Reading database ... 17511 files and directories currently installed.) | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking libnl-3-200: | ||
+ | Selecting previously unselected package libnl-genl-3-200: | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking libnl-genl-3-200: | ||
+ | Selecting previously unselected package libreadline5: | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking libreadline5: | ||
+ | Selecting previously unselected package wpasupplicant. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking wpasupplicant (2.1-0ubuntu1) ... | ||
+ | Setting up libnl-3-200: | ||
+ | Setting up libnl-genl-3-200: | ||
+ | Setting up libreadline5: | ||
+ | Setting up wpasupplicant (2.1-0ubuntu1) ... | ||
+ | Processing triggers for libc-bin (2.19-0ubuntu6) ... | ||
+ | localepurge: | ||
+ | localepurge: | ||
+ | |||
+ | Total disk space freed by localepurge: | ||
+ | |||
+ | root@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === アクセスポイントとして利用する場合 === | ||
+ | |||
+ | hostapd パッケージを導入します。 | ||
+ | |||
+ | < | ||
+ | root@lubuntu-vpc: | ||
+ | hostapd - user space IEEE 802.11 AP and IEEE 802.1X/ | ||
+ | root@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | root@lubuntu-vpc: | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | The following NEW packages will be installed: | ||
+ | hostapd | ||
+ | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | ||
+ | Need to get 360 kB of archives. | ||
+ | After this operation, 874 kB of additional disk space will be used. | ||
+ | Get:1 http:// | ||
+ | Fetched 360 kB in 2s (138 kB/ | ||
+ | Selecting previously unselected package hostapd. | ||
+ | (Reading database ... 17586 files and directories currently installed.) | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking hostapd (1: | ||
+ | Processing triggers for ureadahead (0.100.0-16) ... | ||
+ | Setting up hostapd (1: | ||
+ | runlevel:/ | ||
+ | Processing triggers for ureadahead (0.100.0-16) ... | ||
+ | localepurge: | ||
+ | localepurge: | ||
+ | |||
+ | Total disk space freed by localepurge: | ||
+ | |||
+ | root@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== ファームウェアのビルド ==== | ||
+ | |||
+ | 以上の作業で、 | ||
+ | * Kernel config のカスタマイズ | ||
+ | * root filesystem へのUSB WiFiファームウェア/ | ||
+ | が完了しましたので、ファームウェアとしてビルドします。\\ | ||
+ | 参照 : [[mae3xx_devel: | ||
+ | |||
+ | < | ||
+ | user1@lubuntu-vpc: | ||
+ | [sudo] password for user1: | ||
+ | MA-E3xx series Firmware build script | ||
+ | * kernelrelease: | ||
+ | CHK | ||
+ | CHK | ||
+ | CHK | ||
+ | make[1]: `include/ | ||
+ | CALL scripts/ | ||
+ | 〜〜〜 中略 〜〜〜 | ||
+ | crontab (103) | ||
+ | fuse (105) | ||
+ | * create initramfs ... | ||
+ | update-initramfs: | ||
+ | /bin/df: Warning: cannot read table of mounted file systems: No such file or directory | ||
+ | warning: failed to read mtab | ||
+ | adding: kernel.img (stored 0%) | ||
+ | adding: kmod.img (stored 0%) | ||
+ | adding: initramfs.img (stored 0%) | ||
+ | adding: rootfs.img (stored 0%) | ||
+ | adding: dtb.img (deflated 78%) | ||
+ | * Firmware filename: / | ||
+ | done. | ||
+ | please remove working directory '/ | ||
+ | user1@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | ファームウェアがビルドできました。 | ||
+ | |||
+ | < | ||
+ | user1@lubuntu-vpc: | ||
+ | -rw-r--r-- 1 root root 67858264 | ||
+ | user1@lubuntu-vpc: | ||
+ | </ | ||
+ | |||
+ | これをファームアップデートコマンドを利用して適用します。\\ | ||
+ | 参照 : [[mae3xx_ope: | ||
+ | |||
+ | < | ||
+ | root@plum: | ||
+ | root@plum: | ||
+ | ### MA-E3xx series firmware update utility (for 2-area firmware). | ||
+ | Updating Area: 1 ... | ||
+ | * image file for kernel found. | ||
+ | writing " | ||
+ | * image file for kmod found. | ||
+ | writing " | ||
+ | * image file for initramfs found. | ||
+ | writing " | ||
+ | * image file for rootfs found. | ||
+ | writing " | ||
+ | * DTB file found. | ||
+ | writing " | ||
+ | * updating default firmware area: 1 | ||
+ | Succeeded. | ||
+ | root@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== 作成したファームウェアでの起動 ==== | ||
+ | |||
+ | ファームウェアを適用し、再起動します。\\ | ||
+ | 試しに、[[https:// | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | < | ||
+ | [ 324.113638] usb 1-1: new high-speed USB device number 4 using musb-hdrc | ||
+ | [ 324.243130] usb 1-1: device v2019 pab2a is not supported | ||
+ | [ 324.249772] usb 1-1: New USB device found, idVendor=2019, | ||
+ | [ 324.249811] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | ||
+ | [ 324.249837] usb 1-1: Product: GW-USNANO2 | ||
+ | [ 324.249862] usb 1-1: Manufacturer: | ||
+ | [ 324.249886] usb 1-1: SerialNumber: | ||
+ | [ 324.263160] rtl8192cu: Chip version 0x10 | ||
+ | [ 324.373640] rtl8192cu: MAC address: 00: | ||
+ | [ 324.373699] rtl8192cu: Board Type 0 | ||
+ | [ 324.373854] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1 | ||
+ | [ 324.374099] rtl8192cu: Loading firmware rtlwifi/ | ||
+ | [ 324.376378] ieee80211 phy2: Selected rate control algorithm ' | ||
+ | [ 324.390511] rtlwifi: wireless switch is on | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | wlan0 Link encap: | ||
+ | BROADCAST MULTICAST | ||
+ | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
+ | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
+ | collisions: | ||
+ | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
+ | |||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | 認識され、wlan0 インターフェイスが作成されていることが確認できました。 | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 設定 ===== | ||
+ | |||
+ | ==== クライアントとして利用 ==== | ||
+ | |||
+ | === SSID, プリシェアードキーの設定 === | ||
+ | |||
+ | 導入しておいた wpasupplicant を利用する設定をします。\\ | ||
+ | 参照 : [[https:// | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | " | ||
+ | " | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 暗号キーを設定してますので、一般ユーザで読めないよう、忘れずにファイルのパーミッションを適切に設定しておいてください。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | user1@plum: | ||
+ | -rw-r----- 1 root root 497 Apr 16 14:57 / | ||
+ | user1@plum: | ||
+ | cat: / | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === 接続 === | ||
+ | |||
+ | ifup コマンドで接続します。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | dhcpcd.sh: interface wlan0 has been configured with new IP=192.168.253.212 | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | wlan0 Link encap: | ||
+ | inet addr: | ||
+ | inet6 addr: fe80:: | ||
+ | UP BROADCAST RUNNING MULTICAST | ||
+ | RX packets:9 errors:0 dropped:0 overruns:0 frame:0 | ||
+ | TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 | ||
+ | collisions: | ||
+ | RX bytes:1383 (1.3 KB) TX bytes:2040 (2.0 KB) | ||
+ | |||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | Kernelのログを見ると、このように記録されています。 | ||
+ | |||
+ | < | ||
+ | [ 2288.048683] rtl8192cu: MAC auto ON okay! | ||
+ | [ 2288.065009] rtl8192cu: Tx queue select: 0x05 | ||
+ | [ 2288.440590] IPv6: ADDRCONF(NETDEV_UP): | ||
+ | [ 2290.860780] wlan0: authenticate with 00: | ||
+ | [ 2290.884444] wlan0: send auth to 00: | ||
+ | [ 2290.906213] wlan0: authenticated | ||
+ | [ 2290.908574] wlan0: associate with 00: | ||
+ | [ 2290.929501] wlan0: RX AssocResp from 00: | ||
+ | [ 2290.930005] wlan0: associated | ||
+ | [ 2290.930333] IPv6: ADDRCONF(NETDEV_CHANGE): | ||
+ | </ | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== アクセスポイントとして利用 ==== | ||
+ | |||
+ | 『クライアントとして利用』の例で使用したデバイスでは、Ubuntu標準の hostapd ではアクセスポイントとして動作しませんので、\\ | ||
+ | アクセスポイントとして動作する [[https:// | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 下図のような構成とします。 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |< 26em 10em 14em >| | ||
+ | ^ 項目 | ||
+ | |SSID|MAE3xx_AP| | ||
+ | |PSK|password| | ||
+ | |無線LAN ネットワーク|10.254.0.0/ | ||
+ | |DHCP配布アドレス|10.254.0.100 - 10.254.0.200| | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 設定項目としては、 | ||
+ | * 無線LAN ネットワークアドレス設定 (/ | ||
+ | * アクセスポイントの設定 (hostapd) | ||
+ | * DHCPサーバ、DNSサーバの設定 (dnsmasq) | ||
+ | * iptablesの設定((v2.2.0以前 -> ufw, v2.2.0以降 -> FirewallD を使用します)) (NAPT有効化、IP FORWARDING有効化) | ||
+ | を設定する必要があります。 | ||
+ | |||
+ | === 無線LAN ネットワークアドレス設定 === | ||
+ | |||
+ | / | ||
+ | |||
+ | < | ||
+ | # interfaces(5) file used by ifup(8) and ifdown(8) | ||
+ | # Include files from / | ||
+ | source-directory / | ||
+ | |||
+ | auto lo | ||
+ | iface lo inet loopback | ||
+ | |||
+ | auto eth0 | ||
+ | iface eth0 inet static | ||
+ | address 192.168.103.100 | ||
+ | netmask 255.255.103.0 | ||
+ | gateway 192.168.103.1 | ||
+ | dns-nameservers 192.168.103.1 | ||
+ | |||
+ | auto eth1 | ||
+ | iface eth1 inet static | ||
+ | address 192.168.254.254 | ||
+ | netmask 255.255.255.0 | ||
+ | |||
+ | auto wlan0 | ||
+ | iface wlan0 inet static | ||
+ | address 10.254.0.1 | ||
+ | netmask 255.255.255.0 | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === アクセスポイントの設定 === | ||
+ | |||
+ | == hostapd.conf の作成 == | ||
+ | |||
+ | hostapd の設定ファイルを作成します。\\ | ||
+ | パッケージ付属のサンプル設定ファイルを雛形に、下記項目を編集します。 | ||
+ | |||
+ | |< 34em 8em 8em 14em >| | ||
+ | ^ 項目 | ||
+ | |driver|nl80211| | ||
+ | |ssid|MAE3xx_AP| | ||
+ | |channel|任意((空いているchannelを設定してください))| | | ||
+ | |ieee80211n|1| | | ||
+ | |wpa|2|IEEE 802.11i/RSN (WPA2)| | ||
+ | |wpa_passphrase|password| | | ||
+ | |wpa_key_mgmt|WPA-PSK| | | ||
+ | |wpa_pairwise|CCMP| | | ||
+ | |rsn_pairwise|CCMP| | | ||
+ | |auth_algs|1|Open System Authentication| | ||
+ | |||
+ | 編集ができましたら、/ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | == hostapd 起動設定 == | ||
+ | |||
+ | 起動スクリプトに、先ほど編集した設定ファイルの場所をセットします。\\ | ||
+ | 編集するファイルは、/ | ||
+ | |||
+ | < | ||
+ | # Defaults for hostapd initscript | ||
+ | # | ||
+ | # See / | ||
+ | # methods of managing hostapd. | ||
+ | # | ||
+ | # Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration | ||
+ | # file and hostapd will be started during system boot. An example configuration | ||
+ | # file can be found at / | ||
+ | # | ||
+ | DAEMON_CONF="/ | ||
+ | |||
+ | # Additional daemon options to be appended to hostapd command:- | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # Note that -B (daemon mode) and -P (pidfile) options are automatically | ||
+ | # configured by the init.d script and must not be added to DAEMON_OPTS. | ||
+ | # | ||
+ | # | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === DHCPサーバ、DNSサーバの設定 === | ||
+ | |||
+ | クライアントに IPアドレス, | ||
+ | ファイルは、/ | ||
+ | |||
+ | |< 30em 8em 12em 8em >| | ||
+ | ^ 項目 | ||
+ | |dhcp-range|10.254.0.100, | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | === iptablesの設定 (v2.2.0 以前の場合) === | ||
+ | |||
+ | ufw の設定をします。\\ | ||
+ | |||
+ | == / | ||
+ | |||
+ | < | ||
+ | ・・・ | ||
+ | # Set the default forward policy to ACCEPT, DROP or REJECT. | ||
+ | # if you change this you will most likely want to adjust your rules | ||
+ | DEFAULT_FORWARD_POLICY=" | ||
+ | ・・・ | ||
+ | </ | ||
+ | |||
+ | " | ||
+ | |||
+ | \\ | ||
+ | |||
+ | == / | ||
+ | |||
+ | < | ||
+ | ・・・ | ||
+ | # Uncomment this to allow this host to route packets between interfaces | ||
+ | # | ||
+ | ・・・ | ||
+ | </ | ||
+ | |||
+ | コメントを外します。 | ||
+ | |||
+ | \\ | ||
+ | |||
+ | == / | ||
+ | |||
+ | < | ||
+ | ・・・ | ||
+ | *nat | ||
+ | -A POSTROUTING -s 10.254.0.0/ | ||
+ | |||
+ | # don't delete the ' | ||
+ | COMMIT | ||
+ | </ | ||
+ | |||
+ | wlan0 => eth0 へのNAPTエントリを追加します。 | ||
+ | |||
+ | \\ | ||
+ | |||
+ | == SSH/ | ||
+ | |||
+ | SSHのアクセスを許可しておかないとログインができなくなりますので、 | ||
+ | SSHの許可をしてから ufw を有効化します。\\ | ||
+ | また、DNS/ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | [sudo] password for user1: | ||
+ | Rules updated | ||
+ | Rules updated (v6) | ||
+ | user1@plum: | ||
+ | Rule added | ||
+ | Rule added (v6) | ||
+ | user1@plum: | ||
+ | Rule added | ||
+ | Rule added (v6) | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | Command may disrupt existing ssh connections. Proceed with operation (y|n)? y | ||
+ | Firewall is active and enabled on system startup | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ufw の状態を確認してみます。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | Status: active | ||
+ | |||
+ | To | ||
+ | -- | ||
+ | 22 | ||
+ | 67/ | ||
+ | 53 | ||
+ | 22 (v6) ALLOW | ||
+ | 67/udp (v6) ALLOW | ||
+ | 53 (v6) ALLOW | ||
+ | |||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | == 再起動 == | ||
+ | |||
+ | 設定ができましたので、再起動します。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | user1@plum: | ||
+ | user1@plum: | ||
+ | Broadcast message from user1@plum | ||
+ | (/ | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === iptablesの設定 (v2.2.0 以降の場合) === | ||
+ | |||
+ | v2.2.0 から、Firewall のツールを FirewallD に変更しています(([[mae3xx_ope: | ||
+ | |||
+ | == zone の設定 == | ||
+ | |||
+ | wlan0 を **" | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | success | ||
+ | user1@plum: | ||
+ | success | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | eth0 を **" | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | success | ||
+ | user1@plum: | ||
+ | success | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === 接続テスト === | ||
+ | |||
+ | 設定がうまくできてるか、クライアントから接続をしてみます。 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | きちんと接続できていることが確認できました。 | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === syslog への出力確認 === | ||
+ | |||
+ | MA-E3xx側には、次のようなログが出力されます。 | ||
+ | |||
+ | < | ||
+ | Apr 17 13:47:38 localhost hostapd: wlan0: STA 00: | ||
+ | Apr 17 13:47:38 localhost hostapd: wlan0: STA 00: | ||
+ | Apr 17 13:47:38 localhost hostapd: wlan0: STA 00: | ||
+ | Apr 17 13:47:38 localhost hostapd: wlan0: STA 00: | ||
+ | Apr 17 13:47:58 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:47:58 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:48:01 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:48:01 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:48:01 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:48:01 localhost dnsmasq-dhcp[1172]: | ||
+ | Apr 17 13:55:51 localhost hostapd: wlan0: STA 00: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === サンプルコンフィグファイル === | ||
+ | |||
+ | 今回使用した、サンプルコンフィグファイルを置いておきます。 | ||
+ | |||
+ | ^ File ^ Stat ^ SHA1SUM | ||
+ | |{{: | ||
+ | |{{: | ||
+ | |{{: | ||
+ | |{{: | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== アクセスポイントとして利用 (Multiple SSID) ==== | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== ダウンロード ===== | ||
+ | |||
+ | この例で作成したファームウェアファイルはこちらです。\\ | ||
+ | |||
+ | ^ File ^ Stat ^ SHA1SUM | ||
+ | |{{: | ||
+ | |||
+ | |||
+ | \\ |