Hi everyone, I need help!
I want that all traffic from "EXTERNAL" to "PUBLIC_IP2_OFFICE1" forward to "PUBBLIC_IP2_OFFICE2"
This "PUBBLIC_IP2_OFFICE2" is an additional IP address of a branch office connected to OFFICE1 with VPN IPSEC.
The traffic fordwarded don't must on the vpn
OFFICE1 - PUBBLIC_IP1 PUBBLIC_IP1 - OFFICE2
PUBBLIC_IP2 PUBBLIC_IP2
PUBBLIC_IP3 PUBBLIC_IP3
So I created a DNAT and packet filter rule:
DNAT:
ANY to PUBLIC_IP2_OFFICE1 fordward to PUBBLIC_IP2_OFFICE2
PACKET FILTER RULE:
allow ANY from EXTERNAL to PUBLIC_IP2_OFFICE1
allow ANY from PUBLIC_IP2_OFFICE1 to EXTERNAL
The traffic IN is ok.
NAT rule #51 UDP IP_EXTERNAL_*** : 10003 → IP_PUBBLIC2_OFFICE1 : 10003
The traffic OUT instead is always BLOCKING
Default DROP UDP IP_EXTERNAL_*** : 10003 → IP_PUBBLIC2_OFFICE2 : 10003
Thanks for any help!!!
This thread was automatically locked due to age.