router: temp forward storj to syncbox
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-07-11 23:17:37 +01:00
parent b3d5201099
commit c5e8a6961a

View File

@ -101,6 +101,10 @@
ip daddr 10.64.50.20 udp dport 28967 counter accept comment "zfs.tywin.storj"
ip daddr 10.64.50.20 tcp dport 28968 counter accept comment "d0.tywin.storj"
ip daddr 10.64.50.20 udp dport 28968 counter accept comment "d0.tywin.storj"
ip daddr 10.64.50.22 tcp dport 28969 counter accept comment "a.storj"
ip daddr 10.64.50.22 udp dport 28969 counter accept comment "a.storj"
ip daddr 10.64.50.22 tcp dport 28970 counter accept comment "b.storj"
ip daddr 10.64.50.22 udp dport 28970 counter accept comment "b.storj"
}
}
@ -112,6 +116,10 @@
iifname eth0 udp dport 28967 counter dnat to 10.64.50.20
iifname eth0 tcp dport 28968 counter dnat to 10.64.50.20
iifname eth0 udp dport 28968 counter dnat to 10.64.50.20
iifname eth0 tcp dport 28969 counter dnat to 10.64.50.22
iifname eth0 udp dport 28969 counter dnat to 10.64.50.22
iifname eth0 tcp dport 28970 counter dnat to 10.64.50.22
iifname eth0 udp dport 28970 counter dnat to 10.64.50.22
}
chain postrouting {
@ -161,6 +169,12 @@
ipAddress = "10.64.50.20";
hostName = "tywin";
}
{
# syncbox
ethernetAddress = "00:1e:06:49:06:1e";
ipAddress = "10.64.50.22";
hostName = "syncbox";
}
];
};
};