Skip to content
Ingo Fischer edited this page Dec 8, 2024 · 12 revisions

IPV6 Kommunikation für Nutzung von Thread Geräten:

Bestimmt kann man das noch optimieren 😉 Aktive Netwerkschnittstelle: wlp0s20f3

/etc/sysctl.conf

  • net.ipv6.conf.all.forwarding=0
  • net.ipv6.conf.wlp0s20f3.forwarding=0
  • net.ipv6.conf.wlp0s20f3.accept_ra=1
  • net.ipv6.conf.wlp0s20f3.accept_ra_rt_info_max_plen=64

/etc/network/interfaces

  • iface wlp0s20f3 inet6 auto

    -- accept_ra 2

Kontrolle der Einstellungen: (sudo voranstellen)

sysctl -n net.ipv6.conf.wlp0s20f3.forwarding

0

sysctl -n net.ipv6.conf.wlp0s20f3.accept_ra

2

sysctl -n net.ipv6.conf.wlp0s20f3.accept_ra_rt_info_max_plen

64

Ich sehe schon, das die Einträge nicht konsistent sind, habe aber immer mal wieder eine Einstellung geändert->reboot->Test, so läuft es jetzt aber.