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

Unable to redirect port

Hello, I'm trying to redirect HTTP request from port 8080 to our internal server on port 80. Therefore I've created a service specifying port 8080. I've created a rule to allow 8080 on the external interface. Furthermore I've created a DNAT that changes 8080 to 80, and the address of the external interface to the webservers address. However, this doesn't work. Internet Explorer is unable to reacht the page when connecting to :8080.">http://:8080.

Any ideas ?

Franc.


This thread was automatically locked due to age.
Parents
  • Can you just make another test and see if it will work with, for example, 8090 instead of 8080 ?

    We use 8080 for the HTTP proxy, maybe some auto-generated rules are "in the way".

    /tom
  • Also make sure that the Packet Filter rule that you setup is like this:
    Outside Client (ANY) - 8080 - Internal Server(IP) Allow

    Do NOT do
    Outside Client (ANY) - 8080 - External_Interface(IP) Allow
  • Hi,

    it's working now both on port 8080 and port 9080. I had to create 2 rules.

    Any Outlook Web Access (8080) - >  Allow  
    Any HTTP ->  Allow

    Apparantly you have to create a rule for the source port and the redirected port. Is this the way it should be ?

    Franc.

    Franc.
Reply
  • Hi,

    it's working now both on port 8080 and port 9080. I had to create 2 rules.

    Any Outlook Web Access (8080) - >  Allow  
    Any HTTP ->  Allow

    Apparantly you have to create a rule for the source port and the redirected port. Is this the way it should be ?

    Franc.

    Franc.
Children