Einstellungen für CKO
This commit is contained in:
parent
216d1bf6c9
commit
a0512dfd33
173
Richtfunk/bb-bierfass/etc/config/network
Normal file
173
Richtfunk/bb-bierfass/etc/config/network
Normal file
|
@ -0,0 +1,173 @@
|
|||
|
||||
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 'fd20:85dc:b803::/48'
|
||||
|
||||
config interface 'wan6'
|
||||
option proto 'dhcpv6'
|
||||
option sourcefilter '0'
|
||||
option ifname 'br-wan'
|
||||
option ip6table '1'
|
||||
option peerdns '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 4 5'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '2'
|
||||
option ports '0t 1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '3'
|
||||
option ports '0t 2'
|
||||
|
||||
config interface 'bierhahn'
|
||||
option ifname 'eth0.3'
|
||||
option macaddr 'de:ad:be:ef:91:40'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.59'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '37'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'cko'
|
||||
option ifname 'eth0.37'
|
||||
option macaddr 'de:ad:be:ef:91:41'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
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 'b2:ad:e3:cc:8f:88'
|
||||
option igmp_snooping '1'
|
||||
|
||||
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 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
option auto '1'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option auto '0'
|
||||
option mesh 'bat0'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr 'b2:ad:e3:cc:8f:8c'
|
||||
option ifname 'eth0.1'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option mesh 'bat0'
|
||||
option transitive '1'
|
||||
option macaddr 'b2:ad:e3:cc:8f:8f'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option mtu '1312'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'mesh_radio1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'client'
|
||||
option igmp_snooping '1'
|
||||
option type 'bridge'
|
||||
option auto '1'
|
||||
option multicast_querier '1'
|
||||
option macaddr 'f8:1a:67:5a:a3:e7'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'local-port'
|
||||
option ipv6 '1'
|
||||
option keep_ra_dnslifetime '1'
|
||||
option sourcefilter '0'
|
||||
option peerdns '1'
|
||||
option robustness '3'
|
||||
option reqprefix 'no'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option proto 'dhcpv6'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option type 'veth'
|
||||
option name 'local-node'
|
||||
option peer_name 'local-port'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option peer_macaddr 'f8:1a:67:5a:a3:e7'
|
||||
|
||||
config interface 'local_node'
|
||||
option ifname 'local-node'
|
||||
option ipaddr '10.112.96.1/19'
|
||||
option ip6addr '2a03:2267:2::1/128'
|
||||
option ip6deprecated '1'
|
||||
option proto 'static'
|
||||
|
||||
config interface 'gluon_bat0'
|
||||
option proto 'gluon_bat0'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option auto '1'
|
||||
option macaddr 'f8:1a:67:5a:a3:e7'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267:2::/64'
|
||||
option gateway '::'
|
||||
option interface 'client'
|
||||
|
7
Richtfunk/bb-cko-kern/etc/config/batman-adv
Normal file
7
Richtfunk/bb-cko-kern/etc/config/batman-adv
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
config mesh 'bat0'
|
||||
option gw_mode 'client'
|
||||
option orig_interval '5000'
|
||||
option hop_penalty '5'
|
||||
option multicast_mode '0'
|
||||
|
181
Richtfunk/bb-cko-kern/etc/config/network
Normal file
181
Richtfunk/bb-cko-kern/etc/config/network
Normal file
|
@ -0,0 +1,181 @@
|
|||
|
||||
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 'fdd4:b17d:bb8c::/48'
|
||||
|
||||
config interface 'wan6'
|
||||
option proto 'dhcpv6'
|
||||
option sourcefilter '0'
|
||||
option ifname 'br-wan'
|
||||
option ip6table '1'
|
||||
option peerdns '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '1'
|
||||
option ports '0 1 2 3'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '2'
|
||||
option ports '5 6'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '4t 0t'
|
||||
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth1.5'
|
||||
option ipaddr '192.168.112.19'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '10'
|
||||
option ports '4t 0t'
|
||||
|
||||
config interface 'eingang'
|
||||
option ifname 'eth1.10'
|
||||
option macaddr 'de:ad:be:ef:90:00'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '37'
|
||||
option ports '4t 0t'
|
||||
|
||||
config interface 'bierfass'
|
||||
option ifname 'eth1.37'
|
||||
option macaddr 'de:ad:be:ef:90:01'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '38'
|
||||
option ports '4t 0t'
|
||||
|
||||
config interface 'schanzenstern'
|
||||
option ifname 'eth1.38'
|
||||
option macaddr 'de:ad:be:ef:90:02'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '1'
|
||||
option ifname 'eth0'
|
||||
option multicast_querier '0'
|
||||
option peerdns '0'
|
||||
option auto '1'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option macaddr 'ea:f8:c6:2d:35: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 'mesh_radio0'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
option auto '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth1'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option auto '0'
|
||||
option macaddr 'ea:f8:c6:2d:35:74'
|
||||
|
||||
config interface 'client'
|
||||
option igmp_snooping '1'
|
||||
option type 'bridge'
|
||||
option auto '1'
|
||||
option multicast_querier '1'
|
||||
option macaddr '14:cc:20:4d:3d:82'
|
||||
list ifname 'eth1'
|
||||
list ifname 'local-port'
|
||||
list ifname 'bat0'
|
||||
option ipv6 '1'
|
||||
option keep_ra_dnslifetime '1'
|
||||
option sourcefilter '0'
|
||||
option peerdns '1'
|
||||
option robustness '3'
|
||||
option reqprefix 'no'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option proto 'dhcpv6'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option type 'veth'
|
||||
option name 'local-node'
|
||||
option peer_name 'local-port'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option peer_macaddr '14:cc:20:4d:3d:82'
|
||||
|
||||
config interface 'local_node'
|
||||
option ifname 'local-node'
|
||||
option ipaddr '10.112.96.1/19'
|
||||
option ip6addr '2a03:2267:2::1/128'
|
||||
option ip6deprecated '1'
|
||||
option proto 'static'
|
||||
|
||||
config interface 'gluon_bat0'
|
||||
option proto 'gluon_bat0'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option auto '1'
|
||||
option macaddr '14:cc:20:4d:3d:82'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267:2::/64'
|
||||
option gateway '::'
|
||||
option interface 'client'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option transitive '1'
|
||||
option mtu '1312'
|
||||
option macaddr 'ea:f8:c6:2d:35:77'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
|
|
@ -23,6 +23,7 @@ config interface 'wan'
|
|||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option macaddr '9e:21:de:a4:85:a8'
|
||||
option igmp_snooping '1'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
|
@ -53,25 +54,13 @@ config interface 'mesh_lan'
|
|||
option auto '0'
|
||||
option macaddr '9e:21:de:a4:85:ac'
|
||||
|
||||
config interface 'client'
|
||||
option type 'bridge'
|
||||
option macaddr '00:19:99:5c:dc:c5'
|
||||
option proto 'dhcpv6'
|
||||
option reqprefix 'no'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option peerdns '1'
|
||||
option sourcefilter '0'
|
||||
list ifname 'eth0'
|
||||
list ifname 'bat0'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option transitive '1'
|
||||
option macaddr '9e:21:de:a4:85:af'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option mtu '1312'
|
||||
|
||||
config interface 'management_Schanzenstern'
|
||||
option ifname 'eth0.222'
|
||||
|
@ -97,26 +86,60 @@ config interface 'werkhof'
|
|||
option macaddr 'de:ad:be:ef:90:e0'
|
||||
option enabled '1'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
config interface 'cko'
|
||||
option ifname 'eth0.38'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr 'de:ad:be:ef:90:e1'
|
||||
option enabled '1'
|
||||
|
||||
config interface 'client'
|
||||
option igmp_snooping '1'
|
||||
option type 'bridge'
|
||||
option auto '1'
|
||||
option multicast_querier '1'
|
||||
option macaddr '00:19:99:5c:dc:c5'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
list ifname 'eth0'
|
||||
list ifname 'bat0'
|
||||
list ifname 'local-port'
|
||||
option ipv6 '1'
|
||||
option keep_ra_dnslifetime '1'
|
||||
option sourcefilter '0'
|
||||
option peerdns '1'
|
||||
option robustness '3'
|
||||
option reqprefix 'no'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option proto 'dhcpv6'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option ifname 'br-client'
|
||||
option type 'veth'
|
||||
option name 'local-node'
|
||||
option type 'macvlan'
|
||||
option peer_name 'local-port'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option peer_macaddr '00:19:99:5c:dc:c5'
|
||||
|
||||
config interface 'local_node'
|
||||
option ifname 'local-node'
|
||||
option ipaddr '10.112.96.1'
|
||||
option ipaddr '10.112.96.1/19'
|
||||
option ip6addr '2a03:2267:2::1/128'
|
||||
option netmask '255.255.224.0'
|
||||
option ip6deprecated '1'
|
||||
option proto 'static'
|
||||
|
||||
config interface 'gluon_bat0'
|
||||
option proto 'gluon_bat0'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option auto '1'
|
||||
option macaddr '00:19:99:5c:dc:c5'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267:2::/64'
|
||||
option gateway '::'
|
||||
|
|
Loading…
Reference in a new issue