vid & MTU tags entfernt. snmp teilweise hinzugefügt
This commit is contained in:
parent
a4c1894462
commit
d31593b2d9
9 changed files with 211 additions and 213 deletions
|
@ -30,43 +30,49 @@ config switch_vlan
|
|||
option ports '5 6'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 4t'
|
||||
option vid '5'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '10'
|
||||
option ports '0t 4t'
|
||||
option vid '10'
|
||||
option device 'switch0'
|
||||
option vlan '10'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '22'
|
||||
option ports '0t 4t'
|
||||
option vid '22'
|
||||
option device 'switch0'
|
||||
option vlan '22'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '27'
|
||||
option ports '0t 4t'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth1.5'
|
||||
option ipaddr '192.168.112.17'
|
||||
option netmask '255.255.255.0'
|
||||
option proto 'static'
|
||||
option ifname 'eth1.5'
|
||||
option ipaddr '192.168.112.17'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan10'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth1.10'
|
||||
option macaddr 'de:ad:be:ef:90:30'
|
||||
|
||||
config interface 'vlan22'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth1.22'
|
||||
option macaddr 'de:ad:be:ef:90:31'
|
||||
config interface 'vlan10'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth1.10'
|
||||
option macaddr 'de:ad:be:ef:90:30'
|
||||
|
||||
config interface 'vlan22'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth1.22'
|
||||
option macaddr 'de:ad:be:ef:90:31'
|
||||
|
||||
config interface 'vlan27'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth1.27'
|
||||
option macaddr 'de:ad:be:ef:90:32'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0'
|
||||
|
@ -74,6 +80,7 @@ config interface 'wan'
|
|||
option peerdns '0'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option macaddr '16:cd:20:4d:3d:68'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
|
@ -96,16 +103,6 @@ config interface 'client'
|
|||
option macaddr '14:cc:20:4d:3d:68'
|
||||
option peerdns '1'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr '14:cc:20:4d:3d:68'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
option ifname 'br-wan'
|
||||
|
@ -126,6 +123,16 @@ config interface 'mesh_vpn'
|
|||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr '14:cc:20:4d:3d:68'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option ifname 'br-client'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue