Skip to content
New issue

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

radvd only sends a router lifetime of 0 #206

Open
Colum31 opened this issue Feb 28, 2023 · 1 comment
Open

radvd only sends a router lifetime of 0 #206

Colum31 opened this issue Feb 28, 2023 · 1 comment

Comments

@Colum31
Copy link

Colum31 commented Feb 28, 2023

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.

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

@robbat2
Copy link
Member

robbat2 commented Mar 1, 2023

Can you please include the output of ip -6 addr (mask out the first 4-6 octets of your non-fe80 addresses for privacy.

Also, are you sure that /proc/sys/net/ipv6/conf/all/forwarding or per-interface variable is enabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants