radvd

Attachment 'radvd.conf'

Download

interface eth0
{
        IgnoreIfMissing off;
        AdvSendAdvert on;
        UnicastOnly on;
        AdvRASolicitedUnicast off;
        MaxRtrAdvInterval 4;
        MinRtrAdvInterval 3;
        AdvLinkMTU 1500;
        AdvCurHopLimit 255;
        AdvDefaultLifetime 65520;
        AdvDefaultPreference high;
        prefix ::/64
        {
                AdvValidLifetime infinity;
                AdvPreferredLifetime 7200;
        };
        route 2000::/3
        {
                AdvRouteLifetime infinity;
                AdvRoutePreference high;
        };
        RDNSS 2620:0:ccc::2 2620:0:ccd::2
        {
                AdvRDNSSLifetime infinity;
        };
        DNSSL .
        {
                AdvDNSSLLifetime infinity;
        };
};

interface wlan0
{
        IgnoreIfMissing off;
        AdvSendAdvert on;
        UnicastOnly on;
        AdvRASolicitedUnicast off;
        MaxRtrAdvInterval 4;
        MinRtrAdvInterval 3;
        AdvLinkMTU 1500;
        AdvCurHopLimit 255;
        AdvDefaultLifetime 65520;
        AdvDefaultPreference high;
        prefix ::/64
        {
                AdvValidLifetime infinity;
                AdvPreferredLifetime 7200;
        };
        route 2000::/3
        {
                AdvRouteLifetime infinity;
                AdvRoutePreference high;
        };
        RDNSS 2620:0:ccc::2 2620:0:ccd::2
        {
                AdvRDNSSLifetime infinity;
        };
        DNSSL .
        {
                AdvDNSSLLifetime infinity;
        };
};

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2020-11-13 06:37:12, 1.0 KB) [[attachment:radvd.conf]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.