Skip to content

Instantly share code, notes, and snippets.

@gileri
Created June 24, 2018 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gileri/6c7de228f4ce59a7e2657a834dd6a497 to your computer and use it in GitHub Desktop.
Save gileri/6c7de228f4ce59a7e2657a834dd6a497 to your computer and use it in GitHub Desktop.
Configuration OpenWRT pour IPv6 Orange via ONT, en remplacement d'une Livebox V3
config interface 'WAN6'
option ifname 'eth1.832' # Utiliser le VLAN 832
option _orig_ifname 'eth1.832'
option _orig_bridge 'false'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
# option 16 : Vendor Class, valeur spécifique au fabricant Sagem
# option 15 : User Class. Sur la version "mainline" (intégrée à OpenWRT/LEDE au 2018-02-24, puis dans Turris-OS le 2018-03-27), doit être spécifié en texte simple, dans les anciennes version patchées, cette valeur doit être renseignée en hexa comme les autres
# option 11 : Authentification. Correspond à 00:00:00:00:00:00:00:00:00:00:00 + identifiant Orange en hexadécimal (fti/xxxxx). Attention à la casse
option sendopts '16:00:00:04:0e:00:05:73:61:67:65:6d 15:FSVDSL_livebox.Internet.softathome.Livebox3 11:00:00:00:00:00:00:00:00:00:00:00:66:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx'
# Je sais plus ce que c'est.
option reqopts '0x01 0x03 0x06 0x0F 0x1C 0x33 0x3A 0x3B 0x5A 0x77 0x78 0x7D'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment