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.  
  • [ QUOTE ]
    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.

    THIS IS DONE

    Next, you need to define the ports that has to be opened up as services, 

    I DEFINED ONE AS: TIVO  tcp/udp    1024:65535   2190
    BUT HOW DO I SET UP A DEFINITION FOR: TCP ports 8080-8089?

    then you should create a service group called TIVO-Services containing the services that you just defined. 

    DONE

    Once that is done, create a NAT rule something like this:

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

    HOW DO I DO THIS?

    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

    DONE

    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.    
  • [ QUOTE ]
    I DEFINED ONE AS: TIVO  tcp/udp    1024:65535   2190
    BUT HOW DO I SET UP A DEFINITION FOR: TCP ports 8080-8089?

    [/ QUOTE ] Create the services as follows:

    VIVO-8080  tcp  1024:65535   8080
    VIVO-8081  tcp  1024:65535   8081
    VIVO-8082  tcp  1024:65535   8082
    etc.

    [ QUOTE ]
    Once that is done, create a NAT rule something like this:

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

    HOW DO I DO THIS?

    [/ QUOTE ]In Webadmin, you go into Networks --> NAT/Masquerading, create a new rule and add it.

    Name: TIVO
    Rule type: DNAT/SNAT
    Source address: Any
    Destination address: External_Interface
    Service: TIVO-Service
    Change source to: --> Address:  No change
    Change destination to: -->  Address: 
    Service destination: No change

    That will create the NAT rule that I specified in my initial memo.  


  • [/ QUOTE ]In Webadmin, you go into Networks --> NAT/Masquerading, create a new rule and add it.

    Name: TIVO
    Rule type: DNAT/SNAT
    Source address: Any
    Destination address: External_Interface
    Service: TIVO-Service
    Change source to: --> Address:  No change
    Change destination to: -->  Address: 
    Service destination: No change

    That will create the NAT rule that I specified in my initial memo.   

    [/ QUOTE ]

    I WENT TO DEFINITIONS AND CANNOT FIND ONE FOR  "External_interface" for the destination address. What does this look like in the setup?

      
Reply


  • [/ QUOTE ]In Webadmin, you go into Networks --> NAT/Masquerading, create a new rule and add it.

    Name: TIVO
    Rule type: DNAT/SNAT
    Source address: Any
    Destination address: External_Interface
    Service: TIVO-Service
    Change source to: --> Address:  No change
    Change destination to: -->  Address: 
    Service destination: No change

    That will create the NAT rule that I specified in my initial memo.   

    [/ QUOTE ]

    I WENT TO DEFINITIONS AND CANNOT FIND ONE FOR  "External_interface" for the destination address. What does this look like in the setup?

      
Children
No Data