Guest User!

You are not Sophos Staff.

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

Baffled

Ok here goes. I have spent the last few days searching and reading multiple posts to no avail

I am new to UTM and am running v9.2 Home license

I've managed to get bit torrents and some other linux apps to pass traffic.

However, have two final hurdles that are not working for me.

1. Access internal web on port 81 from external

2. TiVo is not able to connect via external to get updates and such

Any help and suggestions would be welcome.


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

    1) This ones pretty easy.

    Under "Network Protection" >> "NAT" >> "NAT" you want to setup a DNAT (Destination NAT) rule with the following:

    Source: Any
    Service: Your Service (create one defining port 81)
    Destination: External WAN (Address)

    Change the destination to: Your Server's IP
    Change the service to: (Leave blank unless the server is listening on a different port then the firewall definition above).

    The major mistake I notice people new to NATing make (often because consumer grade router bricks hide a lot of this) is to assume the matching destination has to be the internal server IP. It doesn't work because from the outside of your network, all the world sees is your firewall's external IP. NAT effectively hides your network from the world.

    2) I'm assuming the Tivo is on the same network as the rest of your stuff and you don't have an Any/Any/Any firewall rule. If that's correct you need to create an explicit allow rule to permit the outbound traffic, the UTM will permit the returning inbound traffic as it's stateful

    To setup the rule you'd first need to find out online what ports the Tivo uses to connect for updates.

    Once you know that there are two ways to setup the rule. The broader rule  is to setup a firewall allow rule of (source / service / destination) Internal Network / Tivo Ports / Internet. That will allow any internal device to connect to the TiVo update service, useful if your Tivo uses a DHCP assigned address. If however the Tivo has a static address, you can tighten that rule to Tivo Device / Tivo Service / Internet.

    I don't recommend tightening the destination any further as update servers can change IP's occasionally and while Tivo may update your box with new IP's, often times the changes are not publicized, especially if the update servers are prone to attack.
Reply
  • Hi Tramco,

    1) This ones pretty easy.

    Under "Network Protection" >> "NAT" >> "NAT" you want to setup a DNAT (Destination NAT) rule with the following:

    Source: Any
    Service: Your Service (create one defining port 81)
    Destination: External WAN (Address)

    Change the destination to: Your Server's IP
    Change the service to: (Leave blank unless the server is listening on a different port then the firewall definition above).

    The major mistake I notice people new to NATing make (often because consumer grade router bricks hide a lot of this) is to assume the matching destination has to be the internal server IP. It doesn't work because from the outside of your network, all the world sees is your firewall's external IP. NAT effectively hides your network from the world.

    2) I'm assuming the Tivo is on the same network as the rest of your stuff and you don't have an Any/Any/Any firewall rule. If that's correct you need to create an explicit allow rule to permit the outbound traffic, the UTM will permit the returning inbound traffic as it's stateful

    To setup the rule you'd first need to find out online what ports the Tivo uses to connect for updates.

    Once you know that there are two ways to setup the rule. The broader rule  is to setup a firewall allow rule of (source / service / destination) Internal Network / Tivo Ports / Internet. That will allow any internal device to connect to the TiVo update service, useful if your Tivo uses a DHCP assigned address. If however the Tivo has a static address, you can tighten that rule to Tivo Device / Tivo Service / Internet.

    I don't recommend tightening the destination any further as update servers can change IP's occasionally and while Tivo may update your box with new IP's, often times the changes are not publicized, especially if the update servers are prone to attack.
Children
No Data