mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-03 20:14:25 -04:00
add systemd-network configurations
This commit is contained in:
parent
953420e7a3
commit
2ff883f37f
46 changed files with 600 additions and 0 deletions
22
systemd/network/mail.grapheneos.org.network
Normal file
22
systemd/network/mail.grapheneos.org.network
Normal file
|
@ -0,0 +1,22 @@
|
|||
[Match]
|
||||
Name=eth0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
LinkLocalAddressing=ipv6
|
||||
Address=192.99.98.22/32
|
||||
Address=2607:5300:205:200::94f/128
|
||||
Gateway=2607:5300:205:200::1
|
||||
|
||||
[Route]
|
||||
Destination=0.0.0.0/0
|
||||
Gateway=51.161.8.1
|
||||
PreferredSource=192.99.98.22
|
||||
Metric=50
|
||||
|
||||
[Route]
|
||||
Destination=2607:5300:205:200::1
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=100
|
||||
UseMTU=true
|
Loading…
Add table
Add a link
Reference in a new issue