-
Hi,
Systems:
Server: Gentoo with radvd 2.19-r7, kea 2.4.1, IPv6 address for illustration: A:B:C:D::1/64
Client: Gentoo with dhcpcd 10.0.10, IPv6 address for illustration: A:B:C:D:n:m::190
I hav…
-
Hello,
my Internet provider gives me IPv6 /48 (/64) and I tried to provide IPv6 addresses to my LAN using radvd. I use the following code:
```
interface br0 {
prefix ::/64 {
AdvOnLink on;
…
-
Hello,
with my config:
```
interface ipoe.666
{
AdvDefaultLifetime 1800;
MaxRtrAdvInterval 60;
MinRtrAdvInterval 30;
AdvSendAdvert on;
AdvRASolicitedUnicast on;
…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/…
-
Can you update radvd?
- https://github.com/freebsd/freebsd-wifi-build/tree/master/port-build/pkgs/radvd
Already here:
- https://github.com/freebsd/freebsd-ports/blob/master/net/radvd/
-
`--net=bridge` doesn't work if the bridge doesn't have an IPv4 address.
I run radvd on the bridge so that firejail can fetch an IPv6 address through SLAAC.
Can firejail create an IPv6 address wi…
-
I have thought a bunch about how to test netlink dependant things.
I looked at trying to put capture/replay code into libnl, but I gotta say that I found libnl not that helpful, and I had other thing…
-
### Component
systemd-networkd
### Is your feature request related to a problem? Please describe
When using DHCPv6 Prefix Delegation, the assigned prefix can change during renewal or reconfiguratio…
-
I have radvd configured for ipv6 ads for "normal" internet (clearnet), config:
```
interface br0
{
AdvSendAdvert on;
MaxRtrAdvInterval 60;
prefix ::/64
{
AdvValidLifetime 600;
…
-
Hello,
This issue is a continuation of the second part of the discussion we made in issue #36. And issue #39 is related
Currently, radvd is able to be notified of an address prefix being added or …