networkd: don't accept router advertisements for ipv6 (we have a manually configured address already)

master
an 2019-07-01 16:48:26 -04:00
parent a5c9a093d7
commit 0bba86f087
1 changed files with 5 additions and 4 deletions

View File

@ -5,11 +5,12 @@ Name=enp1s0
Description=Router Description=Router
# Routing # Routing
DHCP=no DHCP=no
Address=192.168.1.2/24 IPv6AcceptRA=no
Address=2605:a000:1135:90::7777/64
Gateway=192.168.1.1 Gateway=192.168.1.1
Gateway=fe80::daa7:56ff:fe95:94b2 Gateway=fe80::daa7:56ff:fe95:94b2
# DNS Options (enable everything) Address=192.168.1.2/24
Address=2605:a000:1135:90::7777/64
# DNS (enable everything)
MulticastDNS=true MulticastDNS=true
DNSOverTLS=opportunistic DNSOverTLS=opportunistic
DNSSEC=allow-downgrade DNSSEC=allow-downgrade
@ -17,6 +18,6 @@ Domains=~
# Google DNS # Google DNS
DNS=2001:4860:4860::8888 DNS=2001:4860:4860::8888
DNS=2001:4860:4860::8844 DNS=2001:4860:4860::8844
# Geez, did this asshole not configure IPv6? # Geez, did this asshole not configure IPv6 right? Doesn't surprise me.
DNS=8.8.8.8 DNS=8.8.8.8
DNS=8.8.4.4 DNS=8.8.4.4