oblique / create_ap

[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
BSD 2-Clause "Simplified" License
4.41k stars 992 forks source link

repeater config of create_ap #444

Open sanfx opened 4 years ago

sanfx commented 4 years ago

What is the equiavalent of doing this create_ap -m bridge p2p0 eth0 MyHotspot password

in the config

$ cat  /etc/create_ap.conf
CHANNEL=default
GATEWAY=192.168.1.1
WPA_VERSION=2
ETC_HOSTS=0
DHCP_DNS=gateway
NO_DNS=0
NO_DNSMASQ=0
HIDDEN=0
MAC_FILTER=0
MAC_FILTER_ACCEPT=/etc/hostapd/hostapd.accept
ISOLATE_CLIENTS=0
SHARE_METHOD=nat
IEEE80211N=0
IEEE80211AC=0
HT_CAPAB=[HT40+]
VHT_CAPAB=
DRIVER=nl80211
NO_VIRT=0
COUNTRY=
FREQ_BAND=2.4
NEW_MACADDR=
DAEMONIZE=0
NO_HAVEGED=0
WIFI_IFACE=p2p0
INTERNET_IFACE=eth0
SSID=MyHotspot
PASSPHRASE=852172777222
USE_PSK=0

using the above different ip address gets assigned while the command line option was using the old ip addresses.