We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
with my config:
interface ipoe.666 { AdvDefaultLifetime 1800; MaxRtrAdvInterval 60; MinRtrAdvInterval 30; AdvSendAdvert on; AdvRASolicitedUnicast on; AdvSendAdvert on; AdvManagedFlag on; AdvOtherConfigFlag on; prefix 2001:db8:1234:8000::/64 { AdvOnLink on; AdvAutonomous off; AdvRouterAddr off; }; };
all RA have a router lifetime of 0. It does not matter which values I plug into AdvDefaultLifetime.
AdvDefaultLifetime
Is this a bug or am I missing something?
I have built radvd from source:
Version: 2.19
Compiled in settings: default config file "/etc/radvd.conf" default pidfile "/var/run/radvd.pid" default logfile "/var/log/radvd.log" default syslog facility 24
The text was updated successfully, but these errors were encountered:
Can you please include the output of ip -6 addr (mask out the first 4-6 octets of your non-fe80 addresses for privacy.
ip -6 addr
Also, are you sure that /proc/sys/net/ipv6/conf/all/forwarding or per-interface variable is enabled?
Sorry, something went wrong.
@Colum31: Have you seen the @robbat2 comment from 2023-03-01?
No branches or pull requests
Hello,
with my config:
all RA have a router lifetime of 0. It does not matter which values I plug into
AdvDefaultLifetime
.Is this a bug or am I missing something?
I have built radvd from source:
Version: 2.19
Compiled in settings:
default config file "/etc/radvd.conf"
default pidfile "/var/run/radvd.pid"
default logfile "/var/log/radvd.log"
default syslog facility 24
The text was updated successfully, but these errors were encountered: