From ee5815f8cf8c51c0de021889b39726fdb9053764 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 13 Jan 2022 23:16:07 +0100 Subject: ... --- files/files/etc/config/network | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'files') 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' config interface 'lan' option type 'bridge' option proto 'none' - list ifname 'eth0.3' + list ifname 'wbh-lan' config interface 'wifibh' - option type 'bridge' - option proto 'none' - list ifname 'eth0.4' + option ifname 'eth0.4' + option proto 'static' + option ipaddr '10.141.2.2' + option netmask '255.255.255.0' + option ipv6 '0' + +config interface 'wifibh' + option proto 'gretap' + option ipaddr '10.141.2.2' + option peeraddr '10.141.2.1' + +config device + option type '8021q' + option ifname 'gre4t-wifibh' + option vid '2' + option name 'wbh-lan' config interface 'mgmt' option type 'bridge' -- cgit v1.2.3