Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2024 05:36:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 261129] IPv6 default route vanishes with rtadvd/rtsold
Message-ID:  <bug-261129-7501-PNiVuCpsOx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261129-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261129-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261129

--- Comment #19 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
If something like the one shown below was about to be built, /etc/rc.conf
needed to define a value like:
ipv6_cpe_wanif=3D"em0"

Also, it is mandatory to send RA from the bridge interface.
If it is sent by a member of the bridge, it does not work for some reason.

For the time being, my progress is on my way :)
Below is the figure :)

    (WAN)
      |
      | RA
      v
+-----+-----+
|    em0    |
|           |
|  FreeBSD  |=20=20
|           |
|    em1    |
+-----+-----+
      |
      | RA by rtadvd
      v
    (LAN)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261129-7501-PNiVuCpsOx>