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,29 +30,26 @@ config switch_vlan
|
|||
option ports '0t 1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 5t'
|
||||
option vid '5'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 5t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '26'
|
||||
option ports '0t 5t'
|
||||
option vid '26'
|
||||
option device 'switch0'
|
||||
option vlan '26'
|
||||
option ports '0t 5t'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.34'
|
||||
option netmask '255.255.255.0'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.34'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan26'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth0.26'
|
||||
option macaddr 'de:ad:be:ef:90:70'
|
||||
config interface 'vlan26'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.26'
|
||||
option macaddr 'de:ad:be:ef:90:70'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '0'
|
||||
|
@ -84,21 +81,6 @@ config interface 'client'
|
|||
option macaddr 'e8:94:f6:cd:6d:46'
|
||||
option peerdns '1'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'e8:94:f6:cd:6d:46'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config interface 'mesh_radio1'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
option mesh 'bat0'
|
||||
|
@ -119,6 +101,21 @@ config interface 'mesh_vpn'
|
|||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'e8:94:f6:cd:6d:46'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config interface 'mesh_radio1'
|
||||
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