ponte.r: add public ipv4
This commit is contained in:
parent
264827aac1
commit
376b92c877
|
@ -163,8 +163,15 @@ in {
|
||||||
ponte = {
|
ponte = {
|
||||||
cores = 1;
|
cores = 1;
|
||||||
owner = config.krebs.users.krebs;
|
owner = config.krebs.users.krebs;
|
||||||
nets = {
|
nets = rec {
|
||||||
|
internet = {
|
||||||
|
ip4 = {
|
||||||
|
addr = "141.147.36.79";
|
||||||
|
prefix = "0.0.0.0/0";
|
||||||
|
};
|
||||||
|
};
|
||||||
retiolum = {
|
retiolum = {
|
||||||
|
via = internet;
|
||||||
ip4.addr = "10.243.4.43";
|
ip4.addr = "10.243.4.43";
|
||||||
ip6.addr = "42::443";
|
ip6.addr = "42::443";
|
||||||
aliases = [
|
aliases = [
|
||||||
|
|
Loading…
Reference in a new issue