alte Konfigurationen entfernt
This commit is contained in:
parent
a8e4ced775
commit
d8e694d81e
|
@ -1,8 +0,0 @@
|
|||
# Put your custom commands here that should be executed once
|
||||
# the system init finished. By default this file does nothing.
|
||||
|
||||
echo 8 > /sys/class/gpio/export # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
echo out > /sys/class/gpio/gpio8/direction # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
echo 1 > /sys/class/gpio/gpio8/value # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
|
||||
exit 0
|
|
@ -1,32 +0,0 @@
|
|||
config wifi-device 'radio0'
|
||||
option type 'mac80211'
|
||||
option hwmode '11ng'
|
||||
option path 'pci0000:00/0000:00:00.0'
|
||||
list ht_capab 'SHORT-GI-40'
|
||||
list ht_capab 'TX-STBC'
|
||||
list ht_capab 'RX-STBC1'
|
||||
list ht_capab 'DSSS_CCK-40'
|
||||
option channel '1'
|
||||
option country 'DE'
|
||||
option htmode 'HT20'
|
||||
option txpower '9'
|
||||
|
||||
config wifi-iface 'client_radio0'
|
||||
option ifname 'client0'
|
||||
option network 'client'
|
||||
option disabled '0'
|
||||
option device 'radio0'
|
||||
option mode 'ap'
|
||||
option macaddr '26:a6:3d:ac:74:1b'
|
||||
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 '0'
|
||||
option mcast_rate '15000'
|
||||
option mode 'adhoc'
|
||||
option macaddr '26:a7:3d:ac:74:1b'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
|
@ -1,147 +0,0 @@
|
|||
|
||||
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 'fd13:bd3e:0d0b::/48'
|
||||
|
||||
config interface 'wan6'
|
||||
option proto 'dhcpv6'
|
||||
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 3 4 5'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '2'
|
||||
option ports '0t 1'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '10'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '20'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.2'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan10'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.10'
|
||||
option macaddr 'de:ad:be:ef:90:00'
|
||||
|
||||
config interface 'vlan20'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.20'
|
||||
option macaddr 'de:ad:be:ef:90:01'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
option peerdns '0'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option macaddr 'fa:1b:67:5a:5d:e8'
|
||||
|
||||
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 ifname 'eth0.1 bat0'
|
||||
option proto 'dhcpv6'
|
||||
option type 'bridge'
|
||||
option igmp_snooping '0'
|
||||
option macaddr 'f8:1a:67:5a:5d:e8'
|
||||
option peerdns '1'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
option ifname 'br-wan'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option auto '0'
|
||||
option macaddr 'fa:1b:68:5a:5d:e8'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option macaddr 'fa:1e:67:5a:5d:e8'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'f8:1a:67:5a:5d:e8'
|
||||
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 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'
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
|
||||
config wifi-device 'radio0'
|
||||
option type 'mac80211'
|
||||
option hwmode '11a'
|
||||
option path 'ffe09000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
|
||||
option channel '44'
|
||||
option htmode 'HT40+'
|
||||
option country 'DE'
|
||||
|
||||
config wifi-device 'radio1'
|
||||
option type 'mac80211'
|
||||
option hwmode '11g'
|
||||
option path 'ffe0a000.pcie/pci0001:02/0001:02:00.0/0001:03:00.0'
|
||||
option htmode 'HT20'
|
||||
option channel '1'
|
||||
option country 'DE'
|
||||
option disabled '1'
|
||||
|
||||
config wifi-iface 'client_radio0'
|
||||
option ifname 'client0'
|
||||
option network 'client'
|
||||
option disabled '0'
|
||||
option device 'radio0'
|
||||
option mode 'ap'
|
||||
option macaddr 'fa:1c:68:5a:5d:e8'
|
||||
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 '0'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr 'fa:1d:68:5a:5d:e8'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
|
||||
config wifi-iface 'client_radio1'
|
||||
option ifname 'client1'
|
||||
option network 'client'
|
||||
option disabled '0'
|
||||
option device 'radio1'
|
||||
option mode 'ap'
|
||||
option macaddr 'fa:1c:69:5a:5d:e8'
|
||||
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 '0'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr 'fa:1d:69:5a:5d:e8'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
config mesh 'bat0'
|
||||
option multicast_mode '0'
|
||||
option hop_penalty '1'
|
||||
option gw_mode 'client'
|
||||
option orig_interval '5000'
|
||||
|
|
@ -1,122 +0,0 @@
|
|||
|
||||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config switch
|
||||
option name 'eth0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'eth0'
|
||||
option vlan '1'
|
||||
option ports '0t 2 3 4'
|
||||
|
||||
config switch_vlan
|
||||
option device 'eth0'
|
||||
option vlan '5'
|
||||
option ports '0t 1t'
|
||||
option vid '5'
|
||||
|
||||
config switch_vlan
|
||||
option device 'eth0'
|
||||
option vlan '11'
|
||||
option ports '0t 1t'
|
||||
option vid '11'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.11'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan11'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth0.11'
|
||||
option macaddr 'de:ad:be:ef:90:20'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth1'
|
||||
option proto 'dhcp'
|
||||
option type 'bridge'
|
||||
option peerdns '0'
|
||||
option auto '1'
|
||||
|
||||
config interface 'wan6'
|
||||
option proto 'dhcpv6'
|
||||
option ifname 'br-wan'
|
||||
option peerdns '0'
|
||||
option ip6table '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 'client'
|
||||
option reqprefix 'no'
|
||||
option proto 'dhcpv6'
|
||||
option type 'bridge'
|
||||
option macaddr 'e8:de:27:58:a1:20'
|
||||
option peerdns '1'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0 bat0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
option ifname 'br-wan'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option macaddr 'ea:e2:27:58:a1:20'
|
||||
|
||||
config interface 'bat0'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'e8:de:27:58:a1:20'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1528'
|
||||
|
||||
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.255.255'
|
||||
option proto 'static'
|
||||
|
||||
config route 'local_node_route4'
|
||||
option target '10.112.0.0'
|
||||
option gateway '0.0.0.0'
|
||||
option netmask '255.255.192.0'
|
||||
option interface 'client'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267::/64'
|
||||
option gateway '::'
|
||||
option interface 'client'
|
Loading…
Reference in a new issue