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

How to open a specific port in UTM9

Hi,

The devs in my workplace are deploying a webserver in a specific IP. They said that they want .dydns.org:8090 to be open for them.

How can I do this?


This thread was automatically locked due to age.
Parents
  • Assuming you have .dydns.org setup to correctly resolve the IP address of your UTM's public interface, a simple DNAT should suffice.

    Something along the lines of:

    Source: Any
    Service: (your port definition)
    Destination: (public IP)

    CHange to: (server private IP)
    Service to: (leave blank unless the server listens on a different port from one being forwarded)
Reply
  • Assuming you have .dydns.org setup to correctly resolve the IP address of your UTM's public interface, a simple DNAT should suffice.

    Something along the lines of:

    Source: Any
    Service: (your port definition)
    Destination: (public IP)

    CHange to: (server private IP)
    Service to: (leave blank unless the server listens on a different port from one being forwarded)
Children
No Data