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

0 Membres et 1 Invité sur ce sujet

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
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 (
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
configure
set firewall source-validation disable
set interfaces ethernet eth0 vif 838 address dhcp
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send vendor-class-identifier "sagem";"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send user-class "\047FSVDSL_livebox.MLTV.softathome.Livebox4";"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send dhcp-client-identifier 1:xx:xx:xx:xx:xx:xx;"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "request subnet-mask, routers, rfc3442-classless-static-routes;"
set interfaces ethernet eth0 vif 838 dhcp-options default-route no-update
set interfaces ethernet eth0 vif 838 dhcp-options default-route-distance 210
set interfaces ethernet eth0 vif 838 dhcp-options name-server update
set interfaces ethernet eth0 vif 838 egress-qos "0:4 1:4 2:4 3:4 4:4 5:4 6:4 7:4"
set interfaces ethernet eth0 vif 840 address 192.168.255.254/24
set interfaces ethernet eth0 vif 840 egress-qos "0:5 1:5 2:5 3:5 4:5 5:5 6:5 7:5"
set protocols igmp-proxy disable-quickleave
set protocols igmp-proxy interface eth0 role disabled
set protocols igmp-proxy interface eth0 threshold 1
set protocols igmp-proxy interface eth0.832 role disabled
set protocols igmp-proxy interface eth0.832 threshold 1
set protocols igmp-proxy interface eth0.838 role disabled
set protocols igmp-proxy interface eth0.838 threshold 1
set protocols igmp-proxy interface eth0.840 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth0.840 role upstream
set protocols igmp-proxy interface eth0.840 threshold 1
set protocols igmp-proxy interface eth1 role disabled
set protocols igmp-proxy interface eth1 threshold 1
set protocols igmp-proxy interface eth2.2 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth2.2 role downstream
set protocols igmp-proxy interface eth2.2 threshold 1
set service nat rule 6020 description "MASQ LiveboxTV to WAN"
set service nat rule 6020 log disable
set service nat rule 6020 outbound-interface eth0.838
set service nat rule 6020 protocol all
set service nat rule 6020 source group network-group corporate_network
set service nat rule 6020 type masquerade
commit
save
) 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é Bbox fibre
  • *
  • Messages: 235
  • 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 (
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
configure
set firewall source-validation disable
set interfaces ethernet eth0 vif 838 address dhcp
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send vendor-class-identifier "sagem";"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send user-class "\047FSVDSL_livebox.MLTV.softathome.Livebox4";"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "send dhcp-client-identifier 1:xx:xx:xx:xx:xx:xx;"
set interfaces ethernet eth0 vif 838 dhcp-options client-option "request subnet-mask, routers, rfc3442-classless-static-routes;"
set interfaces ethernet eth0 vif 838 dhcp-options default-route no-update
set interfaces ethernet eth0 vif 838 dhcp-options default-route-distance 210
set interfaces ethernet eth0 vif 838 dhcp-options name-server update
set interfaces ethernet eth0 vif 838 egress-qos "0:4 1:4 2:4 3:4 4:4 5:4 6:4 7:4"
set interfaces ethernet eth0 vif 840 address 192.168.255.254/24
set interfaces ethernet eth0 vif 840 egress-qos "0:5 1:5 2:5 3:5 4:5 5:5 6:5 7:5"
set protocols igmp-proxy disable-quickleave
set protocols igmp-proxy interface eth0 role disabled
set protocols igmp-proxy interface eth0 threshold 1
set protocols igmp-proxy interface eth0.832 role disabled
set protocols igmp-proxy interface eth0.832 threshold 1
set protocols igmp-proxy interface eth0.838 role disabled
set protocols igmp-proxy interface eth0.838 threshold 1
set protocols igmp-proxy interface eth0.840 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth0.840 role upstream
set protocols igmp-proxy interface eth0.840 threshold 1
set protocols igmp-proxy interface eth1 role disabled
set protocols igmp-proxy interface eth1 threshold 1
set protocols igmp-proxy interface eth2.2 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth2.2 role downstream
set protocols igmp-proxy interface eth2.2 threshold 1
set service nat rule 6020 description "MASQ LiveboxTV to WAN"
set service nat rule 6020 log disable
set service nat rule 6020 outbound-interface eth0.838
set service nat rule 6020 protocol all
set service nat rule 6020 source group network-group corporate_network
set service nat rule 6020 type masquerade
commit
save
) 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: 93
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)
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)
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!