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

0 Membres et 1 Invité sur ce sujet

mike78530

  • Abonné Orange Fibre
  • *
  • Messages: 232
  • Toussus-le-Noble (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #168 le: 22 mai 2018 à 20:16:00 »
je comprends pas ce soir  >:(

j'ai appliqué le patch à la main pour contrôler les modifs et quand je fais la même manip (enfin c'est ce que je crois) qu'hier ca marche pas, j'ai ça:

root@debian-mips:/test/dhclient-or# autoreconf
configure.ac:5: required file `./install-sh' not found
configure.ac:5:   `automake --add-missing' can install `install-sh'
configure.ac:5: required file `./missing' not found
configure.ac:5:   `automake --add-missing' can install `missing'
client/Makefile.am: required file `./depcomp' not found
client/Makefile.am:   `automake --add-missing' can install `depcomp'
autoreconf: automake failed with exit status: 1

impossible d'aller plus loin :o

pareil si je lance
autoconf
déjà je suis étonné qu'un simple ./configure ne marche out of the box de l'archive (c'est ce que préconise le readme)

zoc, quel est ta démarche pour avoir généré ton dhclient ? ca m'interesse car je suis tellement noob que je craque devant google

Merci pour ton aide  8)

zoc

  • Abonné Orange Fibre
  • *
  • Messages: 4 258
  • Antibes (06) / Mercury (73)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #169 le: 22 mai 2018 à 20:23:03 »
J’avoue que je ne m’en souviens plus très bien

De mémoire il me semble que j’avais commencé par compiler le paquet original (qui génère un .deb, à chaque fois je dois googleiser pour retrouver comment on fait), puis j’ai appliqué mon patch et uniquement refait un « make »...

mike78530

  • Abonné Orange Fibre
  • *
  • Messages: 232
  • Toussus-le-Noble (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #170 le: 22 mai 2018 à 20:34:59 »
J’avoue que je ne m’en souviens plus très bien

De mémoire il me semble que j’avais commencé par compiler le paquet original (qui génère un .deb, à chaque fois je dois googleiser pour retrouver comment on fait), puis j’ai appliqué mon patch et uniquement refait un « make »...

C’est pas pour dibbler ça ?

zoc

  • Abonné Orange Fibre
  • *
  • Messages: 4 258
  • Antibes (06) / Mercury (73)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #171 le: 22 mai 2018 à 21:06:42 »
Euh non, l'archive fournie par Ubiquiti permet de compiler un .deb aussi...

mike78530

  • Abonné Orange Fibre
  • *
  • Messages: 232
  • Toussus-le-Noble (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #172 le: 22 mai 2018 à 21:13:50 »
Euh non, l'archive fournie par Ubiquiti permet de compiler un .deb aussi...

ah ok, sinon je viens de trouver mon erreur, j'avais 2 images de debian et j'ai chargé la mauvaise sans les librairies  >:( >:( >:(

du coup j'ai chargé la bonne image et je fais :
autoreconf -f -i -Wall,no-obsolete./configuremake
 8)

bon je sais pas si le fichier marche ^^

tetsuhito

  • Abonné Orange Fibre
  • *
  • Messages: 65
  • versailles 78
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #173 le: 26 juin 2018 à 11:37:33 »
Je voudrais faire la maj de l'USG, mais je voudrais etre sur d'avoir tout compris
déjà mon installation c'est


                            >>>>cloudkey (controleur)
USG>>>>>switch>>>>PC
                           >>>>AUP-pro


Quand je lance la maj de l'USG je doit le reconfigurer
donc je dois faire a nouveau
Citer
1.  remplacer
   •   dhclient3
   •   rfc3442-classless-routes

2.   Connectez-vous en root via SSH.
3.   Remplacer dhclient3 dans le répertoire /sbin/ et s'assurer que le propriétaire est root, groupe root, droits 755
4.   Copier le fichier rfc3442-classless-routes dans le répertoire /etc/dhcp3/dhclient-exit-hooks.d et s'assurer que le propriétaire est root, groupe root, droits 755
5.   Modifier le fichier /opt/vyatta/sbin/vyatta-interfaces.pl

Il faut rechercher la ligne
$output .= "option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;\n\n"
rajouter juste au-dessous
$output .= "option rfc3118-auth code 90 = string;\n\n";

Le résultat doit donner ça :
Code: [Sélectionner]
$output .= "option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;\n\n";
$output .= "option rfc3118-auth code 90 = string;\n\n";

sauvegardez

6.   Maintenant redémarrer l'USG

c'est tout ?
il va bien faire son provisioning tout seul sur le controleur ?

                           

mike78530

  • Abonné Orange Fibre
  • *
  • Messages: 232
  • Toussus-le-Noble (78)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #174 le: 26 juin 2018 à 21:38:06 »
Je voudrais faire la maj de l'USG, mais je voudrais etre sur d'avoir tout compris
déjà mon installation c'est


                            >>>>cloudkey (controleur)
USG>>>>>switch>>>>PC
                           >>>>AUP-pro


Quand je lance la maj de l'USG je doit le reconfigurer
donc je dois faire a nouveau
c'est tout ?
il va bien faire son provisioning tout seul sur le controleur ?

                         

C'est bien ca

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #175 le: 10 juillet 2018 à 17:41:37 »
Hey everyone!

Since there have been a couple major updates to the USG and Controller software, I was wondering if the Internet part and IPv6 part could be configured with the GUI? We might be able to avoid using dibbler-client for the IPv6 configuration, and just use the native IPv6 parameters in the GUI.

Here are the versions I'm using:
USG: 4.4.22
Cloud Key Controller: 5.8.24

Ill attach some screenshots of the new IPv6 parameters in the GUI.

What are your thoughts?

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #176 le: 10 juillet 2018 à 17:43:09 »
Also, noob question, are we communicating with Orange via PPoE or DHCP?

zoc

  • Abonné Orange Fibre
  • *
  • Messages: 4 258
  • Antibes (06) / Mercury (73)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #177 le: 10 juillet 2018 à 18:03:58 »
We might be able to avoid using dibbler-client for the IPv6 configuration, and just use the native IPv6 parameters in the GUI.
No.

Some parameters are still missing in the GUI and by the way not supported by the DHCP6-PD client. In fact USG runs the same firmware as Edge routers, but a « step behind ». It means that everything not possible on EdgeRouters is not also on USG.

As long as Ubiquiti uses wide-dhcp6 as the DHCP6-PD client, it will be impossible to use it to have IPv6 working on Orange’s infrastructure.

For IPv4, Orange is generally using DHCP, the exception being Pro contracts with fixed IPv4 address (and in that case IPv6 is not available at all).

jonlprd

  • Abonné Orange Fibre
  • *
  • Messages: 66
  • Antony (92)
    • Personal Blog
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #178 le: 10 juillet 2018 à 18:19:48 »
No.

Some parameters are still missing in the GUI and by the way not supported by the DHCP6-PD client. In fact USG runs the same firmware as Edge routers, but a « step behind ». It means that everything not possible on EdgeRouters is not also on USG.

As long as Ubiquiti uses wide-dhcp6 as the DHCP6-PD client, it will be impossible to use it to have IPv6 working on Orange’s infrastructure.

For IPv4, Orange is generally using DHCP, the exception being Pro contracts with fixed IPv4 address (and in that case IPv6 is not available at all).

Hello @zoc ! Thank you for your quick response :)

Ok, thanks for clearing that up for me. So is there any way we can configure the standard IPv4 internet with the GUI? I know have to authorise the USG with our fti/indentifant in order to speak with Orange.

I'm trying to move away from the cli so that I can configure more options through the GUI.  When we use the CLI commands, it generates a config.boot.json file. The GUI is not aware of this config.boot.json file, so any parameters we define via the CLI will not show inside the GUI (which can sometimes cause conflicts when you provision your USG).

Thanks again for your help!

fred31

  • Abonné Orange vdsl
  • *
  • Messages: 19
  • Grenade (31)
Le guide complet pour USG/USG PRO (Internet, TV, Livebox & IPV6)
« Réponse #179 le: 14 juillet 2018 à 10:45:54 »
Bonjour,

Possesseur d'un USG pro, j'ai suivi le tuto et j'ai bien accès à Internet ainsi qu'au replay TV, mais je n'arrive pas à avoir accès aux chaînes - ce qui devrait circuler sur le VLAN 840 si j'ai bien compris.

Mon réseau LAN est sur un switch Unifi 24 ports, et mon uplink est le port LAN1 sur l'USG pro. La box internet est branchée sur le port WAN1 (je suis en VDSL, pas d'accès fibre pour le moment). Sur mon switch, j'ai créé un VLAN (254) dédié pour le décodeur TV et j'ai bien mis un serveur DHCP dans ce VLAN afin que le décodeur récupère son IP, ce qui est le cas. Je répète que j'arrive bien à accéder aux émissions en replay, mais pas en direct.

Je ne veux utiliser le décodeur TV que pour permettre à mes enfants d'accéder aux chaînes Disney, aussi je n'ai pas branché l'antenne TNT sur le décodeur.

Un "show interfaces" montre bien que le VLAN 838 récupère une IP sur le réseau 10.X, et le VLAN 840 a été configuré avec une IP bidon 192.168.255.254, comme recommandé par le tuto.

Une idée pourquoi je ne récupère pas le flux TV live ?

Merci beaucoup.