home.social

#init7 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #init7, aggregated by home.social.

  1. @tschaefer @JulianOliver: My #IPv6 /48 range at home is native: init7.net/en/support/faq/Stati

    I could also get a static IPv4 address for some extra money, but it's not worth it anymore — static IPv6 suffices completely.

    #Init7 #Fiber7

  2. Falls jemand noch einen neuen Internetprivider sucht, #init7 kann ich nicht nur deswegen sehr empfehlen. 😊

    republik.ch/2026/04/14/netzspe

  3. Falls jemand noch einen neuen Internetprivider sucht, #init7 kann ich nicht nur deswegen sehr empfehlen. 😊

    republik.ch/2026/04/14/netzspe

  4. Falls jemand noch einen neuen Internetprivider sucht, #init7 kann ich nicht nur deswegen sehr empfehlen. 😊

    republik.ch/2026/04/14/netzspe

  5. Falls jemand noch einen neuen Internetprivider sucht, #init7 kann ich nicht nur deswegen sehr empfehlen. 😊

    republik.ch/2026/04/14/netzspe

  6. #init7 bei Cory Doctorow 😀 - „Switzerland’s Goldilocks fiber“ - beide Artikel lesenswert, auch die Quelle (Stefan Schüller). Dasselbe würde für Mobilfunknetze gelten, aber das hat leider auch die Schweiz nicht geschafft.
    pluralistic.net/2026/04/07/swi

  7. #init7 bei Cory Doctorow 😀 - „Switzerland’s Goldilocks fiber“ - beide Artikel lesenswert, auch die Quelle (Stefan Schüller). Dasselbe würde für Mobilfunknetze gelten, aber das hat leider auch die Schweiz nicht geschafft.
    pluralistic.net/2026/04/07/swi

  8. Erst versuchen sie Dir bei der #postch in der Warteschlange ein Internet Abo aufzuschwatzen, und dann kennen sie #init7 nicht (und wissen drum nicht, dass „wie teuer“ eh kein Argument ist)

  9. Erst versuchen sie Dir bei der #postch in der Warteschlange ein Internet Abo aufzuschwatzen, und dann kennen sie #init7 nicht (und wissen drum nicht, dass „wie teuer“ eh kein Argument ist)

  10. Erst versuchen sie Dir bei der #postch in der Warteschlange ein Internet Abo aufzuschwatzen, und dann kennen sie #init7 nicht (und wissen drum nicht, dass „wie teuer“ eh kein Argument ist)

  11. Tonight my service provider Init7 had a maintenance to improve performance and reliability of the network in the greater area of Bern.

    Tonight, my IPv6 connection to the internet went away.

    as13030.net/status/?ticket=423

    Is «IPv4 only» the new reliability? 🤔
    Did I miss something? 😉

    #ipv6 #ipv4 #maintenance #init7

  12. Tonight my service provider Init7 had a maintenance to improve performance and reliability of the network in the greater area of Bern.

    Tonight, my IPv6 connection to the internet went away.

    as13030.net/status/?ticket=423

    Is «IPv4 only» the new reliability? 🤔
    Did I miss something? 😉

    #ipv6 #ipv4 #maintenance #init7

  13. Tonight my service provider Init7 had a maintenance to improve performance and reliability of the network in the greater area of Bern.

    Tonight, my IPv6 connection to the internet went away.

    as13030.net/status/?ticket=423

    Is «IPv4 only» the new reliability? 🤔
    Did I miss something? 😉

    #ipv6 #ipv4 #maintenance #init7

  14. Tonight my service provider Init7 had a maintenance to improve performance and reliability of the network in the greater area of Bern.

    Tonight, my IPv6 connection to the internet went away.

    as13030.net/status/?ticket=423

    Is «IPv4 only» the new reliability? 🤔
    Did I miss something? 😉

    #ipv6 #ipv4 #maintenance #init7

  15. An interesting problem when using #OpenBSD 7.8 with PPPoE over the Swisscom VDSL wholesale servce via #Init7. The PPPoE setup is bog standard as per the man page:

    inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
    pppoedev igc0 authproto chap \
    authname ''xxx" authkey 'xxx' \
    up
    dest 0.0.0.1
    inet6 eui64
    !/sbin/route add default -ifp \$if 0.0.0.1
    !/sbin/route add -inet6 default -ifp \$if fe80::%\$if

    Ever since upgrading I have had two PPPoE "hangs" where suddenly pppoe reports that it has LCP timeouts:

    Feb 12 11:32:09 gw-gva /bsd: pppoe0: LCP keepalive timeout
    Feb 12 11:36:41 gw-gva /bsd: pppoe0: LCP keepalive timeout

    and the connection is down. A tcpdump on the underlying interface shows traffic flowing (!!) but the interface shows that it is unauthenticated.

    When it happened first, on 2nd January 2026, I opened a ticket with Init7 and we had a serious look at it as we thought this was Swisscom.

    It turned out that my system had not authenticated with the VDSL for over a month so the connection was closed (!!).

    Rebooting the firewall made it work immediately.

    It just happened again now, the symptoms are identical to the ones in January so I tried taking the interface down with "ifconfig destroy" and up again but that didn't seem to work so I rebooted and bam, I'm back.

    This _seems_ to be a novel issue with 7.8 but I am unsure of what other checks I could run, for sure 7.7 was up continuously since the upgrade from 7.6 except for kernel patches.

    There is a mention on Reddit which might be tangential to it (or just a bad report):

    reddit.com/r/openbsd/comments/

  16. An interesting problem when using #OpenBSD 7.8 with PPPoE over the Swisscom VDSL wholesale servce via #Init7. The PPPoE setup is bog standard as per the man page:

    inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
    pppoedev igc0 authproto chap \
    authname ''xxx" authkey 'xxx' \
    up
    dest 0.0.0.1
    inet6 eui64
    !/sbin/route add default -ifp \$if 0.0.0.1
    !/sbin/route add -inet6 default -ifp \$if fe80::%\$if

    Ever since upgrading I have had two PPPoE "hangs" where suddenly pppoe reports that it has LCP timeouts:

    Feb 12 11:32:09 gw-gva /bsd: pppoe0: LCP keepalive timeout
    Feb 12 11:36:41 gw-gva /bsd: pppoe0: LCP keepalive timeout

    and the connection is down. A tcpdump on the underlying interface shows traffic flowing (!!) but the interface shows that it is unauthenticated.

    When it happened first, on 2nd January 2026, I opened a ticket with Init7 and we had a serious look at it as we thought this was Swisscom.

    It turned out that my system had not authenticated with the VDSL for over a month so the connection was closed (!!).

    Rebooting the firewall made it work immediately.

    It just happened again now, the symptoms are identical to the ones in January so I tried taking the interface down with "ifconfig destroy" and up again but that didn't seem to work so I rebooted and bam, I'm back.

    This _seems_ to be a novel issue with 7.8 but I am unsure of what other checks I could run, for sure 7.7 was up continuously since the upgrade from 7.6 except for kernel patches.

    There is a mention on Reddit which might be tangential to it (or just a bad report):

    reddit.com/r/openbsd/comments/

  17. An interesting problem when using #OpenBSD 7.8 with PPPoE over the Swisscom VDSL wholesale servce via #Init7. The PPPoE setup is bog standard as per the man page:

    inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
    pppoedev igc0 authproto chap \
    authname ''xxx" authkey 'xxx' \
    up
    dest 0.0.0.1
    inet6 eui64
    !/sbin/route add default -ifp \$if 0.0.0.1
    !/sbin/route add -inet6 default -ifp \$if fe80::%\$if

    Ever since upgrading I have had two PPPoE "hangs" where suddenly pppoe reports that it has LCP timeouts:

    Feb 12 11:32:09 gw-gva /bsd: pppoe0: LCP keepalive timeout
    Feb 12 11:36:41 gw-gva /bsd: pppoe0: LCP keepalive timeout

    and the connection is down. A tcpdump on the underlying interface shows traffic flowing (!!) but the interface shows that it is unauthenticated.

    When it happened first, on 2nd January 2026, I opened a ticket with Init7 and we had a serious look at it as we thought this was Swisscom.

    It turned out that my system had not authenticated with the VDSL for over a month so the connection was closed (!!).

    Rebooting the firewall made it work immediately.

    It just happened again now, the symptoms are identical to the ones in January so I tried taking the interface down with "ifconfig destroy" and up again but that didn't seem to work so I rebooted and bam, I'm back.

    This _seems_ to be a novel issue with 7.8 but I am unsure of what other checks I could run, for sure 7.7 was up continuously since the upgrade from 7.6 except for kernel patches.

    There is a mention on Reddit which might be tangential to it (or just a bad report):

    reddit.com/r/openbsd/comments/

  18. An interesting problem when using #OpenBSD 7.8 with PPPoE over the Swisscom VDSL wholesale servce via #Init7. The PPPoE setup is bog standard as per the man page:

    inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
    pppoedev igc0 authproto chap \
    authname ''xxx" authkey 'xxx' \
    up
    dest 0.0.0.1
    inet6 eui64
    !/sbin/route add default -ifp \$if 0.0.0.1
    !/sbin/route add -inet6 default -ifp \$if fe80::%\$if

    Ever since upgrading I have had two PPPoE "hangs" where suddenly pppoe reports that it has LCP timeouts:

    Feb 12 11:32:09 gw-gva /bsd: pppoe0: LCP keepalive timeout
    Feb 12 11:36:41 gw-gva /bsd: pppoe0: LCP keepalive timeout

    and the connection is down. A tcpdump on the underlying interface shows traffic flowing (!!) but the interface shows that it is unauthenticated.

    When it happened first, on 2nd January 2026, I opened a ticket with Init7 and we had a serious look at it as we thought this was Swisscom.

    It turned out that my system had not authenticated with the VDSL for over a month so the connection was closed (!!).

    Rebooting the firewall made it work immediately.

    It just happened again now, the symptoms are identical to the ones in January so I tried taking the interface down with "ifconfig destroy" and up again but that didn't seem to work so I rebooted and bam, I'm back.

    This _seems_ to be a novel issue with 7.8 but I am unsure of what other checks I could run, for sure 7.7 was up continuously since the upgrade from 7.6 except for kernel patches.

    There is a mention on Reddit which might be tangential to it (or just a bad report):

    reddit.com/r/openbsd/comments/

  19. An interesting problem when using #OpenBSD 7.8 with PPPoE over the Swisscom VDSL wholesale servce via #Init7. The PPPoE setup is bog standard as per the man page:

    inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
    pppoedev igc0 authproto chap \
    authname ''xxx" authkey 'xxx' \
    up
    dest 0.0.0.1
    inet6 eui64
    !/sbin/route add default -ifp \$if 0.0.0.1
    !/sbin/route add -inet6 default -ifp \$if fe80::%\$if

    Ever since upgrading I have had two PPPoE "hangs" where suddenly pppoe reports that it has LCP timeouts:

    Feb 12 11:32:09 gw-gva /bsd: pppoe0: LCP keepalive timeout
    Feb 12 11:36:41 gw-gva /bsd: pppoe0: LCP keepalive timeout

    and the connection is down. A tcpdump on the underlying interface shows traffic flowing (!!) but the interface shows that it is unauthenticated.

    When it happened first, on 2nd January 2026, I opened a ticket with Init7 and we had a serious look at it as we thought this was Swisscom.

    It turned out that my system had not authenticated with the VDSL for over a month so the connection was closed (!!).

    Rebooting the firewall made it work immediately.

    It just happened again now, the symptoms are identical to the ones in January so I tried taking the interface down with "ifconfig destroy" and up again but that didn't seem to work so I rebooted and bam, I'm back.

    This _seems_ to be a novel issue with 7.8 but I am unsure of what other checks I could run, for sure 7.7 was up continuously since the upgrade from 7.6 except for kernel patches.

    There is a mention on Reddit which might be tangential to it (or just a bad report):

    reddit.com/r/openbsd/comments/

  20. RE: digitalcourage.social/@f09fa68

    Soeben habe ich entdeckt, dass ich mich auch im PlayStation Network nicht einloggen kann. Auf dem Mac funktioniert es. Verhält sich also exakt gleich wie die Webseite der #Bahn.

    Sony geschenkt - Saftladen. Aber hat die #Bahn echt so eine shady Systemreputationsbewertungsscheisse nötig?

    Mal #init7 gefragt, wie ich meine IPv4 forciert wechseln kann. Hab langsam genug.

  21. RE: digitalcourage.social/@f09fa68

    Soeben habe ich entdeckt, dass ich mich auch im PlayStation Network nicht einloggen kann. Auf dem Mac funktioniert es. Verhält sich also exakt gleich wie die Webseite der #Bahn.

    Sony geschenkt - Saftladen. Aber hat die #Bahn echt so eine shady Systemreputationsbewertungsscheisse nötig?

    Mal #init7 gefragt, wie ich meine IPv4 forciert wechseln kann. Hab langsam genug.

  22. RE: digitalcourage.social/@f09fa68

    Soeben habe ich entdeckt, dass ich mich auch im PlayStation Network nicht einloggen kann. Auf dem Mac funktioniert es. Verhält sich also exakt gleich wie die Webseite der #Bahn.

    Sony geschenkt - Saftladen. Aber hat die #Bahn echt so eine shady Systemreputationsbewertungsscheisse nötig?

    Mal #init7 gefragt, wie ich meine IPv4 forciert wechseln kann. Hab langsam genug.

  23. RE: digitalcourage.social/@f09fa68

    Soeben habe ich entdeckt, dass ich mich auch im PlayStation Network nicht einloggen kann. Auf dem Mac funktioniert es. Verhält sich also exakt gleich wie die Webseite der #Bahn.

    Sony geschenkt - Saftladen. Aber hat die #Bahn echt so eine shady Systemreputationsbewertungsscheisse nötig?

    Mal #init7 gefragt, wie ich meine IPv4 forciert wechseln kann. Hab langsam genug.

  24. "Wollen Sie zu einem lokalen Spiegelserver wechseln?"
    Jaaaa! (danke weiterhin für den Mirror, #Init7 ♥️ )

  25. "Wollen Sie zu einem lokalen Spiegelserver wechseln?"
    Jaaaa! (danke weiterhin für den Mirror, #Init7 ♥️ )

  26. "Wollen Sie zu einem lokalen Spiegelserver wechseln?"
    Jaaaa! (danke weiterhin für den Mirror, #Init7 ♥️ )

  27. "Wollen Sie zu einem lokalen Spiegelserver wechseln?"
    Jaaaa! (danke weiterhin für den Mirror, #Init7 ♥️ )

  28. "Wollen Sie zu einem lokalen Spiegelserver wechseln?"
    Jaaaa! (danke weiterhin für den Mirror, #Init7 ♥️ )

  29. I recently acquired a new Turris Omnia NG router from @turris to take advantage of my new 10 Gbit/s internet speed from my provider Init7. Now I was really curious about my actual speed ...

    This led me to LibreSpeed (github.com/librespeed), an Open Source speed test tool which is working by default with PHP. Unfortunately the router isn't powerful to provide reasonable measurements because the chunk files to test the download speed are generated by PHP and openssl. This appeared to be a bottleneck.

    So I was tinkering a little bit and created a NGINX backend for LibreSpeed which doesn't rely on PHP.

    Now I have put together this in a GitHub comment: github.com/librespeed/speedtes

    (I still rely on PHP to get the IP address and to store the measurements though, but this is lightweight enough for the router.)

    Try it out yourself: speedtest.momou.ch

    #speedtest #Internet #OpenSource #LibreSpeed #PHP #measure #tinkering #nginx #turris #omnia #Init7

  30. I recently acquired a new Turris Omnia NG router from @turris to take advantage of my new 10 Gbit/s internet speed from my provider Init7. Now I was really curious about my actual speed ...

    This led me to LibreSpeed (github.com/librespeed), an Open Source speed test tool which is working by default with PHP. Unfortunately the router isn't powerful to provide reasonable measurements because the chunk files to test the download speed are generated by PHP and openssl. This appeared to be a bottleneck.

    So I was tinkering a little bit and created a NGINX backend for LibreSpeed which doesn't rely on PHP.

    Now I have put together this in a GitHub comment: github.com/librespeed/speedtes

    (I still rely on PHP to get the IP address and to store the measurements though, but this is lightweight enough for the router.)

    Try it out yourself: speedtest.momou.ch

    #speedtest #Internet #OpenSource #LibreSpeed #PHP #measure #tinkering #nginx #turris #omnia #Init7

  31. I recently acquired a new Turris Omnia NG router from @turris to take advantage of my new 10 Gbit/s internet speed from my provider Init7. Now I was really curious about my actual speed ...

    This led me to LibreSpeed (github.com/librespeed), an Open Source speed test tool which is working by default with PHP. Unfortunately the router isn't powerful to provide reasonable measurements because the chunk files to test the download speed are generated by PHP and openssl. This appeared to be a bottleneck.

    So I was tinkering a little bit and created a NGINX backend for LibreSpeed which doesn't rely on PHP.

    Now I have put together this in a GitHub comment: github.com/librespeed/speedtes

    (I still rely on PHP to get the IP address and to store the measurements though, but this is lightweight enough for the router.)

    Try it out yourself: speedtest.momou.ch

    #speedtest #Internet #OpenSource #LibreSpeed #PHP #measure #tinkering #nginx #turris #omnia #Init7

  32. @martinsteiger #init7 is wirklich toll! Auch die 10gbit funktioniert wie erwartet wenn man die HW dazu hat! Zu empfehlen!

  33. @martinsteiger #init7 is wirklich toll! Auch die 10gbit funktioniert wie erwartet wenn man die HW dazu hat! Zu empfehlen!

  34. @martinsteiger #init7 is wirklich toll! Auch die 10gbit funktioniert wie erwartet wenn man die HW dazu hat! Zu empfehlen!

  35. @martinsteiger #init7 is wirklich toll! Auch die 10gbit funktioniert wie erwartet wenn man die HW dazu hat! Zu empfehlen!