Initial commit

This commit is contained in:
2018-05-08 03:01:03 +02:00
commit 1c4c595cd6
3256 changed files with 417972 additions and 0 deletions

65
CKUBU/radvd.conf.CKUBU Normal file
View File

@@ -0,0 +1,65 @@
interface enp0s20f0
{
AdvSendAdvert on;
prefix ::/64
{
AdvValidLifetime 86400;
AdvPreferredLifetime 14400;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
# Distributing DNS server addresses
# - multiple entries are possible
#
#RDNSS 2001:4860:4860::8888 2001:4860:4860::8844
RDNSS fe80::ec4:7aff:feac:5ece
{
};
# Distributing a DNS search list
# - multiple entries are possible
#
DNSSL local.netz
{
};
};
interface enp0s20f1
{
AdvSendAdvert on;
prefix ::/64
{
AdvValidLifetime 86400;
AdvPreferredLifetime 14400;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
# prefix fd5c:45d3:2a6e:1::/64
# {
# AdvValidLifetime 86400;
# AdvPreferredLifetime 14400;
# AdvOnLink on;
# AdvAutonomous on;
# AdvRouterAddr on;
# }; # End of prefix definition
# Distributing DNS server addresses
# - multiple entries are possible
#
#RDNSS 2001:4860:4860::8888 2001:4860:4860::8844
RDNSS fe80::ec4:7aff:feac:5ecf
{
};
# Distributing a DNS search list
# - multiple entries are possible
#
DNSSL local.netz
{
};
};