summaryrefslogtreecommitdiff
path: root/shared/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config/network')
-rw-r--r--shared/config/network6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/config/network b/shared/config/network
index 3760c8c..4f15042 100644
--- a/shared/config/network
+++ b/shared/config/network
@@ -39,9 +39,11 @@ config interface 'wan'
config interface 'wifi0'
option device 'br-wifi0'
option proto 'static'
- option netmask '255.255.255.192'
+ option netmask '255.255.255.128'
+ option ipaddr '192.168.99.1'
config interface 'wifi1'
option device 'br-wifi1'
option proto 'static'
- option netmask '255.255.255.192'
+ option netmask '255.255.255.128'
+ option ipaddr '192.168.99.129'