NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

PCCourtois's avatar
PCCourtois
Aspirant
Mar 09, 2021
Solved

Routeur SRX5308 et Orange TV ( sagem UHD94 )

* Préalable : Ne me demandez pas pourquoi ni comment avec du WIFI, etc ... ...   Voila j' aimerai tout simplement faire passer le flux TV orange d' une façon "intelligente"    VLan , IGMPProxy ? ...
  • PCCourtois's avatar
    PCCourtois
    Mar 13, 2021

    Avec un boitier OpenWrt cela fonctionne en "shuntant" le routeur sans que cela cause des perturbations 

    J' ai ajouté le package isc-dhcp-relay-ipv4

    Création d' un VLAN 3 IPTV sur un le port 4 du boitier

    Création d' une interface IPTV qui "bridge" le wan le le VLAN 3  ip "bidon" 

    Maintenant le boitier a une adresse IP attribuée par la Livebox 5 et la tv fonctionne

     

    fichier dhcrelay 
    config dhcrelay ipv4
    option 'enabled' '0'

    # IP address of the server
    option 'dhcpserver' '192.168.1.1'

    # network interfaces to listen on (e.g. lan or wan)
    option 'interfaces' 'wan'
    option 'upstream_interfaces' 'IPTV'
    option 'downstream_interfaces' 'WAN'

    # What to do about packets that already have a relay option:
    # 'append': Forward and append our own relay option
    # 'replace': Forward, but replace theirs with ours (default)
    # 'forward': Forward without changes
    # 'discard': Don't forward
    option 'relay_mode' ''

    # enable RFC3527 link selection sub-option and use the IP address of
    # the specified network interface as "uplink" IP address (e.g. wan)
    option 'link_selection' ''

    config dhcrelay ipv6
    # option dhcpserver '2001:db8:1::1'
    option upper 'eth1'
    list lower 'eth0.2'
    list lower 'eth0.3'

     

NETGEAR Academy

Améliorez vos compétences avec la Netgear Academy - Formez-vous, certifiez-vous et restez à la pointe de la technologie Netgear !

Rejoignez-nous!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More