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

Port forwarding for Webservers

How can I port forward to a webserver, so that any http request received on the external interface is forwarded to the internal webserver?

  


This thread was automatically locked due to age.
Parents
  • first you need to create a definition for your webserver like www 192.168.0.1/32, second you need to create a DNAT rule like ANY -> external_Interface/80 -> www/80 and last you need a packet filter rule like ANY -> www/80 ALLOW
    Don't forget to set the ASL as defualt gateway on your webserver. 
Reply
  • first you need to create a definition for your webserver like www 192.168.0.1/32, second you need to create a DNAT rule like ANY -> external_Interface/80 -> www/80 and last you need a packet filter rule like ANY -> www/80 ALLOW
    Don't forget to set the ASL as defualt gateway on your webserver. 
Children