bb-flora-uplink hinzugefügt
This commit is contained in:
parent
dda1a6d520
commit
80bb2cce36
164
Richtfunk/bb-flora-uplink/etc/config/network
Normal file
164
Richtfunk/bb-flora-uplink/etc/config/network
Normal file
|
@ -0,0 +1,164 @@
|
|||
|
||||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config globals 'globals'
|
||||
option ula_prefix 'fdef:1dcd:f6cd::/48'
|
||||
|
||||
config interface 'wan6'
|
||||
option proto 'dhcpv6'
|
||||
option ifname 'br-wan'
|
||||
option ip6table '1'
|
||||
option peerdns '0'
|
||||
option sourcefilter '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '1'
|
||||
option ports '0t 2'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '2'
|
||||
option ports '0t 1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '4'
|
||||
option ports '0t 3'
|
||||
|
||||
config interface 'bb_flora_cafe'
|
||||
option ifname 'eth0.4'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option macaddr 'de:ad:be:ef:90:f0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '6'
|
||||
option ports '0t 4'
|
||||
|
||||
config interface 'bb_flora_saal_oben'
|
||||
option ifname 'eth0.6'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option macaddr 'de:ad:be:ef:90:f1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '7'
|
||||
option ports '0t 5'
|
||||
|
||||
config interface 'bb_flora_kern'
|
||||
option ifname 'eth0.7'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option macaddr 'de:ad:be:ef:90:f2'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
option peerdns '0'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option multicast_querier '0'
|
||||
option macaddr '5e:aa:00:a5:99:70'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
option lookup '1'
|
||||
|
||||
config route6 'wan6_unreachable'
|
||||
option type 'unreachable'
|
||||
option table '1'
|
||||
option target '::/0'
|
||||
option metric '65535'
|
||||
option gateway '::'
|
||||
option interface 'loopback'
|
||||
|
||||
config interface 'client'
|
||||
option reqprefix 'no'
|
||||
option proto 'dhcpv6'
|
||||
option type 'bridge'
|
||||
option macaddr 'f8:1a:67:a6:04:79'
|
||||
option peerdns '1'
|
||||
list ifname 'bat0'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
option ifname 'br-wan'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option mesh 'bat0'
|
||||
option auto '1'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr '5e:aa:00:a5:99:74'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh 'bat0'
|
||||
option transitive '1'
|
||||
option macaddr '5e:aa:00:a5:99:77'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio0'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'f8:1a:67:a6:04:79'
|
||||
option learning '0'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'client_lan'
|
||||
option unicast_flood '0'
|
||||
option ifname 'eth0.1'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option ifname 'br-client'
|
||||
option name 'local-node'
|
||||
option type 'macvlan'
|
||||
|
||||
config interface 'local_node'
|
||||
option ifname 'local-node'
|
||||
option ipaddr '10.112.0.1'
|
||||
option ip6addr '2a03:2267::1/128'
|
||||
option netmask '255.255.192.0'
|
||||
option proto 'static'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267::/64'
|
||||
option gateway '::'
|
||||
option interface 'client'
|
||||
|
Loading…
Reference in a new issue