-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

create_ap


> Create an AP (Access Point) at any channel.

More information.


Create an open network with no passphrase:

create_ap {wlan0} {eth0} {access_point_ssid}

Use a WPA + WPA2 passphrase:

create_ap {wlan0} {eth0} {access_point_ssid} {passphrase}

Create an access point without Internet sharing:

create_ap -n {wlan0} {acces_point_ssid} {passphrase}

Create a bridged network with Internet sharing:

create_ap -m bridge {wlan0} {eth0} {access_point_ssid} {passphrase}

Create a bridged network with Internet sharing and a pre-configured bridge interface:

create_ap -m bridge {wlan0} {br0} {access_point_ssid} {passphrase}

Create an access port for Internet sharing from the same Wi-Fi interface:

create_ap {wlan0} {wlan0} {access_point_ssid} {passphrase}

Choose a different Wi-Fi adapter driver:

create_ap --driver {wifi_adapter} {wlan0} {eth0} {access_point_ssid} {passphrase}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:54:16 2024