Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - wtremmel

#1
Quote from: tuto2 on January 30, 2023, 10:46:15 AM

If you notice such things it might be best to take a look at the Unbound log and see if anything has happened there. I've taken great care in the implementation to make sure that edge cases are at the very least reported there so we can improve on them based on your feedback :)

Done so. Thanks for the great feature!
See https://github.com/opnsense/core/issues/6284
#2
For whatever reason it stopped working after two hours. Perhaps at the same time I uploaded a local file and reloaded unbound. Any idea on how to get it started again?
#3
Mein Setup sieht ähnlich aus, ich hatte das Problem dass mit 21.7 meine Fritzbox ab und zu unmotiviert rebooted hat (konkret hat sie fast immer rebooted wenn ich das OPNsense neu gestartet habe)

Seit 22.1 besteht das Problem nicht mehr, eine Ursache habe ich nie herausgefunden.
#4
Ich habe bei den internen Interfaces jeweils eine Adresse fest aus dem ULA eingetragen (mit /64 Netzmaske). Damit verteilt radvd auch das entsprechende /64 im jeweiligen Subnetz.
#5
Um zur Ursprungsfrage zu kommen, da ich da vorgestern auch drüber gestolpert bin:

AppleTV annonciert sich als Router, und annonciert ein ULA-Prefix damit Geräte im gleichen VLAN per IPv6 kommunizieren können. Das ist zunächst mal nicht schlimm.

Ein paar Links:
https://de.wikipedia.org/wiki/IPv6#Unique_Local_Unicast
https://de.wikipedia.org/wiki/IPv6#Autokonfiguration

Wichtig ist es, an dem Router der den Gateway nach aussen darstellt in "Router Advertisements" die "Router Priority" auf "high" zu stellen.
#6
> VLANs befinden sich im Layer 3 des Schichtenmodells

nein, in Layer 2

> IP (sowohl v4 als auch v6) befinden sich auf Layer 4.

nein, in Layer 3

Im Übrigen folgt der IP-Protokollstack nicht dem OSI- Modell. OSI ist nett als theoretisches Modell für die Lehre, aber IP ist sowohl etwas einfacher (nur 5 Schichten) als auch komplexer (keine 100%ie Trennung der Schichten).