shell-things/etc/radvd.conf

16 lines
238 B
Plaintext
Raw Normal View History

2014-12-27 10:09:00 +01:00
interface eth0
{
AdvSendAdvert on;
AdvOtherConfigFlag on;
prefix 2001:14b8:100:8397::/64
{
AdvOnLink on;
AdvAutonomous on;
};
prefix ULA::/64
{
AdvOnLink on;
AdvAutonomous on;
};
};