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 multiple https ports to single ip adress Sophos XG sfos17.06

We have got the following situation:

we want to redirect multiple dns hosts to a single ip adres.

For example:

External dns record https://test1.companyname.com redirects to 123.123.123.1

In the firewall i want https://test1.companyname.com redirected to internal server 1 on port 81

External dns record https://test2.companyname.com redirects to 123.123.123.1

In the firewall i want https://test2.companyname.com redirected to internal server 1 on port 82

And so on.

How can we manage to get this working?



This thread was automatically locked due to age.
Parents
  • Hi Rick ,

    It will be difficult to accomplish such configuration using Simply DNAT rule since the incomming traffic has the same port number. 

    Option 1

    Redirect the second url to another port say 666 to internal port 82 (you may use the same WAN IP)

    Opion 2

    Add another Pool of IP i..e 123.123.123.2 and redirect on that Public IP.

    Standard DNAT rule 443 to 82

    Otherwise you may configure WAF and use path based Specific Routing

    https://community.sophos.com/kb/en-us/126470

Reply
  • Hi Rick ,

    It will be difficult to accomplish such configuration using Simply DNAT rule since the incomming traffic has the same port number. 

    Option 1

    Redirect the second url to another port say 666 to internal port 82 (you may use the same WAN IP)

    Opion 2

    Add another Pool of IP i..e 123.123.123.2 and redirect on that Public IP.

    Standard DNAT rule 443 to 82

    Otherwise you may configure WAF and use path based Specific Routing

    https://community.sophos.com/kb/en-us/126470

Children
No Data