ubuntu18.04 配置橋接開啟AP熱點
[TOC]
設(shè)備及網(wǎng)絡(luò)說明
- 工控機(jī)雙網(wǎng)口帶wifi
目標(biāo)
- 工控機(jī)自身可上網(wǎng)
- 可提供wifi ap
- pc通過工控機(jī)有線上網(wǎng)
操作
- 配置兩個網(wǎng)卡為網(wǎng)橋贵少,一個上外網(wǎng),一個讓pc上外網(wǎng),生效并查看是否有錯誤
netplan --debug apply
network:
version: 2
renderer: networkd
ethernets:
eth0:
optional: true
dhcp4: no
eth1:
optional: true
dhcp4: no
bridges:
br0:
dhcp4: no
addresses:
- 192.168.1.10/24
gateway4: 192.168.1.1
interfaces: [eth0,eth1] #ubuntu實際接口
- 安裝 create_ap
- create_ap介紹
- 會提示沒有安裝相關(guān)軟件直接install安裝即可
- 創(chuàng)建AP
create_ap wlan0 eth0 ssidname passwd
- 提示"ERROR: hostapd not found." 直接安裝即可
sudo apt-get install hostapd
- 其中wlan0為無線網(wǎng)卡赛糟;eth0為無線網(wǎng)卡提供外網(wǎng)贴铜,可以為eth0,eth1扛禽,br0醉冤,都不影響上網(wǎng)
- 提示"ERROR: hostapd not found." 直接安裝即可
其他說明
- Ubuntu18.04 的netplan不能直接配置AP