All Projects → radvd-project → radvd

radvd-project / radvd

Licence: other
radvd | Official repository: https://github.com/radvd-project/radvd

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
shell
77523 projects
Yacc
648 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to radvd

ipv6
IPv6-adresse.dk source & data
Stars: ✭ 27 (-80.43%)
Mutual labels:  ipv6, ipv6-support, ipv6-address
ipv6calc
ipv6calc
Stars: ✭ 33 (-76.09%)
Mutual labels:  ipv6, ipv6-support, ipv6-address
Ipt Netflow
Netflow iptables module for Linux kernel (official)
Stars: ✭ 357 (+158.7%)
Mutual labels:  router, ipv6
Beluganos
The new network OS designed for white-box switches based on open API.
Stars: ✭ 95 (-31.16%)
Mutual labels:  router, ipv6
fakeroute
IPv4 and IPv6 traceroute fake hop generator through IP spoofing
Stars: ✭ 75 (-45.65%)
Mutual labels:  ipv6, ipv6-address
The router
TheRouter is a software packet router based on DPDK an NPF libraries.
Stars: ✭ 123 (-10.87%)
Mutual labels:  router, ipv6
Vedetta
OpenBSD Router Boilerplate
Stars: ✭ 260 (+88.41%)
Mutual labels:  router, ipv6
Linux Router
Set Linux as router in one command. Support Internet sharing, redsocks, Wifi hotspot, IPv6. Can also be used for routing VM/containers
Stars: ✭ 129 (-6.52%)
Mutual labels:  router, ipv6
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+279.71%)
Mutual labels:  ipv6, ipv6-address
PHP-IPAddress
IP Address utility classes for PHP
Stars: ✭ 63 (-54.35%)
Mutual labels:  ipv6, ipv6-address
node-ip2region
IP/IPv6 to region on Node.js (IP/IPv6 地址到区域运营商)
Stars: ✭ 95 (-31.16%)
Mutual labels:  ipv6, ipv6-address
freebind
IPv4 and IPv6 address rate limiting evasion tool
Stars: ✭ 88 (-36.23%)
Mutual labels:  ipv6, ipv6-address
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-84.78%)
Mutual labels:  ipv6, ipv6-address
ipv6gen
IPv6 prefix generator
Stars: ✭ 32 (-76.81%)
Mutual labels:  ipv6, ipv6-address
navigation-skeleton
This component allows you to show skeletons of pages during navigation process.
Stars: ✭ 16 (-88.41%)
Mutual labels:  router
koa-routeify
the next router for koajs.
Stars: ✭ 12 (-91.3%)
Mutual labels:  router
nthu-route
VLSI EDA Global Router
Stars: ✭ 35 (-74.64%)
Mutual labels:  router
smoothr
A custom React router that leverages the Web Animations API and CSS animations.
Stars: ✭ 28 (-79.71%)
Mutual labels:  router
react-mobx-router5
React components for routing solution using router5 and mobx
Stars: ✭ 58 (-57.97%)
Mutual labels:  router
fritz-box
📦 Promise-based JavaScript FRITZ!Box API.
Stars: ✭ 14 (-89.86%)
Mutual labels:  router
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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].