差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:debian_net_tips [2022/01/23 19:22] – jonathan | tech:debian_net_tips [2022/01/23 21:38] (目前版本) – jonathan | ||
---|---|---|---|
行 46: | 行 46: | ||
: | : | ||
</ | </ | ||
- | - 使用 ifup 啟動 | + | - 啟動 |
systemctl restart wpa_supplicant | systemctl restart wpa_supplicant | ||
- | ifup wlp0s20f3 | + | </ |
+ | - 重啟網路服務< | ||
+ | systemctl restart networking.service | ||
+ | </ | ||
+ | - 驗證是否正常連上 WiFi AP< | ||
+ | wpa_cli -i wlp0s20f3 | ||
+ | </ | ||
+ | root@nuc:~# wpa_cli -i wlp0s20f3 status | ||
+ | bssid=28: | ||
+ | freq=0 | ||
+ | ssid=ichiayi | ||
+ | id=0 | ||
+ | mode=station | ||
+ | wifi_generation=5 | ||
+ | pairwise_cipher=CCMP | ||
+ | group_cipher=TKIP | ||
+ | key_mgmt=WPA2-PSK | ||
+ | wpa_state=COMPLETED | ||
+ | ip_address=192.168.31.251 | ||
+ | address=04: | ||
+ | uuid=14ea0bcc-c7f5-592c-ba49-159bbe31e49d | ||
</ | </ | ||
- 使用 ip addr show wlp0s20f3 就可看到目前的設定< | - 使用 ip addr show wlp0s20f3 就可看到目前的設定< | ||
行 54: | 行 74: | ||
3: wlp0s20f3: < | 3: wlp0s20f3: < | ||
link/ether 04: | link/ether 04: | ||
- | inet 192.168.11.5/24 scope global wlp0s20f3 | + | inet 192.168.31.251/24 brd 192.168.31.255 |
- | | + | |
- | inet6 2001: | + | inet6 fe80:: |
- | | + | |
- | inet6 fe80:: | + | |
| | ||
</ | </ | ||
行 74: | 行 92: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | <WRAP center round alert 60%> | ||
+ | **針對在 PVE 環境將 WiFi 網卡加入 Bridge 並沒有設定成功** | ||
+ | * 目前似乎是 **bridging does not work with WiFi** (主要是 VM 要使用 WiFi Bridge 的問題) | ||
+ | * 找尋的相關資料如下: | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | </ | ||
===== 參考網址 ===== | ===== 參考網址 ===== |