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

TIVO service not connecting

I do not know how to setup (I have version 4) to allow my tivo DVR to access my home network so the tivo service can configure my dvr. Their support says that I need to make sure that certain ports are open, i.e., tcp and UDP port 2190 and TCP ports 8080-8089. Everything else is working fine so what do I need to do?  


This thread was automatically locked due to age.
Parents
  • First, create a network definition for the IP address on your Internal network that your TIVO box is using. Use netmask 32 for this definition.

    Next, you need to define the ports that has to be opened up as services, then you should create a service group called TIVO-Services containing the services that you just defined. Once that is done, create a NAT rule something like this:

    TIVO  Any -> External_Interface__ / TIVO-Services  None mytivo.homelan.com

    In your packet filters, but in a rule for bidirectional access for the port group that you defined. Something like this should work:

    Any  { TIVO-Services }  Any  Allow

    You can create tighter rules than this, by limiting the access to only your TIVO box, but that would require a separate rule for each direction. The above should be sufficient to get you started.  
  • Thanks for the reply but I am stuck at the outset. I do have a definition for Tivo DVR using ip 192.168.1.111 and subnet 255.255.255.255. The ip was assigned by astaro DHCP; I went in to edit the subnet as you suggest to end in .32 and I get error message telling me that I need to enter a valid subnet mask for this ip and gives me an address ending in ".0" which also is not accepted. What do I do?  
Reply
  • Thanks for the reply but I am stuck at the outset. I do have a definition for Tivo DVR using ip 192.168.1.111 and subnet 255.255.255.255. The ip was assigned by astaro DHCP; I went in to edit the subnet as you suggest to end in .32 and I get error message telling me that I need to enter a valid subnet mask for this ip and gives me an address ending in ".0" which also is not accepted. What do I do?  
Children