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

New to UTM9 need help

I need to view and login to a website which uses port "91". How do i set this up?


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

    Is this website in question on the inside or outside of your UTM? If it's inside the UTM (on your LAN) and you want outside users to access it (you host the webpage) then you'd need to use a DNAT.

    If the however the site is on the outside (the Internet), which I going to assume is the most likely case, you need to setup a firewall rule allowing traffic destined for port 91 to pass. I'm not near a UTM right now so not sure where the firewall rules are sitting but for any outbound rule, you'd want to setup the following rule:

    Source: Internal LAN (Network)
    Destination: Internet
    Service: YourService

    YourService would be the name of the service sitting on Port 91. If it's not already created, you'd have to create a service definition. When creating the definition, set the destination port to your port 91 and leave the source port at it's default (1-65535).
Reply
  • Hi Terence,

    Is this website in question on the inside or outside of your UTM? If it's inside the UTM (on your LAN) and you want outside users to access it (you host the webpage) then you'd need to use a DNAT.

    If the however the site is on the outside (the Internet), which I going to assume is the most likely case, you need to setup a firewall rule allowing traffic destined for port 91 to pass. I'm not near a UTM right now so not sure where the firewall rules are sitting but for any outbound rule, you'd want to setup the following rule:

    Source: Internal LAN (Network)
    Destination: Internet
    Service: YourService

    YourService would be the name of the service sitting on Port 91. If it's not already created, you'd have to create a service definition. When creating the definition, set the destination port to your port 91 and leave the source port at it's default (1-65535).
Children
No Data