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

Redirect https (443) to https (6443)

Hi @all,

i would like to redirect the external incomming port for https (443) to an other internal port https (6443). Is it possible to do this?!
The reason is that my customer already use the port 443 for another service. His owa will used port 443 too so I would like to redirect the owa external. The user should use the port 6443 on https connection from external network and this port should redirected internal to 443 to another server.

Can anyone help me?!

Thanks

Ulli


This thread was automatically locked due to age.
  • Traffic Source: Any
    Traffic Service: {6443}
    Traffic Destination: External (Address)

    NAT mode: DNAT (Destination)

    Destination: {Internal OWA web server}
    Destination Service: HTTPS

    Automatic packet filter rule: {Checked}



    Normally, we like to put an 'Additional Address' named Outlook on the External interface so that the port can stay the same.  We also add DNS entries for outlook.domain.com in internal and public DNS so that clients can use a single link.  Then, instead of the above, we use the following DNAT:

    Traffic Source: Any
    Traffic Service: HTTPS
    Traffic Destination: External [Outlook] (Address)

    NAT mode: DNAT (Destination)

    Destination: {Internal OWA web server}
    Destination Service: {leave blank since not changing!}

    Automatic packet filter rule: {Checked}



    Cheers - Bob