mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update default dhcpcd config
This commit is contained in:
parent
b13f57283e
commit
687c16810e
@ -1,4 +1,4 @@
|
|||||||
# Defaults from Raspberry Pi configuration
|
# RaspAP wlan0 configuration
|
||||||
hostname
|
hostname
|
||||||
clientid
|
clientid
|
||||||
persistent
|
persistent
|
||||||
@ -9,19 +9,8 @@ option ntp_servers
|
|||||||
require dhcp_server_identifier
|
require dhcp_server_identifier
|
||||||
slaac private
|
slaac private
|
||||||
nohook lookup-hostname
|
nohook lookup-hostname
|
||||||
|
|
||||||
#denyinterfaces eth0 wlan0 #BRIDGED
|
|
||||||
|
|
||||||
# RaspAP br0 configuration
|
|
||||||
interface br0
|
|
||||||
|
|
||||||
# RaspAP wlan0 configuration
|
|
||||||
interface wlan0
|
interface wlan0
|
||||||
static ip_address=10.3.141.1/24
|
static ip_address=10.3.141.1/24
|
||||||
static routers=10.3.141.1
|
static routers=10.3.141.1
|
||||||
static domain_name_server=9.9.9.9 1.1.1.1
|
static domain_name_server=9.9.9.9 1.1.1.1
|
||||||
|
|
||||||
# RaspAP uap0 configuration
|
|
||||||
interface uap0
|
|
||||||
static ip_address=192.168.50.1/24
|
|
||||||
nohook wpa_supplicant
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user