VLAN22 entfernt von esmarch95-kern
This commit is contained in:
parent
57c5b28279
commit
7b20134f4c
|
@ -6,77 +6,65 @@ config interface 'loopback'
|
||||||
option netmask '255.0.0.0'
|
option netmask '255.0.0.0'
|
||||||
|
|
||||||
config switch
|
config switch
|
||||||
option name 'eth0'
|
|
||||||
option reset '1'
|
option reset '1'
|
||||||
option enable_vlan '1'
|
option enable_vlan '1'
|
||||||
|
option name 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'eth0'
|
|
||||||
option vlan '1'
|
option vlan '1'
|
||||||
option ports '0t 3 4 5'
|
option ports '0t 3 4 5'
|
||||||
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'eth0'
|
|
||||||
option vlan '2'
|
option vlan '2'
|
||||||
option ports '0t 1'
|
option ports '0t 1'
|
||||||
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'eth0'
|
option vlan '5'
|
||||||
option vlan '5'
|
option ports '0t 2t'
|
||||||
option ports '0t 2t'
|
option vid '5'
|
||||||
option vid '5'
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'eth0'
|
option vlan '10'
|
||||||
option vlan '10'
|
option ports '0t 2t'
|
||||||
option ports '0t 2t'
|
option vid '10'
|
||||||
option vid '10'
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'eth0'
|
option vlan '20'
|
||||||
option vlan '20'
|
option ports '0t 2t'
|
||||||
option ports '0t 2t'
|
option vid '20'
|
||||||
option vid '20'
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
|
||||||
option device 'eth0'
|
|
||||||
option vlan '22'
|
|
||||||
option ports '0t 2t'
|
|
||||||
option vid '22'
|
|
||||||
|
|
||||||
config interface 'vlan5'
|
config interface 'vlan5'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
option ifname 'eth0.5'
|
option ifname 'eth0.5'
|
||||||
option ipaddr '192.168.112.2'
|
option ipaddr '192.168.112.2'
|
||||||
option netmask '255.255.255.0'
|
option netmask '255.255.255.0'
|
||||||
|
|
||||||
config interface 'vlan10'
|
config interface 'vlan10'
|
||||||
option proto 'batadv'
|
option proto 'batadv'
|
||||||
option mesh 'bat0'
|
option mesh 'bat0'
|
||||||
option mtu '1500'
|
option mtu '1500'
|
||||||
option ifname 'eth0.10'
|
option ifname 'eth0.10'
|
||||||
option macaddr 'de:ad:be:ef:90:00'
|
option macaddr 'de:ad:be:ef:90:00'
|
||||||
|
|
||||||
config interface 'vlan20'
|
config interface 'vlan20'
|
||||||
option proto 'batadv'
|
option proto 'batadv'
|
||||||
option mesh 'bat0'
|
option mesh 'bat0'
|
||||||
option mtu '1500'
|
option mtu '1500'
|
||||||
option ifname 'eth0.20'
|
option ifname 'eth0.20'
|
||||||
option macaddr 'de:ad:be:ef:90:01'
|
option macaddr 'de:ad:be:ef:90:01'
|
||||||
|
|
||||||
config interface 'vlan22'
|
|
||||||
option proto 'batadv'
|
|
||||||
option mesh 'bat0'
|
|
||||||
option mtu '1500'
|
|
||||||
option ifname 'eth0.22'
|
|
||||||
option macaddr 'de:ad:be:ef:90:02'
|
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option ifname 'eth0.2'
|
option ifname 'eth0.2'
|
||||||
option proto 'dhcp'
|
option proto 'dhcp'
|
||||||
option type 'bridge'
|
option type 'bridge'
|
||||||
option peerdns '0'
|
option peerdns '0'
|
||||||
option macaddr 'ea:94:f6:ce:6d:47'
|
option auto '1'
|
||||||
|
option macaddr 'ea:95:f6:cd:6d:46'
|
||||||
|
|
||||||
config interface 'wan6'
|
config interface 'wan6'
|
||||||
option proto 'dhcpv6'
|
option proto 'dhcpv6'
|
||||||
|
@ -103,6 +91,20 @@ config interface 'client'
|
||||||
option type 'bridge'
|
option type 'bridge'
|
||||||
option macaddr 'e8:94:f6:cd:6d:46'
|
option macaddr 'e8:94:f6:cd:6d:46'
|
||||||
option peerdns '1'
|
option peerdns '1'
|
||||||
|
option igmp_snooping '0'
|
||||||
|
|
||||||
|
config interface 'mesh_wan'
|
||||||
|
option auto '0'
|
||||||
|
option ifname 'br-wan'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option proto 'batadv'
|
||||||
|
|
||||||
|
config interface 'mesh_vpn'
|
||||||
|
option ifname 'mesh-vpn'
|
||||||
|
option mesh_no_rebroadcast '1'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option proto 'batadv'
|
||||||
|
option macaddr 'ea:98:f6:cd:6d:46'
|
||||||
|
|
||||||
config interface 'bat0'
|
config interface 'bat0'
|
||||||
option ifname 'bat0'
|
option ifname 'bat0'
|
||||||
|
@ -119,19 +121,6 @@ config interface 'mesh_radio1'
|
||||||
option mesh 'bat0'
|
option mesh 'bat0'
|
||||||
option mtu '1528'
|
option mtu '1528'
|
||||||
|
|
||||||
config interface 'mesh_wan'
|
|
||||||
option auto '0'
|
|
||||||
option ifname 'br-wan'
|
|
||||||
option mesh 'bat0'
|
|
||||||
option proto 'batadv'
|
|
||||||
|
|
||||||
config interface 'mesh_vpn'
|
|
||||||
option ifname 'mesh-vpn'
|
|
||||||
option mesh_no_rebroadcast '1'
|
|
||||||
option macaddr 'ea:94:f6:ce:6d:46'
|
|
||||||
option mesh 'bat0'
|
|
||||||
option proto 'batadv'
|
|
||||||
|
|
||||||
config device 'local_node_dev'
|
config device 'local_node_dev'
|
||||||
option macaddr '16:41:95:40:f7:dc'
|
option macaddr '16:41:95:40:f7:dc'
|
||||||
option ifname 'br-client'
|
option ifname 'br-client'
|
||||||
|
@ -141,7 +130,7 @@ config device 'local_node_dev'
|
||||||
config interface 'local_node'
|
config interface 'local_node'
|
||||||
option ifname 'local-node'
|
option ifname 'local-node'
|
||||||
option ipaddr '10.112.0.1'
|
option ipaddr '10.112.0.1'
|
||||||
option ip6addr 'fd51:2bb2:fd0d::1/128'
|
option ip6addr '2a03:2267::1/128'
|
||||||
option netmask '255.255.255.255'
|
option netmask '255.255.255.255'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
|
|
||||||
|
@ -152,7 +141,7 @@ config route 'local_node_route4'
|
||||||
option interface 'client'
|
option interface 'client'
|
||||||
|
|
||||||
config route6 'local_node_route6'
|
config route6 'local_node_route6'
|
||||||
option target 'fd51:2bb2:fd0d::/64'
|
option target '2a03:2267::/64'
|
||||||
option gateway '::'
|
option gateway '::'
|
||||||
option interface 'client'
|
option interface 'client'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue