1
0

add route to telephony-networks via yate

This commit is contained in:
Ember 'n0emis' Keske 2022-07-21 09:53:52 +02:00
parent a656e4b331
commit 0990d12094
No known key found for this signature in database
GPG Key ID: 00FAF748B777CF10
3 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@ $ORIGIN bula22.de.
$TTL 3600 $TTL 3600
bula22.de. IN SOA dns.bula22.de. hostmaster.bula22.de. ( bula22.de. IN SOA dns.bula22.de. hostmaster.bula22.de. (
2022071501 2022072101
10800 10800
3600 3600
604800 604800
@ -45,6 +45,7 @@ pre-router.bula22.de. IN A 10.42.10.25
IN AAAA 2a01:4f8:1c0c:8221::25 IN AAAA 2a01:4f8:1c0c:8221::25
nixdeploy.bula22.de. IN A 10.42.10.245 nixdeploy.bula22.de. IN A 10.42.10.245
IN AAAA 2a01:4f8:1c0c:8221::245 IN AAAA 2a01:4f8:1c0c:8221::245
omm.bula22.de. IN A 10.42.132.2
; External Services ; External Services
vcp-bula-mon.bula22.de. IN AAAA 2a01:4f8:c0c:15f1::8105 vcp-bula-mon.bula22.de. IN AAAA 2a01:4f8:c0c:15f1::8105

View File

@ -208,6 +208,7 @@ with lib;
"nerd.bula22.de" "nerd.bula22.de"
"pre-router.bula22.de" "pre-router.bula22.de"
"nixdeploy.bula22.de" "nixdeploy.bula22.de"
"omm.bula22.de"
]; ];
labels = { labels = {
"module" = "icmp4"; "module" = "icmp4";

View File

@ -17,6 +17,9 @@
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } { address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; }
{ address = "2a01:4f8:1c0c:8221::2"; prefixLength = 64; } { address = "2a01:4f8:1c0c:8221::2"; prefixLength = 64; }
]; ];
networking.interfaces.net-services.ipv4.routes = [
{ address = "10.42.132.0"; prefixLength = 23; via = "10.42.10.6"; }
];
services.radvd.config = '' services.radvd.config = ''
interface net-services { interface net-services {