network configs aktualisiert für firmware 0.8.2 und überflüssige, da persistente, configs entfernt
This commit is contained in:
parent
2e5c11c526
commit
9ec7c69dcd
29 changed files with 853 additions and 1342 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
config mesh 'bat0'
|
||||
option multicast_mode '0'
|
||||
option hop_penalty '1'
|
||||
option gw_mode 'client'
|
||||
option orig_interval '5000'
|
||||
option hop_penalty '5'
|
||||
option multicast_mode '0'
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ config interface 'wan6'
|
|||
option ip6table '1'
|
||||
option peerdns '0'
|
||||
option proto 'none'
|
||||
option sourcefilter '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
|
@ -22,7 +23,7 @@ config switch
|
|||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '1'
|
||||
option ports '0t 2 3'
|
||||
option ports '0t 3'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
|
@ -32,22 +33,27 @@ config switch_vlan
|
|||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 4t 5t'
|
||||
option ports '0t 2 4t 5t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '26'
|
||||
option ports '0t 5t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '29'
|
||||
option ports '0t 5t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '32'
|
||||
option ports '0t 4t'
|
||||
option device 'switch0'
|
||||
option vlan '29'
|
||||
option ports '0t 5t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '32'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '111'
|
||||
option ports '4t 5t'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
|
@ -56,34 +62,34 @@ config interface 'vlan5'
|
|||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan26'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.26'
|
||||
option macaddr 'de:ad:be:ef:90:70'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'vlan29'
|
||||
option ifname 'eth0.29'
|
||||
option macaddr 'de:ad:be:ef:90:71'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'vlan32'
|
||||
option ifname 'eth0.32'
|
||||
option macaddr 'de:ad:be:ef:90:72'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'vlan29'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.29'
|
||||
option macaddr 'de:ad:be:ef:90:71'
|
||||
|
||||
config interface 'vlan32'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.32'
|
||||
option macaddr 'de:ad:be:ef:90:72'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
option peerdns '0'
|
||||
option type 'bridge'
|
||||
option macaddr 'ea:95:f6:cd:6d:46'
|
||||
option proto 'static'
|
||||
option multicast_querier '0'
|
||||
option macaddr 'ae:6f:55:c5:2c:20'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
|
@ -99,47 +105,59 @@ 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 'e8:94:f6:cd:6d:46'
|
||||
option peerdns '1'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'bat0'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option auto '1'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option auto '0'
|
||||
option macaddr 'ea:95:f7:cd:6d:46'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr 'ae:6f:55:c5:2c:24'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option macaddr 'ea:98:f6:cd:6d:46'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option transitive '1'
|
||||
option macaddr 'ae:6f:55:c5:2c:27'
|
||||
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 'e8:94:f6:cd:6d:46'
|
||||
option learning '0'
|
||||
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 'client_lan'
|
||||
option unicast_flood '0'
|
||||
option ifname 'eth0.1'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
|
||||
config wifi-device 'radio0'
|
||||
option type 'mac80211'
|
||||
option hwmode '11g'
|
||||
option path 'platform/ar934x_wmac'
|
||||
option htmode 'HT20'
|
||||
option channel '1'
|
||||
option country 'DE'
|
||||
|
||||
config wifi-device 'radio1'
|
||||
option type 'mac80211'
|
||||
option hwmode '11a'
|
||||
option path 'pci0000:00/0000:00:00.0'
|
||||
option channel '44'
|
||||
option htmode 'HT40+'
|
||||
option country 'DE'
|
||||
|
||||
config wifi-iface 'client_radio0'
|
||||
option ifname 'client0'
|
||||
option network 'client'
|
||||
option disabled '1'
|
||||
option device 'radio0'
|
||||
option mode 'ap'
|
||||
option macaddr 'ea:96:f7:cd:6d:46'
|
||||
option ssid 'hamburg.freifunk.net'
|
||||
|
||||
config wifi-iface 'mesh_radio0'
|
||||
option ifname 'mesh0'
|
||||
option network 'mesh_radio0'
|
||||
option device 'radio0'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr 'ea:97:f7:cd:6d:46'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
|
||||
config wifi-iface 'client_radio1'
|
||||
option ifname 'client1'
|
||||
option network 'client'
|
||||
option disabled '1'
|
||||
option device 'radio1'
|
||||
option mode 'ap'
|
||||
option macaddr 'ea:96:f8:cd:6d:46'
|
||||
option ssid 'hamburg.freifunk.net'
|
||||
|
||||
config wifi-iface 'mesh_radio1'
|
||||
option ifname 'mesh1'
|
||||
option network 'mesh_radio1'
|
||||
option device 'radio1'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr 'ea:97:f8:cd:6d:46'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue