Changes

Jump to: navigation, search

Orange Pi Zero 3

203 bytes added, 09:33, 11 July 2023
The method of creating WIFI hotspot through create_ap
=== The method of creating WIFI hotspot through create_ap ===
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''create_ap is a script that helps quickly create WIFI hotspots on Linux, and supports bridge and NAT modes. It can automatically combine hostapd, dnsmasq and iptables to complete the setting of WIFI hotspots, avoiding complex configuration for users. The github address is as follows:'''
[https://github.com/oblique/create_ap '''https://github.com/oblique/create_ap''']</big>|} {| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''&nbsp;&nbsp;&nbsp;&nbsp;The Linux image released by OPi has pre-installed the create_ap script. You can create a WIFI hotspot through the create_ap command. The basic command format of create_ap is as follows:'''
'''The Linux image released by OPi has pre-installed the create_ap script. You can create a WIFI hotspot through the create_ap command. The basic command format of create_ap is as follows:'''
'''create_ap [options] &lt;wifi-interface&gt; [&lt;interface-with-internet&gt;] [&lt;access-point-name&gt; [&lt;passphrase&gt;]]'''
 
'''* options:''' '''You can use this parameter to specify the encryption method, the frequency band of the WIFI hotspot, the bandwidth mode, the network sharing method, etc. You can get the options through create_ap -h'''
'''* access-point-name: hotspot name'''
'''* passphrase:hotspot password'''</big>|}
<span id="create_ap-method-to-create-wifi-hotspot-in-nat-mode"></span>
<span id="how-to-set-static-ip-address"></span>
 
=== How to set static IP address ===

Navigation menu