From 8ee0352157aa195e67aa0f8d487499d702ffc028 Mon Sep 17 00:00:00 2001 From: norbey <ngyimesi@sch.bme.hu> Date: Sun, 19 Mar 2023 12:23:49 +0100 Subject: [PATCH] Updated router config --- tasks/vyos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/vyos.yml b/tasks/vyos.yml index 83ac5e7..50f4bbb 100644 --- a/tasks/vyos.yml +++ b/tasks/vyos.yml @@ -20,6 +20,7 @@ - set firewall name FR-W-FWD rule 110 destination address 192.168.69.50 - set firewall name FR-W-FWD rule 110 protocol tcp - set firewall name FR-W-FWD rule 110 action accept + - set nat destination rule 150 inbound-interface eth0 - set nat destination rule 150 translation address 192.168.69.50 - set nat destination rule 150 destination address 152.66.209.61 - set nat destination rule 150 protocol tcp -- GitLab