bagel-box: provide an outbound-only IPv4 route
This commit is contained in:
parent
8902a360db
commit
0c11047969
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue