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'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option vid '5'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option vid '5'
|
||||
option device 'switch0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '22'
|
||||
option ports '0t 2t'
|
||||
option vid '22'
|
||||
option device 'switch0'
|
||||
option vlan '22'
|
||||
option ports '0t 2t'
|
||||
option vid '22'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.14'
|
||||
option netmask '255.255.255.0'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.14'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan22'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth0.20'
|
||||
option macaddr 'de:ad:be:ef:90:30'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth0.20'
|
||||
option macaddr 'de:ad:be:ef:90:30'
|
||||
|
||||
config interface 'wan'
|
||||
option peerdns '0'
|
||||
|
@ -76,12 +76,12 @@ config route6 'wan6_unreachable'
|
|||
|
||||
config interface 'client'
|
||||
option reqprefix 'no'
|
||||
option ifname 'eth0.1 bat0'
|
||||
option proto 'dhcpv6'
|
||||
option type 'bridge'
|
||||
option igmp_snooping '0'
|
||||
option macaddr '14:cc:20:85:89:77'
|
||||
option peerdns '1'
|
||||
option ifname 'bat0'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
|
@ -135,3 +135,8 @@ config route6 'local_node_route6'
|
|||
option gateway '::'
|
||||
option interface 'client'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
|
|
Loading…
Reference in a new issue