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

T-Home Entertain / IPTV

Hi,

ich habe heute T-Home Entertain erhalten. Jetzt habe ich ein kleines Problem, das Fernsehen funktioniert soweit, allerdings bleibt der Stream nach ein paar Sekunden hängen. Umschalten auf den nächsten Sender und ich habe wieder ein paar Sekunden. Man könnte das Power Zapping nennen! [;)] Die Hotline sagt ist ein unsupportetes Gerät, Auskünfte über Ports können leider nicht weitergegeben werden, nicht für Endkunden bestimmt.

Das Streaming läuft ja über UDP Ports. Hat das jemand am laufen? Ich setze die aktuelle Beta ein mit Kernel Mode pppoe.

Bin über jeden Tipp dankbar und werde mich mal weiter ans Debugging machen...

Danke!

MfG, Mario


This thread was automatically locked due to age.
Parents
  • Die config sieht folgendermaßen aus:

    ## This sample configuration assumes your PPP is on eth0
    
    ## And your internal network is 192.168.1.0/24
    ## with just ONE single receiver on 192.168.1.61

    ##------------------------------------------------------
    ## Enable Quickleave mode (Sends Leave instantly)
    ##------------------------------------------------------
    quickleave

    ##------------------------------------------------------
    ## Configuration for Upstream Interface
    ##------------------------------------------------------

    # Set this to the VLAN interface your PPP is running on

    phyint ppp0 upstream ratelimit 0 threshold 1

    # These are the T-Home Entertain networks
    altnet 239.35.0.0/8
    altnet 217.0.119.0/24
    altnet 193.158.35.0/24

    # Only one of the below config lines should be enabled!
    # Set this to your receiver network
    altnet 192.168.3.0/24
    # If it's only ONE receiver you can use
    # altnet 192.168.1.61/32

    ##------------------------------------------------------
    ## Configuration for Downstream Interface
    ##------------------------------------------------------

    # Set this to the interface for your receiver network
    # (usually your internal network adapter)

    phyint eth6 downstream ratelimit 0 threshold 1

    # Only one of the below config lines should be enabled!
    # Set this to your receiver network
    altnet 192.168.3.0/24
    # If it's only ONE receiver you can use
    # altnet 192.168.1.61/32

    ##------------------------------------------------------
    ## Configuration for Disabled Interfaces
    ##------------------------------------------------------
    ##
    ## You have to disable EVERY interface that is not involved!
    ## Usually it will be every network that ifconfig -a shows
    ## except yor VLAN8 interface!

    # phyint eth7.7 disabled
    phyint eth7 disabled
    phyint eth0 disabled
    phyint eth1 disabled
    phyint eth2 disabled
    phyint eth3 disabled
    phyint eth4 disabled
    phyint eth5 disabled
    phyint tun0 disabled
    phyint lo disabled
    # phyint ppp0 disabled
     

    Ich bin mittlerweile so verzweifelt das ich schon drüber nachdenke einen zweiten Internetanschluss zu beauftragen.
Reply
  • Die config sieht folgendermaßen aus:

    ## This sample configuration assumes your PPP is on eth0
    
    ## And your internal network is 192.168.1.0/24
    ## with just ONE single receiver on 192.168.1.61

    ##------------------------------------------------------
    ## Enable Quickleave mode (Sends Leave instantly)
    ##------------------------------------------------------
    quickleave

    ##------------------------------------------------------
    ## Configuration for Upstream Interface
    ##------------------------------------------------------

    # Set this to the VLAN interface your PPP is running on

    phyint ppp0 upstream ratelimit 0 threshold 1

    # These are the T-Home Entertain networks
    altnet 239.35.0.0/8
    altnet 217.0.119.0/24
    altnet 193.158.35.0/24

    # Only one of the below config lines should be enabled!
    # Set this to your receiver network
    altnet 192.168.3.0/24
    # If it's only ONE receiver you can use
    # altnet 192.168.1.61/32

    ##------------------------------------------------------
    ## Configuration for Downstream Interface
    ##------------------------------------------------------

    # Set this to the interface for your receiver network
    # (usually your internal network adapter)

    phyint eth6 downstream ratelimit 0 threshold 1

    # Only one of the below config lines should be enabled!
    # Set this to your receiver network
    altnet 192.168.3.0/24
    # If it's only ONE receiver you can use
    # altnet 192.168.1.61/32

    ##------------------------------------------------------
    ## Configuration for Disabled Interfaces
    ##------------------------------------------------------
    ##
    ## You have to disable EVERY interface that is not involved!
    ## Usually it will be every network that ifconfig -a shows
    ## except yor VLAN8 interface!

    # phyint eth7.7 disabled
    phyint eth7 disabled
    phyint eth0 disabled
    phyint eth1 disabled
    phyint eth2 disabled
    phyint eth3 disabled
    phyint eth4 disabled
    phyint eth5 disabled
    phyint tun0 disabled
    phyint lo disabled
    # phyint ppp0 disabled
     

    Ich bin mittlerweile so verzweifelt das ich schon drüber nachdenke einen zweiten Internetanschluss zu beauftragen.
Children
No Data