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
3 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
{ address = "2a01:4f8:1c0c:8221::1"; 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 = ''
interface net-services {