router: temp forward storj to syncbox
This commit is contained in:
parent
b3d5201099
commit
c5e8a6961a
@ -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 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 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.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 udp dport 28967 counter dnat to 10.64.50.20
|
||||||
iifname eth0 tcp dport 28968 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 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 {
|
chain postrouting {
|
||||||
@ -161,6 +169,12 @@
|
|||||||
ipAddress = "10.64.50.20";
|
ipAddress = "10.64.50.20";
|
||||||
hostName = "tywin";
|
hostName = "tywin";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# syncbox
|
||||||
|
ethernetAddress = "00:1e:06:49:06:1e";
|
||||||
|
ipAddress = "10.64.50.22";
|
||||||
|
hostName = "syncbox";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user