-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathipv6thingy.conf
40 lines (32 loc) · 1.18 KB
/
ipv6thingy.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Define your NICs
internal = eth0
external = eth1
# Optional:
# If you wish to limit ipv6 to select devices in your network, list them below.
# If you have no devices below,
# radvd will use multicast router advertisements, to all devices.
# Warning:
# Warning: if you start advertising to all systems on your LAN, they all will
# get IPv6 addresses and an IPv6 default gateway. Unless you have configured an IPv6
# firewall, all systems will be directly connected to the IPv6 internet.
# Please make sure their configurations are secure to run like that, or
# configure an IPv6 firewall on the router before enabling multicast router advertisements.
enable fe80::fa3b:514c:1133:50fc # tableFan
enable fe80::fa3b:524c:1233:50ac # kitchenSink
enable fe80::fa3b:534c:1123:50bc # dishwasher
enable fe80::fa3b:524c:1232:50bc # porchlights
# Please leave the radvdStart, radvdEnd, CLIENTS_IF_ANY markers intact.
#radvdStart
interface INTERNALINTERFACE {
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
# If you have ipv6 dns servers to advertise:
#RDNSS 2001:4860:4860::8888 {};
prefix MYPREFIX {
AdvOnLink on;
AdvAutonomous on;
};
#CLIENTS_IF_ANY
};
#radvdEnd