I have set up a port forward coming in to an XG firewall (site A) where the port forward needs to arrive at a server on another XG firewall (site b) via XG IPSec site to site VPN. These are the settings:
Source zone: WAN
Allowed client networks: Any
Blocked client networks: empty
Destination: Alias IP on Port 2 WAN
Services: HTTPS
Protected server: servername (servername is hosted at site b which is on the other side of a site to site IPSec VPN)
Mapped port: 443
Protected zone: VPN
When i browse from the internet to https://aliasip it eventually times out. I can successfully browse to https://servername from site A. A TCPDUMP on the firewall at site A shows my requests are reaching the XG firewall on the correct IP address and port and shows it is then trying to send me to servername. A TCPDUMP on site B XG firewall does not show any attempts come inbound.
I have tried configuring mss clamping using this command in advanced shell: iptables -t mangle -I POSTROUTING -d servername -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1300
however no difference.
It seems to me the packets are not traversing the site to site VPN and may be stuck on site A XG firewall.
Any ideas?
This thread was automatically locked due to age.