add revision-dect-vpn
This commit is contained in:
parent
1f120b9923
commit
fd1ad352d0
3 changed files with 35 additions and 1 deletions
26
nodes/revision-dect-vpn.toml
Normal file
26
nodes/revision-dect-vpn.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
hostname = "10.1.3.252"
|
||||
bundles = ["bird", "wireguard"]
|
||||
groups = ["debian-bookworm"]
|
||||
|
||||
[metadata]
|
||||
location = "revision"
|
||||
icinga_options.exclude_from_monitoring = true
|
||||
|
||||
[metadata.bird]
|
||||
static_routes = [
|
||||
"10.1.3.0/24",
|
||||
]
|
||||
|
||||
[metadata.interfaces.ens18]
|
||||
ips = ["10.1.3.252/24"]
|
||||
gateway4 = "10.1.3.1"
|
||||
|
||||
[metadata.nftables.postrouting]
|
||||
"50-router" = [
|
||||
"oifname ens18 masquerade",
|
||||
]
|
||||
|
||||
[metadata.wireguard.peers."htz-cloud.wireguard"]
|
||||
my_port = 51804
|
||||
my_ip = "172.19.136.67"
|
||||
their_ip = "172.19.136.66"
|
Loading…
Add table
Add a link
Reference in a new issue