summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-13 23:16:07 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-13 23:16:07 +0100
commitee5815f8cf8c51c0de021889b39726fdb9053764 (patch)
treef756a5cdd20732ea19bd9ca6db4b34befeb858a1 /files
parenta7ebeb728e2e3a9f674a3ee288921b6446e0b6f9 (diff)
downloadap01-ee5815f8cf8c51c0de021889b39726fdb9053764.tar
ap01-ee5815f8cf8c51c0de021889b39726fdb9053764.tar.gz
ap01-ee5815f8cf8c51c0de021889b39726fdb9053764.tar.bz2
ap01-ee5815f8cf8c51c0de021889b39726fdb9053764.tar.xz
ap01-ee5815f8cf8c51c0de021889b39726fdb9053764.zip
...
Diffstat (limited to 'files')
-rw-r--r--files/files/etc/config/network21
1 files changed, 17 insertions, 4 deletions
diff --git a/files/files/etc/config/network b/files/files/etc/config/network
index 5b164c4..a906a71 100644
--- a/files/files/etc/config/network
+++ b/files/files/etc/config/network
@@ -7,12 +7,25 @@ config interface 'loopback'
7config interface 'lan' 7config interface 'lan'
8 option type 'bridge' 8 option type 'bridge'
9 option proto 'none' 9 option proto 'none'
10 list ifname 'eth0.3' 10 list ifname 'wbh-lan'
11 11
12config interface 'wifibh' 12config interface 'wifibh'
13 option type 'bridge' 13 option ifname 'eth0.4'
14 option proto 'none' 14 option proto 'static'
15 list ifname 'eth0.4' 15 option ipaddr '10.141.2.2'
16 option netmask '255.255.255.0'
17 option ipv6 '0'
18
19config interface 'wifibh'
20 option proto 'gretap'
21 option ipaddr '10.141.2.2'
22 option peeraddr '10.141.2.1'
23
24config device
25 option type '8021q'
26 option ifname 'gre4t-wifibh'
27 option vid '2'
28 option name 'wbh-lan'
16 29
17config interface 'mgmt' 30config interface 'mgmt'
18 option type 'bridge' 31 option type 'bridge'