1
0

hosts/carbon: Change DSL uplink to netcologne

This commit is contained in:
2025-10-24 21:36:41 +02:00
parent 92817fdcad
commit 44afbff445
5 changed files with 25 additions and 29 deletions

View File

@@ -39,7 +39,7 @@
networking.nat = {
enableIPv6 = true;
enable = true;
externalInterface = "ppp-dtagdsl";
externalInterface = "ppp-ncfttb";
internalIPv6s = [ "fd00:152:152::/48" "fd00:3214:9453:4920::/64"];
internalIPs = [ "10.152.0.0/16" "192.168.32.0/24" ];
};