bagel-box: provide an outbound-only IPv4 route

This commit is contained in:
Pierre Bourdon 2024-06-23 20:28:15 +02:00
parent 8902a360db
commit 0c11047969
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -26,6 +26,11 @@
{ address = "2001:bc8:38ee:100:100::1"; prefixLength = 64; }
];
interfaces.host1.ipv4.addresses = [
{ address = "172.16.100.2"; prefixLength = 24; }
];
defaultGateway = { address = "172.16.100.1"; interface = "host1"; };
firewall.allowPing = true;
};