Skip to content
Joylancer edited this page Nov 30, 2024 · 12 revisions

tbd

IPV6 Kommunikation mit Alexa (Echo4 etc) bei Kopplung mit 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 konsistent sind, habe aber immer mal wieder eine Einstellung geändert->reboot->Test, so läuft es jetzt aber.