Skip to content

radvd-project/radvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c1ce7 · Feb 28, 2025
Jan 3, 2025
Feb 5, 2019
Jan 3, 2023
Jan 2, 2025
Feb 4, 2017
Jan 14, 2025
Sep 16, 2020
Dec 31, 2024
Nov 26, 2000
Dec 31, 2024
Mar 17, 2015
Jan 2, 2025
Aug 3, 2014
Dec 7, 2023
Mar 19, 2017
Jan 21, 2021
Aug 4, 2014
Feb 26, 2025
Nov 20, 2012
Dec 29, 2024
Dec 7, 2024
Jan 3, 2023
Jan 3, 2023
Dec 29, 2024
Feb 26, 2025
Dec 29, 2024
Jun 12, 2018
Jun 12, 2018
Feb 13, 2024
Feb 13, 2024
Feb 18, 2018
Jan 2, 2025
Dec 29, 2024
Dec 30, 2024
Feb 13, 2024
Dec 30, 2024
Apr 2, 2021
Dec 31, 2024
Dec 7, 2020
Dec 30, 2024
Dec 29, 2024
Feb 4, 2017
Sep 12, 2022
Dec 31, 2024
Sep 8, 2024
Jun 28, 2014
Dec 29, 2024

Repository files navigation

Installation:
=============

Run configure, e.g.

./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/share/man

See configure --help for additional command line arguments.

Run 'make' and 'make install'.  On BSD, you may need to use 'gmake'.

Configuration:
==============

See INTRO.html, radvd.conf(8) and radvd.conf.example.

Frequently Asked Questions:
===========================

Setting up radvd is very simple, so the most frequently asked
questions have been about what radvd _doesn't_ do...

 1. How do I set up the router running radvd to automatically
    configure an address from the prefix advertised in Route
    Advertisements from upstream?

    -- You don't.  By the specification, routers ignore RAs.
    You'll probably need to use manual configuration.  But you
    can't use the same prefix on two links in any case unless you
    use something like proxy-ND (draft-ietf-ipv6-ndproxy-04.txt).
    You may need to re-think your topology; prefix delegation
    (e.g., manually or with RFC3633) may help.

 2. How do I set up the router running radvd to automatically
    configure the interfaces to use an EUI64-based address?

    -- You don't.  The design philosophy of radvd is that it's
    not the _router's_ configuration tool, but a route advertising
    daemon.  You'll need to set up all the addresses, routes, etc.
    yourself.  These tasks are something that system initscripts
    could possibly do instead.

 3. I have a dynamic /48 prefix.  How do I set up radvd to:
    a) set up interface addresses and routes on downstream
       interfaces, and
    b) advertise /64 prefixes from the /48 on downstream interfaces?

    -- For a), this isn't supported. For b), radvd includes special
    support for 6to4 upstream interface but assumes that the interface
    addresses/routes are set up manually.  This should probably
    be done in the initscripts or manually. (Though if someone were
    to send a patch for b), it might be incorporated.)  

 4. How do I set up radvd to do either unicast or multicast routing?

    -- You don't.  Radvd is not a routing or forwarding daemon.
    You need to set any appropriate routing/forwarding first,
    and then radvd to only advertise the prefixes to hosts as
    appropriate.