bb-elbgau110a-kern mesh on LAN aktiviert
This commit is contained in:
parent
56492c77fd
commit
72546c5f98
|
@ -30,29 +30,29 @@ config switch_vlan
|
||||||
option ports '0t 1'
|
option ports '0t 1'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option vlan '5'
|
option vlan '5'
|
||||||
option ports '0t 2t'
|
option ports '0t 2t'
|
||||||
option vid '5'
|
option vid '5'
|
||||||
option device 'switch0'
|
option device 'switch0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option vlan '22'
|
option vlan '22'
|
||||||
option ports '0t 2t'
|
option ports '0t 2t'
|
||||||
option vid '22'
|
option vid '22'
|
||||||
option device 'switch0'
|
option device 'switch0'
|
||||||
|
|
||||||
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.14'
|
option ipaddr '192.168.112.14'
|
||||||
option netmask '255.255.255.0'
|
option netmask '255.255.255.0'
|
||||||
|
|
||||||
config interface 'vlan22'
|
config interface 'vlan22'
|
||||||
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:30'
|
option macaddr 'de:ad:be:ef:90:30'
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option peerdns '0'
|
option peerdns '0'
|
||||||
|
@ -76,12 +76,12 @@ config route6 'wan6_unreachable'
|
||||||
|
|
||||||
config interface 'client'
|
config interface 'client'
|
||||||
option reqprefix 'no'
|
option reqprefix 'no'
|
||||||
option ifname 'eth0.1 bat0'
|
|
||||||
option proto 'dhcpv6'
|
option proto 'dhcpv6'
|
||||||
option type 'bridge'
|
option type 'bridge'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
option macaddr '14:cc:20:85:89:77'
|
option macaddr '14:cc:20:85:89:77'
|
||||||
option peerdns '1'
|
option peerdns '1'
|
||||||
|
option ifname 'bat0'
|
||||||
|
|
||||||
config interface 'bat0'
|
config interface 'bat0'
|
||||||
option ifname 'bat0'
|
option ifname 'bat0'
|
||||||
|
@ -135,3 +135,8 @@ config route6 'local_node_route6'
|
||||||
option gateway '::'
|
option gateway '::'
|
||||||
option interface 'client'
|
option interface 'client'
|
||||||
|
|
||||||
|
config interface 'mesh_lan'
|
||||||
|
option ifname 'eth0.1'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option proto 'batadv'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue