8000 GitHub - freifunk-gluon/uradvd: Tiny IPv6 Router Advertisement Daemon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tiny IPv6 Router Advertisement Daemon

License

Notifications You must be signed in to change notification settings

freifunk-gluon/uradvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uradvd

A tiny IPv6 router advertisement daemon.

Usage: uradvd [-h] -i <interface> -a/-p <prefix> [ -a/-p <prefix> ... ] [ --default-lifetime <seconds> ] [ --rdnss <ip> ... ]
  • -i <interface>: interface to listen on (e.g. eth0)
  • -a <prefix>: IPv6 prefix (e.g. 2001:db8:1::/32) that can be used for stateless address configuration (SLAAC). The A flag of the IPv6 Router Advertisement message is set.
  • -p <prefix>: Similar to -a. But the A and L flags are set. The L flags means that IPv6 addresses within that prefix are on the same L2 subnet. In doubt, use this option over -a.
  • --default-lifetime <seconds>: lifetime of the default route (default is 0 => do not use router as a default route)
  • --rdnss <ip>: DNS server (e.g. 2001:4860:4860::8888)

This program is packaged for OpenWrt.

About

Tiny IPv6 Router Advertisement Daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0