Hi everybody! I want to publish a webserver. The web server is locatated on SiteA, the public IP on SiteB. SiteA: 10.1.1.0/24 Webserver: 10.1.1.1/24 SiteB: 10.1.2.0/24 Public IP: 8.8.8.8 Between the two sites there is a Site2Site vpn tunnel. I've created a dst-nat from 8.8.8.8 to 10.1.1.1 dst-port=8...
Hi everybody! I've a short question: I've connected to sites via Site2Site VPN. SiteA: 10.1.2.0/24 Webserver: 10.1.2.1/24 SiteB: 10.1.3.0/24 PublicIP: 8.8.8.8 How can I forward the traffic from the SiteB public IP (8.8.8.8) to the Webserver? I've already created a NAT rule, but the problem is, that ...