diff --git a/systemd/network/grapheneos.social.link b/systemd/network/grapheneos.social.link new file mode 100644 index 0000000..45d1c5d --- /dev/null +++ b/systemd/network/grapheneos.social.link @@ -0,0 +1,5 @@ +[Match] +MACAddress=fa:16:3e:3d:ac:bd + +[Link] +Name=eth0 diff --git a/systemd/network/grapheneos.social.network b/systemd/network/grapheneos.social.network new file mode 100644 index 0000000..21190e5 --- /dev/null +++ b/systemd/network/grapheneos.social.network @@ -0,0 +1,19 @@ +[Match] +Name=eth0 + +[Network] +DHCP=ipv4 +LinkLocalAddressing=ipv6 +Address=2607:5300:205:200::2706/128 +Gateway=2607:5300:205:200::1 + +[Route] +Destination=2607:5300:205:200::1 + +[DHCP] +RouteMetric=100 +UseMTU=true + +[CAKE] +Bandwidth=500M +PriorityQueueingPreset=besteffort