Project

General

Profile

Bug #8925 » radvd.conf

Jim Pingle, 09/22/2018 12:10 PM

 
1
# Automatically Generated, do not edit
2
# Generated for DHCPv6 Server lan
3
interface igb1 {
4
        AdvSendAdvert on;
5
        MinRtrAdvInterval 5;
6
        MaxRtrAdvInterval 20;
7
        AdvLinkMTU 1500;
8
        AdvDefaultPreference medium;
9
        AdvManagedFlag on;
10
        AdvOtherConfigFlag on;
11
        prefix 2001:db8:1:ee10::/64 {
12
                DeprecatePrefix on;
13
                AdvOnLink on;
14
                AdvAutonomous on;
15
                AdvRouterAddr on;
16
                AdvValidLifetime 86400;
17
                AdvPreferredLifetime 14400;
18
        };
19
        route ::/0 {
20
                AdvRoutePreference medium;
21
                RemoveRoute on;
22
        };
23
        RDNSS 2001:db8:1:ee10:290:bff:fe7a:8a66 { };
24
        DNSSL lab.jimp.pw  { };
25
};
26
# Generated config for dhcp6 delegation from wan on opt1
27
interface ix0 {
28
        AdvSendAdvert on;
29
        MinRtrAdvInterval 5;
30
        MaxRtrAdvInterval 10;
31
        AdvLinkMTU 1500;
32
        AdvOtherConfigFlag on;
33
        prefix 2001:db8:1:ee11::/64 {
34
                AdvOnLink on;
35
                AdvAutonomous on;
36
                AdvRouterAddr on;
37
        };
38
        RDNSS 2001:db8:1:ee11:290:bff:fe7a:8a67 { };
39
        DNSSL lab.jimp.pw { };
40
};
41
# Generated config for dhcp6 delegation from wan on opt2
42
interface ix1 {
43
        AdvSendAdvert on;
44
        MinRtrAdvInterval 5;
45
        MaxRtrAdvInterval 10;
46
        AdvLinkMTU 1500;
47
        AdvOtherConfigFlag on;
48
        prefix 2001:db8:1:ee12::/64 {
49
                AdvOnLink on;
50
                AdvAutonomous on;
51
                AdvRouterAddr on;
52
        };
53
        RDNSS 2001:db8:1:ee12:290:bff:fe7a:8a68 { };
54
        DNSSL lab.jimp.pw { };
55
};
(2-2/2)