• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..12-Feb-201541

aclocal.m4H A D25-Feb-201431.4 KiB

CHANGESH A D25-Feb-201415.1 KiB

config.guessH A D25-Feb-201437.4 KiB

config.h.inH A D25-Feb-20142.9 KiB

config.subH A D25-Feb-201428.3 KiB

configureH A D25-Feb-2014181.8 KiB

configure.inH A D25-Feb-20144.5 KiB

COPYRIGHTH A D25-Feb-20142.1 KiB

copyright.blurbH A D25-Feb-2014449

defaults.hH A D25-Feb-20146.4 KiB

depcompH A D25-Feb-201413.5 KiB

device-bsd44.cH A D25-Feb-20145.7 KiB

device-common.cH A D25-Feb-20142.6 KiB

device-linux.cH A D25-Feb-20147.3 KiB

gram.cH A D25-Feb-201467.4 KiB

gram.hH A D25-Feb-20144.7 KiB

gram.yH A D25-Feb-201414.2 KiB

includes.hH A D25-Feb-20141.9 KiB

install-shH A D25-Feb-20145.5 KiB

interface.cH A D25-Feb-20146.8 KiB

INTRO.htmlH A D25-Feb-20144.3 KiB

log.cH A D25-Feb-20143.5 KiB

Makefile.amH A D25-Feb-20142 KiB

Makefile.inH A D25-Feb-201425.8 KiB

missingH A D25-Feb-201410 KiB

mkinstalldirsH A D25-Feb-2014720

pathnames.hH A D25-Feb-20141.6 KiB

privsep-bsd44.cH A D25-Feb-2014711

privsep-linux.cH A D25-Feb-20145.2 KiB

privsep.cH A D25-Feb-20145.2 KiB

process.cH A D25-Feb-201411.2 KiB

radvd.8.manH A D25-Feb-20145 KiB

radvd.cH A D25-Feb-201416.9 KiB

radvd.conf.5.manH A D25-Feb-201418.7 KiB

radvd.conf.exampleH A D25-Feb-20143.4 KiB

radvd.hH A D25-Feb-20147.8 KiB

radvdump.8.manH A D25-Feb-20142.2 KiB

radvdump.cH A D25-Feb-201413.2 KiB

READMEH A D25-Feb-20142.3 KiB

recv.cH A D25-Feb-20143.5 KiB

redhat/H16-Jun-20146

scanner.cH A D25-Feb-2014123.9 KiB

scanner.lH A D25-Feb-20143.8 KiB

send.cH A D25-Feb-201413.4 KiB

socket.cH A D25-Feb-20142.5 KiB

timer.cH A D25-Feb-20145.1 KiB

TODOH A D25-Feb-20143.3 KiB

util.cH A D25-Feb-20142.3 KiB

VERSIONH A D25-Feb-2014118

README

1$Id: README,v 1.9 2005/12/31 16:10:05 psavola Exp $
2
3Installation:
4=============
5
6Run configure, e.g.
7
8./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/share/man
9
10See configure --help for additional command line arguments.
11
12Run 'make' and 'make install'.  On BSD, you may need to use 'gmake'.
13
14Configuration:
15==============
16
17See INTRO.html, radvd.conf(8) and radvd.conf.example.
18
19Frequently Asked Questions:
20===========================
21
22Setting up radvd is very simple, so the most frequently asked
23questions have been about what radvd _doesn't_ do...
24
25 1. How do I set up the router running radvd to automatically
26    configure an address from the prefix advertised in Route
27    Advertisements from upstream?
28
29    -- You don't.  By the specification, routers ignore RAs.
30    You'll probably need to use manual configuration.  But you
31    can't use the same prefix on two links in any case unless you
32    use something like proxy-ND (draft-ietf-ipv6-ndproxy-04.txt).
33    You may need to re-think your topology; prefix delegation
34    (e.g., manually or with RFC3633) may help.
35
36 2. How do I set up the router running radvd to automatically
37    configure the interfaces to use an EUI64-based address?
38
39    -- You don't.  The design philosophy of radvd is that it's
40    not the _router's_ configuration tool, but a route advertising
41    daemon.  You'll need to set up all the addresses, routes, etc.
42    yourself.  These tasks are something that system initscripts
43    could possibly do instead.
44
45 3. I have a dynamic /48 prefix.  How do I set up radvd to:
46    a) set up interface addresses and routes on downstream
47       interfaces, and
48    b) advertise /64 prefixes from the /48 on downstream interfaces?
49
50    -- For a), this isn't supported. For b), radvd includes special
51    support for 6to4 upstream interface but assumes that the interface
52    addresses/routes are set up manually.  This should probably
53    be done in the initscripts or manually. (Though if someone were
54    to send a patch for b), it might be incorporated.)  
55
56 4. How do I set up radvd to do either unicast or multicast routing?
57
58    -- You don't.  Radvd is not a routing or forwarding daemon.
59    You need to set any appropriate routing/forwarding first,
60    and then radvd to only advertise the prefixes to hosts as
61    appropriate.
62