Auteur Sujet: Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)  (Lu 307911 fois)

0 Membres et 2 Invités sur ce sujet

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #372 le: 28 septembre 2018 à 18:42:37 »
So I ran into these errors when I ran the script. Is there a parameter I forgot to set in the controller?




ybizeul

  • Abonné Free fibre
  • *
  • Messages: 156
  • Le Chesnay (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #373 le: 28 septembre 2018 à 19:12:22 »
The script should be fixed, I think it’s missing intermediate commits because some stuff don’t exists if you try to commit everything at the same time. Try to just rerun the script, that’s usually the ugly fix.

ybizeul

  • Abonné Free fibre
  • *
  • Messages: 156
  • Le Chesnay (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #374 le: 28 septembre 2018 à 22:25:32 »
So I looked at the script, I think the problem lies in the fact that rules are created against an interface that's not up or doesn't exists.

I think we should commit before creating the igmp proxy rules.

In your script () that would mean :
[...]
set interfaces ethernet eth0 vif 840 egress-qos "0:5 1:5 2:5 3:5 4:5 5:5 6:5 7:5"

commit

set protocols igmp-proxy disable-quickleave
[...]

@mike78530, thoughts?

Dude

  • Abonné Orange Fibre
  • *
  • Messages: 1
  • Paris 20 (75)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #375 le: 29 septembre 2018 à 02:50:53 »
Bonsoir à tous,

Il est bientôt 3h du matin, après 5h de galère j'ai enfin compris grâce à ce sujet que plus rien de fonctionnait à cause du changement de mot de passe d'Orange.

Merci à tous ceux qui participent à ce forum et qui m'ont permis d'enfin aller me coucher !

Bonne nuit !

mike78530

  • Abonné Orange Fibre
  • *
  • Messages: 232
  • Toussus-le-Noble (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #376 le: 29 septembre 2018 à 08:34:10 »
So I looked at the script, I think the problem lies in the fact that rules are created against an interface that's not up or doesn't exists.

I think we should commit before creating the igmp proxy rules.

In your script () that would mean :
[...]
set interfaces ethernet eth0 vif 840 egress-qos "0:5 1:5 2:5 3:5 4:5 5:5 6:5 7:5"

commit

set protocols igmp-proxy disable-quickleave
[...]

@mike78530, thoughts?

i don't know why it's not working.

I remember during my test that i had to launch the script twice or even take line by line and do commit/save after 3-4 lines to identify where the issue could be.

But every line was good so i don't look further


thefa

  • Abonné Orange Fibre
  • *
  • Messages: 89
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #377 le: 29 septembre 2018 à 13:13:36 »
Merci Mike d'avoir updaté les infos de connection en quasi direct live... Je suis de nouveau connecté...

Cuteshelly

  • Expert WDM ALU
  • Abonné Orange Fibre
  • *
  • Messages: 15
  • Lyon
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #378 le: 29 septembre 2018 à 18:18:42 »
Pareil, merci beaucoup  ;)

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #379 le: 29 septembre 2018 à 18:35:48 »
I ran the script a couple times as suggested, and the errors went away. Funny solution, haha!

So the TV guide is working, as well as the replay, but I get no IPTV stream. Did the authentication string change as well for the TV? I'm also seeing a lot of ip routes, is this normal?


ybizeul

  • Abonné Free fibre
  • *
  • Messages: 156
  • Le Chesnay (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #380 le: 29 septembre 2018 à 18:45:52 »
Yes these routes are normal and announced by the TV dhcp server if I’m not mistaken, not all of them but some. Can you show your igmp proxy settings ?

ybizeul

  • Abonné Free fibre
  • *
  • Messages: 156
  • Le Chesnay (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #381 le: 29 septembre 2018 à 18:47:23 »
IGMP snooping testé avec succès ! A ajouter dans le tuto pour les réglages du LAN des livebox TV ?

ybizeul

  • Abonné Free fibre
  • *
  • Messages: 156
  • Le Chesnay (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #382 le: 29 septembre 2018 à 18:55:58 »
@jonlprd also did you disable source validation ?

configure
set firewall source-validation disable
commit
« Modifié: 29 septembre 2018 à 20:55:37 par ybizeul »

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #383 le: 29 septembre 2018 à 20:09:48 »
@ybizeul Ah! Thank you for reminding me to add this parameter! The IPTV is functioning perfectly now, I'm very happy! :)

So when the IPTV is running, and I connect a new device to the network, the device gets assigned a strange IP like 169.254.226.224, and the subnet changes to 255.255.0.0. It's really strange. How can I show you my IGMP proxy settings?

I am going to try to get my IPv6 working now!