mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-28 10:30:25 -05:00
add fra.grapheneos.org and hio.grapheneos.org servers
These were previously 2 of our 4 OVH ns1.grapheneos.org instances. Our ns1.grapheneos.network network has been entirely moved to Vultr for BGP support so we're reusing these 2 instances as replacements for 2 of the existing grapheneos.org servers.
This commit is contained in:
parent
79d4fc2b9c
commit
1fad7ca6cd
7 changed files with 149 additions and 3 deletions
5
etc/systemd/network/fra.grapheneos.org.link
Normal file
5
etc/systemd/network/fra.grapheneos.org.link
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
MACAddress=fa:16:3e:96:60:9c
|
||||
|
||||
[Link]
|
||||
Name=public
|
||||
26
etc/systemd/network/fra.grapheneos.org.network
Normal file
26
etc/systemd/network/fra.grapheneos.org.network
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[Match]
|
||||
Name=public
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
LinkLocalAddressing=no
|
||||
Address=2001:41d0:701:1100::245b/128
|
||||
|
||||
[Route]
|
||||
Destination=::/0
|
||||
Gateway=2001:41d0:701:1100::1
|
||||
PreferredSource=2001:41d0:701:1100::245b
|
||||
|
||||
[Route]
|
||||
Destination=2001:41d0:701:1100::1
|
||||
PreferredSource=2001:41d0:701:1100::245b
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
[CAKE]
|
||||
Handle=1
|
||||
Bandwidth=500M
|
||||
PriorityQueueingPreset=diffserv4
|
||||
FlowIsolationMode=dual-dst-host
|
||||
SplitGSO=false
|
||||
5
etc/systemd/network/hio.grapheneos.org.link
Normal file
5
etc/systemd/network/hio.grapheneos.org.link
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
MACAddress=fa:16:3e:13:ae:28
|
||||
|
||||
[Link]
|
||||
Name=public
|
||||
26
etc/systemd/network/hio.grapheneos.org.network
Normal file
26
etc/systemd/network/hio.grapheneos.org.network
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[Match]
|
||||
Name=public
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
LinkLocalAddressing=no
|
||||
Address=2604:2dc0:202:300::23a6/128
|
||||
|
||||
[Route]
|
||||
Destination=::/0
|
||||
Gateway=2604:2dc0:202:300::1
|
||||
PreferredSource=2604:2dc0:202:300::23a6
|
||||
|
||||
[Route]
|
||||
Destination=2604:2dc0:202:300::1
|
||||
PreferredSource=2604:2dc0:202:300::23a6
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
[CAKE]
|
||||
Handle=1
|
||||
Bandwidth=500M
|
||||
PriorityQueueingPreset=diffserv4
|
||||
FlowIsolationMode=dual-dst-host
|
||||
SplitGSO=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue