Adding config files
This commit is contained in:
3
configs/dhcpcd.conf
Normal file
3
configs/dhcpcd.conf
Normal file
@ -0,0 +1,3 @@
|
||||
interface wlan0
|
||||
static ip_address=10.1.1.1/24
|
||||
denyinterfaces wlan0
|
||||
2
configs/dnsmasq.conf
Normal file
2
configs/dnsmasq.conf
Normal file
@ -0,0 +1,2 @@
|
||||
interface=wlan0
|
||||
dhcp-range=10.1.1.10,10.1.1.210,255.255.255.0,24h
|
||||
14
configs/hostapd.conf
Normal file
14
configs/hostapd.conf
Normal file
@ -0,0 +1,14 @@
|
||||
interface=wlan0
|
||||
bridge=br0
|
||||
hw_mode=g
|
||||
channel=7
|
||||
wmm_enabled=0
|
||||
macaddr_acl=0
|
||||
auth_algs=1
|
||||
ignore_broadcast_ssid=0
|
||||
wpa=2
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=TKIP
|
||||
rsn_pairwise=CCMP
|
||||
ssid=v0xb0x
|
||||
wpa_passphrase=PASSWORD
|
||||
1
configs/hostapd.default.conf
Normal file
1
configs/hostapd.default.conf
Normal file
@ -0,0 +1 @@
|
||||
DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
||||
Reference in New Issue
Block a user