TGC hotspot
parent
4293fa9afc
commit
f064478212
@ -0,0 +1,20 @@
|
||||
# Defaults for hostapd initscript
|
||||
#
|
||||
# See /usr/share/doc/hostapd/README.Debian for information about alternative
|
||||
# methods of managing hostapd.
|
||||
#
|
||||
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
|
||||
# file and hostapd will be started during system boot. An example configuration
|
||||
# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
|
||||
#
|
||||
DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
||||
|
||||
# Additional daemon options to be appended to hostapd command:-
|
||||
# -d show more debug messages (-dd for even more)
|
||||
# -K include key data in debug messages
|
||||
# -t include timestamps in some debug messages
|
||||
#
|
||||
# Note that -B (daemon mode) and -P (pidfile) options are automatically
|
||||
# configured by the init.d script and must not be added to DAEMON_OPTS.
|
||||
#
|
||||
#DAEMON_OPTS=""
|
@ -0,0 +1,4 @@
|
||||
interface=wlan0
|
||||
dhcp-range=10.10.10.11,10.10.10.254,12h
|
||||
address=/#/10.10.10.10
|
||||
no-resolv
|
@ -0,0 +1,6 @@
|
||||
interface=wlan0
|
||||
driver=nl80211
|
||||
ssid=TGC #3
|
||||
hw_mode=g
|
||||
channel=6
|
||||
|
@ -0,0 +1,10 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
auto wlan0
|
||||
iface wlan0 inet static
|
||||
address 10.10.10.10
|
||||
netmask 255.255.255.0
|
Loading…
Reference in New Issue