# Linux WiFi 設定 ## WEP 1. `ip a` 檢查 wifi 網卡是否啟動 * `sudo ifup wlo1` 啟動網卡 2. 設定網卡 SSID & passwd * debian - /etc/network/interfaces ``` auto wlo1 iface wlo1 inet static address 192.168.1.233/24 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 wpa-essid "YOUR_SSID" wpa-psk "YOUR_PASSWD" ``` ## WPA/WPA2 ### Reference * https://www.ichiayi.com/tech/debian_net_tips * http://securityalley.blogspot.com/2014/01/wpawpa2_13.html
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up