[Berlin-wireless] NanoStation M2 loco kein Internetzugang

Karl Beecken karl.lists at gmx.de
Mi Aug 15 14:00:22 CEST 2018


Ich weck das mal wieder auf:

Komischerweise lief die NanoStation mit dem Fehler noch eine Woche, dann hat sich ohne jegliches zutun das Problem von alleine gelöst. 
Jetzt ist aber wieder da. Sven, ich kann mit der config irgendwie nicht viel anfangen, mir springt da nichts sofort ins Auge.

traceroute zum benachbarten Router geht:
traceroute to 10.36.207.1 (10.36.207.1), 30 hops max, 38 byte packets
 1  10.36.207.1  1.312 ms
Zum Uplink-Router auch:
traceroute to 10.36.203.3 (10.36.203.3), 30 hops max, 38 byte packets
 1  10.36.203.102  1.255 ms
 2  10.36.203.102  1.201 ms
Zu 1.1.1.1 aber nicht:
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 38 byte packets
 1  *
 2  *
 3  *
 […]
 30  *
Der direkt via WLAN verbunden Router (10.36.207.1) geht komischerweise:

traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 38 byte packets
 1  10.36.203.3  7.639 ms
 2  192.168.178.1  3.463 ms
 3  *
 4  83.169.180.214  15.758 ms
 5  88.134.192.5  16.112 ms
 6  88.134.237.176  20.914 ms
 7  88.134.237.147  16.416 ms
 8  193.178.185.17  39.268 ms
 9  1.1.1.1  19.233 ms
Was nun?

Hat das vielleicht was mit der vorhin erwähnten „Grenze“ zu tun? [1]

Viele Grüße 

Karl

[1] https://lists.berlin.freifunk.net/pipermail/berlin/2018-August/038165.html <https://lists.berlin.freifunk.net/pipermail/berlin/2018-August/038165.html>

