<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div>soooo<br>Es hat sich etwas getan. Für die Fritz3370 (lantiq/xrx200) braucht man die richtigen ppp pakete. Zum einen die kmods aus [0] aber dann fehlen noch die nicht kmods (ppp und ppp-mod-pppoe). In meiner verzweiflung bin ich zu meinem laufenden router und habe opkg download ausgeführt. Da sieht man dann folgendes: </div><div><br></div><div>Downloaded ppp as ./ppp_2.4.7.git-2019-05-25-3_mips_24kc.ipk.</div><div>Downloading <a href="http://downloads.openwrt.org/releases/19.07.3/packages/mips_24kc/base/ppp-mod-pppoe_2.4.7.git-2019-05-25-3_mips_24kc.ipk">http://downloads.openwrt.org/releases/19.07.3/packages/mips_24kc/base/ppp-mod-pppoe_2.4.7.git-2019-05-25-3_mips_24kc.ipk</a></div><div><br></div><div>also die betreffenden packete liegen garnicht unter "lantiq/xrx200". Mit dem neuen wissen habe ich mir dann die betreffenden packete für die richtige version (19.07.5 und nicht 19.07.3) geholt. Nachdem ich mich hier durch ein paar abhängigkeiten gekämpft habe hat sich herausgestellt, dass es ein problem mit der kernel version gibt???</div><div><br></div><div>opkg install /tmp/*.ipkInstalling kmod-lib-crc-ccitt (4.14.209-1) to root...</div><div>Package kmod-ppp (4.14.209-1) installed in root is up to date.</div><div>Package kmod-pppoe (4.14.209-1) installed in root is up to date.</div><div>Package kmod-pppox (4.14.209-1) installed in root is up to date.</div><div>Installing kmod-slhc (4.14.209-1) to root...</div><div>Package libc (1.1.24-2) installed in root is up to date.</div><div>Package libgcc1 (7.5.0-2) installed in root is up to date.</div><div>Package luci-proto-ppp (git-20.364.45011-a04ce80-1) installed in root is up to date.</div><div>Package ppp-mod-pppoe (2.4.7.git-2019-05-25-3) installed in root is up to date.</div><div>Package ppp (2.4.7.git-2019-05-25-3) installed in root is up to date.</div><div>Collected errors:</div><div> * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-lib-crc-ccitt:</div><div> *        kernel (= 4.14.209-1-0f59e90218b95a909e229a713d3da157)</div><div> * opkg_install_cmd: Cannot install package kmod-lib-crc-ccitt.</div><div> * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-slhc:</div><div> *       kernel (= 4.14.209-1-0f59e90218b95a909e229a713d3da157)</div><div> * opkg_install_cmd: Cannot install package kmod-slhc.</div><div><br></div><div>In der daraus resultierenden verzweiflung habe ich dann doch per vlan einen switch port abgetrennt und den dann als dhcp client zur wan zone hingefügt um ihn an meinen laufenden router zu hängen. @Martin das war dann die "irgendwie geartete verbindung". Und mit opkg install ging die instalation der ppp pakete mit abhängigkeiten. Danach hat auch das wan über modem der fritzbox funktioniert. Soweit schonmal schön.</div><div><br></div><div>Was noch aussteht:</div><div>1) aus irgend einem grund hat jetzt die freifunk zone (dhcp) keine internetverbindung. tunneldigger scheint aber zu funktionieren</div><div><br></div><div>logread -e tunnel</div><div>...</div><div>Mon Jan  4 14:21:14 2021 daemon.info td-client: Selected e.tunnel.berlin.freifunk.net:8942 as the best broker.</div><div>Mon Jan  4 14:21:15 2021 daemon.info td-client: [e.tunnel.berlin.freifunk.net:8942] Tunnel successfully established.</div><div>Mon Jan  4 14:23:45 2021 daemon.info td-client: [e.tunnel.berlin.freifunk.net:8942] Setting MTU to 1438</div><div><br></div><div>Ich habe meine private lan zone schon dazugebastelt. Kann ich dabei etwas kaputt gemacht haben? Soweit ich mich erinnere habe ich nur konfigurationen hinzugefügt. Hier ein paar details:</div><div><br></div><div>~# ip route</div><div>default via x.x.x.x dev pppoe-wan proto static </div><div>10.1.1.0/24 dev br-lan proto kernel scope link src 10.1.1.1 </div><div>10.230.166.144/28 dev br-dhcp proto kernel scope link src 10.230.166.145 </div><div>x.x.x.x dev pppoe-wan proto kernel scope link src y.y.y.y</div><div>~# ip rule</div><div>0:    from all lookup local </div><div>1000:      from all lookup olsr </div><div>2000:       from all lookup localnets </div><div>10000: from 172.31.238.174 lookup ffuplink </div><div>19989:       from all to 172.31.224.0/20 iif tunl0 prohibit</div><div>19989:     from all to 172.31.224.0/20 iif wlan0-mesh-2 prohibit</div><div>19989:      from all to 172.31.224.0/20 iif br-dhcp prohibit</div><div>19989:   from all to 172.31.224.0/20 iif prohibit [detached] lookup main </div><div>19990:   from all iif tunl0 lookup ffuplink </div><div>19990:        from all iif wlan0-mesh-2 lookup ffuplink </div><div>19990: from all iif br-dhcp lookup ffuplink </div><div>19999:      from all iif br-dhcp lookup olsr-tunnel </div><div>19999:   from all iif tunl0 lookup olsr-tunnel </div><div>19999:     from all iif wlan0-mesh-2 lookup olsr-tunnel </div><div>20000:      from all iif br-dhcp lookup olsr-default </div><div>20000:  from all iif tunl0 lookup olsr-default </div><div>20000:    from all iif wlan0-mesh-2 lookup olsr-default </div><div>20000:     from all to 172.31.238.174/20 lookup ffuplink </div><div>20001:     from all iif br-dhcp unreachable</div><div>20001:   from all iif tunl0 unreachable</div><div>20001:     from all iif wlan0-mesh-2 unreachable</div><div>32766:      from all lookup main </div><div>32767:      from all lookup default </div><div>90019:   from all iif lo lookup ffuplink </div><div>100000:  from all lookup olsr-tunnel </div><div>100010:      from all lookup olsr-default</div><div><br></div><div>pings an der box sehen etwa so aus:</div><div><br></div><div>tcpdump -i any -n host 10.230.166.149 and icmp</div><div>14:48:21.327808 IP 10.230.166.149 > 1.1.1.1: ICMP echo request, id 42086, seq 1, length 64</div><div>14:48:21.327808 IP 10.230.166.149 > 1.1.1.1: ICMP echo request, id 42086, seq 1, length 64</div><div>14:48:22.328522 IP 10.230.166.149 > 1.1.1.1: ICMP echo request, id 42086, seq 2, length 64</div><div>14:48:22.328522 IP 10.230.166.149 > 1.1.1.1: ICMP echo request, id 42086, seq 2, length 64</div><div>14:48:23.332484 IP 10.230.166.149 > 1.1.1.1: ICMP echo request, id 42086, seq 3, length 64</div><div><br></div><div>2) Ich benutze wireguard und würde es gern weiter benutzen. Aber hier scheint es auch ein kernel problem zu geben. Irgendwelche vorschläge?</div><div><br></div><div>opkg install kmod-wireguard</div><div>Installing kmod-wireguard (4.14.209+1.0.20200611-1) to root...</div><div>Downloading <a href="http://downloads.openwrt.org/releases/19.07.5/targets/lantiq/xrx200/packages/kmod-wireguard_4.14.209%2b1.0.20200611-1_mips_24kc.ipk">http://downloads.openwrt.org/releases/19.07.5/targets/lantiq/xrx200/packages/kmod-wireguard_4.14.209%2b1.0.20200611-1_mips_24kc.ipk</a></div><div>Collected errors:</div><div> * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-wireguard:</div><div> *  kernel (= 4.14.209-1-0f59e90218b95a909e229a713d3da157)</div><div> * opkg_install_cmd: Cannot install package kmod-wireguard.</div><div><br></div><div>3) Die SSID des freifunknetzwerks wird als "<a href="https://www.freifunk.net">www.freifunk.net</a>". Ich habe noch einen alten router mit FF rumstehen und bei dem ist die SSID "berlin.freifunk.net" kann ich das einfach unter /etc/config/wireless/ ändern oder übergehe ich damit irgendwelche wichtigen einstellungen?</div><div><br></div><div>4) Mesh über kabel mit batman muss noch funktionieren. Das bekomme ich aber bestimmt hin wenn an sich das FF netz erstmal erfolgreich zum internet kommt.</div><div><br></div><div><span><pre><br></pre><pre>[0] <a href="https://downloads.openwrt.org/releases/19.07.5/targets/lantiq/xrx200/packages/">https://downloads.openwrt.org/releases/19.07.5/targets/lantiq/xrx200/packages/</a></pre><pre>-- <br></pre><div data-evo-paragraph="" class=""><b>Mit freundlichen Grüßen</b></div><div data-evo-paragraph="" class=""><b>Markus Hube</b></div></span></div><div><br></div><div>On Sun, 2021-01-03 at 23:38 +0100, Sven Roederer wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>Am Sonntag, 3. Januar 2021, 16:47:37 CET schrieb Markus Hube:<br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>nur bekomme ich keine ip adresse für mein wan interface und unter Luci<br></div><div>-> interfaces steht bei mein m wan auch "Install protocol<br></div><div>extensions..." Dann fehlt immernoch ein paket oder?<br></div></blockquote><div><br></div><div>"luci-proto-ppp" ist die Lösung. <br></div><div>Siehe [1] für alle PPPoE-relevanten Päckchen<br></div><div><br></div><div>Sven<br></div><div><br></div><div>1 -  <a href="https://github.com/freifunk-berlin/firmware/commit/">https://github.com/freifunk-berlin/firmware/commit/</a><br></div><div>d02b09ff62148f3965ab0789a82bc7408696850c<br></div><div><br></div><div><br></div><div>_______________________________________________<br></div><div>Berlin mailing list<br></div><div><a href="mailto:Berlin@berlin.freifunk.net">Berlin@berlin.freifunk.net</a><br></div><div><a href="http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin">http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin</a><br></div><div>Diese Mailingliste besitzt ein ffentlich einsehbares Archiv</div></blockquote></body></html>