Skip to content

Instantly share code, notes, and snippets.

@neilhwatson
Created July 8, 2014 20:01
Show Gist options
  • Save neilhwatson/99a729877d2d25944767 to your computer and use it in GitHub Desktop.
Save neilhwatson/99a729877d2d25944767 to your computer and use it in GitHub Desktop.
#
# radvd configuration generated by radvdump 1.8.5
# based on Router Advertisement from fe80::1
# received by interface eth0
#
interface eth0
{
AdvSendAdvert on;
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvManagedFlag off;
AdvOtherConfigFlag off;
AdvReachableTime 0;
AdvRetransTimer 0;
AdvCurHopLimit 64;
AdvDefaultLifetime 1800;
AdvHomeAgentFlag off;
AdvDefaultPreference medium;
AdvSourceLLAddress on;
prefix 2a02:2770:11::/64
{
AdvValidLifetime 2592000;
AdvPreferredLifetime 604800;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
}; # End of prefix definition
}; # End of interface definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment