From 9acdf0490a8a3538a49b8c37b0b2bd19a8db8cfb Mon Sep 17 00:00:00 2001 From: 4ndr3 Date: Tue, 16 Mar 2021 15:49:56 +0100 Subject: [PATCH] artfiles vlan 111 entfernt und port 2 aus vlan 5 --- Richtfunk/bb-artfiles-kern/etc/config/network | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Richtfunk/bb-artfiles-kern/etc/config/network b/Richtfunk/bb-artfiles-kern/etc/config/network index fbf060d..b237eb4 100644 --- a/Richtfunk/bb-artfiles-kern/etc/config/network +++ b/Richtfunk/bb-artfiles-kern/etc/config/network @@ -34,7 +34,13 @@ config switch_vlan config switch_vlan option device 'switch0' option vlan '5' - option ports '0t 2 4t 5t' + option ports '0t 4t 5t' + +config interface 'wartung' + option proto 'static' + option ifname 'eth0.5' + option ipaddr '192.168.112.34' + option netmask '255.255.255.0' config switch_vlan option device 'switch0' @@ -51,17 +57,6 @@ config switch_vlan option vlan '32' option ports '0t 4t' -config switch_vlan - option device 'switch0' - option vlan '111' - option ports '4t 5t' - -config interface 'vlan5' - option proto 'static' - option ifname 'eth0.5' - option ipaddr '192.168.112.34' - option netmask '255.255.255.0' - config interface 'vlan26' option ifname 'eth0.26' option macaddr 'de:ad:be:ef:90:70'