隱藏 fonera 的私用 ssid
foniao 使用者社群的討論區中有朋友提到隱藏私用 ssid。
目前在選單中並沒有提供這個功能,不過如果已經可以用 ssh 連進去的話,倒是可以 DIY 一下。
root@OpenWrt:~# iwpriv ath1 hide_ssid 1
如果想要每次開機時自動執行的話,在 /etc/init.d 中加個 init script 即可。
不過據說這樣能提升的安全性非常有限?
foniao 使用者社群的討論區中有朋友提到隱藏私用 ssid。
目前在選單中並沒有提供這個功能,不過如果已經可以用 ssh 連進去的話,倒是可以 DIY 一下。
root@OpenWrt:~# iwpriv ath1 hide_ssid 1
如果想要每次開機時自動執行的話,在 /etc/init.d 中加個 init script 即可。
不過據說這樣能提升的安全性非常有限?
這個是今天在 lkml 看到的。
Yes, that’s right, the Linux kernel community is offering all companies free Linux driver development. No longer do you have to suffer through all of the different examples in the Linux Device Driver Kit, or pick through the thousands of example drivers in the Linux kernel source tree trying to determine which one is the closest to what you need to do.