From 85a47287e56ba9100420246531ebea5996cc0486 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 19 Jul 2025 15:50:09 -0400 Subject: End of NixOS container era --- hosts/iroha/scripts/port-forward | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/iroha/scripts/port-forward') diff --git a/hosts/iroha/scripts/port-forward b/hosts/iroha/scripts/port-forward index 3318141..f1965a6 100755 --- a/hosts/iroha/scripts/port-forward +++ b/hosts/iroha/scripts/port-forward @@ -28,5 +28,6 @@ iptables -t nat -C PREROUTING -p tcp -i enp7s0 --dport 1714:1764 -j DNAT --to-de iptables -t nat -C PREROUTING -p udp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.251:1714-1764 || \ iptables -t nat -A PREROUTING -p udp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.251:1714-1764 -#iptables -t nat -D PREROUTING -p tcp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.251:1714-1764 -#iptables -t nat -D PREROUTING -p udp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.251:1714-1764 +# Delete KDEConnect +#iptables -t nat -D PREROUTING -p tcp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.252:1714-1764 +#iptables -t nat -D PREROUTING -p udp -i enp7s0 --dport 1714:1764 -j DNAT --to-destination 192.168.211.252:1714-1764 -- cgit v1.2.3-101-g0448