> Am 03.07.2018 um 17:19 schrieb Sven Roederer <freifunk at it-solutions.geroedel.de>:
> 
> Karl,
> 
> eine mir bekannte M2loco sieht wie folgt aus:
> VPN03, WAN an der ethernet-buchse,
> 
> root at Adlershof-Eigeninitiative:~# cat /proc/cpuinfo
> system type             : Atheros AR7241 rev 1
> machine                 : Ubiquiti Bullet M
> 
> 
> root at Adlershof-Eigeninitiative:~# cat /etc/config/network
> 
> 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 'fd1e:7899:43ca::/48'
> 
> config interface 'tunl0'
>        option ifname 'tunl0'
>        option proto 'none'
> 
> config interface 'ffuplink'
>        option ifname 'ffuplink'
>        option proto 'none'
> 
> config rule 'olsr_allif_ipv4'
>        option lookup 'olsr'
>        option priority '1000'
> 
> config rule 'localnets_allif_ipv4'
>        option lookup 'localnets'
>        option priority '2000'
> 
> config rule 'olsr_tunnel_tunl0_ipv4'
>        option lookup 'olsr-tunnel'
>        option priority '19999'
>        option in 'tunl0'
> 
> config rule 'olsr_default_tunl0_ipv4'
>        option lookup 'olsr-default'
>        option priority '20000'
>        option in 'tunl0'
> 
> config rule 'olsr_default_unreachable_tunl0_ipv4'
>        option action 'unreachable'
>        option priority '20001'
>        option in 'tunl0'
> 
> config interface 'wireless0'
>        option netmask '255.255.255.255'
>        option proto 'static'
>        option ipaddr '10.230.126.250'
>        option ip6assign '64'
> 
> config interface 'dhcp'
>        option proto 'static'
>        option dns '85.214.20.141 213.73.91.35 194.150.168.168 2001:4ce8::53 2001:910:800::12'
>        option netmask '255.255.255.0'
>        option ip6assign '64'
>        option ipaddr '10.230.144.1'
>        option type 'bridge'
>        option _orig_ifname 'eth0 wlan0-dhcp-2 wlan0-2'
>        option _orig_bridge 'true'
> 
> config rule 'olsr_tunnel_wireless0_ipv4'
>        option lookup 'olsr-tunnel'
>        option priority '19999'
>        option in 'wireless0'
> 
> config rule 'olsr_default_wireless0_ipv4'
>        option lookup 'olsr-default'
>        option priority '20000'
>        option in 'wireless0'
> 
> config rule 'olsr_default_unreachable_wireless0_ipv4'
>        option action 'unreachable'
>        option priority '20001'
>        option in 'wireless0'
> 
> config rule 'olsr_tunnel_dhcp_ipv4'
>        option lookup 'olsr-tunnel'
>        option priority '19999'
>        option in 'dhcp'
> 
> config rule 'olsr_default_dhcp_ipv4'
>        option lookup 'olsr-default'
>        option priority '20000'
>        option in 'dhcp'
> 
> config rule 'olsr_default_unreachable_dhcp_ipv4'
>        option action 'unreachable'
>        option priority '20001'
>        option in 'dhcp'
> 
> config interface 'wan'
>        option proto 'dhcp'
>        option ifname 'eth0'
>        option peerdns '0'
> 
> 
> 
> Am 28.06.2018 um 13:46 schrieb Karl Beecken:
>> Voilà:
>> 
>> root at amalienpark-physiologicum-berlin:~# cat /etc/config/network
>> 
>> 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 'fda2:b034:f0a4::/48'
>> 
>> config interface 'tunl0'
>> option ifname 'tunl0'
>> option proto 'none'
>> 
>> config device 'ffuplink_dev'
>> option type 'veth'
>> option name 'ffuplink'
>> option peer_name 'ffuplink_wan'
>> 
>> config interface 'ffuplink'
>> option ifname 'ffuplink'
>> option proto 'dhcp'
>> 
>> config rule 'olsr_allif_ipv4'
>> option lookup 'olsr'
>> option priority '1000'
>> 
>> config rule 'localnets_allif_ipv4'
>> option lookup 'localnets'
>> option priority '2000'
>> 
>> config rule 'olsr_tunnel_tunl0_ipv4'
>> option lookup 'olsr-tunnel'
>> option priority '19999'
>> option in 'tunl0'
>> 
>> config rule 'olsr_default_tunl0_ipv4'
>> option lookup 'olsr-default'
>> option priority '20000'
>> option in 'tunl0'
>> 
>> config rule 'olsr_default_unreachable_tunl0_ipv4'
>> option action 'unreachable'
>> option priority '20001'
>> option in 'tunl0'
>> 
>> config interface 'wireless0'
>> option netmask '255.255.255.255'
>> option proto 'static'
>> option ipaddr '10.36.203.105'
>> option ip6assign '64'
>> 
>> config interface 'dhcp'
>> option proto 'static'
>> option dns '85.214.20.141 213.73.91.35 194.150.168.168 2001:4ce8::53 2001:910:800::12'
>> option ifname 'eth0'
>> option netmask '255.255.255.192'
>> option ip6assign '64'
>> option ipaddr '10.36.207.129'
>> option type 'bridge'
>> 
>> config rule 'olsr_tunnel_wireless0_ipv4'
>> option lookup 'olsr-tunnel'
>> option priority '19999'
>> option in 'wireless0'
>> 
>> config rule 'olsr_default_wireless0_ipv4'
>> option lookup 'olsr-default'
>> option priority '20000'
>> option in 'wireless0'
>> 
>> config rule 'olsr_default_unreachable_wireless0_ipv4'
>> option action 'unreachable'
>> option priority '20001'
>> option in 'wireless0'
>> 
>> config rule 'olsr_tunnel_dhcp_ipv4'
>> option lookup 'olsr-tunnel'
>> option priority '19999'
>> option in 'dhcp'
>> 
>> config rule 'olsr_default_dhcp_ipv4'
>> option lookup 'olsr-default'
>> option priority '20000'
>> option in 'dhcp'
>> 
>> config rule 'olsr_default_unreachable_dhcp_ipv4'
>> option action 'unreachable'
>> option priority '20001'
>> option in 'dhcp'
>> 
>> Ach so:
>> 
>>> Ich gehe mal davon aus, dass du bezüglich der XW bzw. XM Version die richtige anhand des Etikettes auf der Rückseite ausgewählt hast. Dies gilt auch für die Version. Da gibts ja auch 1.0/1.1 und 2.0.
>> 
>> Ich hab die Version genommen, die im Webinterface der Stock-FW angezeigt wurde. 
>>> Dann kann das schonmal als Fehlerquelle ausgeschlossen werden.
>>> Kannst du uns mal die Datei /etc/config/network schicken? Vllt hilft ein manueller Eintrag oder du versuchst über das Webinterface die WAN Schnittstellen selbst anzulegen.
>> 
>> Hab ich schon versucht, hat nicht funktioniert:
>>> 
>>>>        […], wenn ich dann aber ein 
>>>>        WAN-Interface konfiguriere (ich hab dabei von einem funktionierendem 
>>>>        Knoten abgeschrieben) verteilt die NanoStation brav IPs, es gibt aber 
>>>>        keinerlei Internetzugriff, auch nicht vom Router aus.
>> 
>> 
>> _______________________________________________
>> Berlin mailing list
>> Berlin at berlin.freifunk.net
>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
>> Diese Mailingliste besitzt ein �ffentlich einsehbares Archiv
>> 
> 
> _______________________________________________
> Berlin mailing list
> Berlin at berlin.freifunk.net
> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> Diese Mailingliste besitzt ein ffentlich einsehbares Archiv

-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://lists.berlin.freifunk.net/pipermail/berlin/attachments/20180815/7cc91c73/attachment.html>


Mehr Informationen über die Mailingliste Berlin