EasyManua.ls Logo

ORANGE Pi 3B - Create WIFI Hotspot via create_ap (Bridge Mode)

ORANGE Pi 3B
366 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
146
Note that in the following command, Debian12 needs to modify eth0 to end1.
orangepi@orangepi:~$ sudo create_ap --no-virt -m nat wlan0 eth0 orangepi orangepi --freq-band 5
8If you need to hide the SSID, you can specify the --hidden parameter. The specific
command is as follows
Note that in the following command, Debian12 needs to modify eth0 to end1.
orangepi@orangepi:~$ sudo create_ap --no-virt -m nat wlan0 eth0 orangepi orangepi --hidden
At this time, the mobile phone cannot search for WIFI hotspots. You need to
manually specify the WIFI hotspot name and enter the password to connect to the WIFI
hotspot.
3.6.4.2. create_ap method to create WIFI hotspot in bridge
mode
1
Enter the following command to create a WIFI hotspot with the name orangepi and
password orangepi in bridge mode
Note that in the following command, Debian12 needs to modify eth0 to end1.
orangepi@orangepi:~$ sudo create_ap --no-virt -m bridge wlan0 eth0 orangepi orangepi
2
If the following information is output, it means that the WIFI hotspot is successfully
created.
orangepi@orangepi:~$ sudo create_ap --no-virt -m bridge wlan0 eth0 orangepi orangepi
[sudo] password for orangepi:
Config dir: /tmp/create_ap.wlan0.conf.hXrfLdof

Table of Contents