Armadilloフォーラム

Armadillo-IoT G3Lのステルス無線LANルータ化

takuya.murasugi

2017年7月31日 18時40分

お世話になります。村杉と申します。

Armadillo-IoT G3Lにステルス無線LANのアクセスポイントを作成したいと考えています。

まず最初に通常の無線LANアクセスポイントを以下を参考に構築しました。

・Armadillo-IoT G3 無線LAN ルータ化
https://armadillo.atmark-techno.com/forum/armadillo/2132

次にアクセスポイントのステルス化をするために、
https://developer.gnome.org/NetworkManager/unstable/nm-settings.html
を参考に、hiddenパラメータを追加した

# nmcli connection add con-name testcon type wifi ifname wlan0 ssid testap

# nmcli connection modify testcon \
802-11-wireless.hidden true \
802-11-wireless.mode "ap" \
802-11-wireless-security.key-mgmt wpa-psk \
802-11-wireless-security.psk 11111111\
ipv4.method share ipv6.method auto \
connection.zone internal

# nmcli connection up testcon

のコマンドを実行したのですが、
確認用に用意したWindowsPCでWiFiを検索すると
testapのSSIDが見つかってしまいます。

どなたかArmadillo-IoT G3上にステルス無線LANのアクセスポイントを
構築された方がいらっしゃいましたらアドバイスを頂けないでしょうか?

よろしくお願いいたします。