This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Redirecting IP queries

I have a web server on my internal LAN (private IP's) and am trying to figure out how to redirect queries from the internal LAN to it's public IP on the Astaro firewall back to the web server's private IP on the LAN. So basically workstation query -> 216.104.73.x (servers public IP) -> redirect -> 192.168.0.5 (servers private IP).

This comes into play when I post images hosted on my web server to messageboards out on the internet. They load fine outside my network, but not from the private side.

TIA,
ttyR2


This thread was automatically locked due to age.
Parents
  • Make also a SNAT which matches for IP addresses in the internal network which changes the source IP of the client to be the source address of the firewall's interface. Use the firewall's interface which is in the subnet of the webserver.

    You need the SNAT in order to direct the reply packets back through the firewall. This is needed if the webserver is in the same subnet as the client and the client uses the external IP in order to reach the webserver.

    Xeno
Reply
  • Make also a SNAT which matches for IP addresses in the internal network which changes the source IP of the client to be the source address of the firewall's interface. Use the firewall's interface which is in the subnet of the webserver.

    You need the SNAT in order to direct the reply packets back through the firewall. This is needed if the webserver is in the same subnet as the client and the client uses the external IP in order to reach the webserver.

    Xeno
Children
No Data