You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/manual/how-tos/orange_fr_fttp.rst
+29-15Lines changed: 29 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Orange France FTTP IPv4 & IPv6
2
2
==============================
3
3
4
-
**Original Author:** Kev Willers
4
+
**Authors:** Kev Willers, David Néel
5
5
6
6
**Introduction**
7
7
-----------------
@@ -13,16 +13,24 @@ The guide deals with just the internet connection. Setting up of TV or Phone is
13
13
**Getting ready to make the connection**
14
14
----------------------------------------
15
15
16
-
Orange requires that the WAN is configured over VLAN 832. So the first step is to set up the VLAN on the intended WAN nic as shown below
16
+
Orange requires that the WAN is configured over VLAN 832. So the first step is to set up the VLAN on the intended WAN nic as shown below:menuselection:`Interfaces --> Other Types --> VLAN`
17
17
18
18
.. image:: images/OF_image0.png
19
19
:width:100%
20
20
21
-
and the WAN interface assignment should hence look something like this
21
+
and the WAN interface assignment should hence look something like this.
22
22
23
23
.. image:: images/OF_image1.png
24
24
:width:100%
25
25
26
+
Finally, set the DUID for IPv6 WAN interface :menuselection:`Interfaces --> Settings`
27
+
28
+
.. image:: images/OF_image1.1.png
29
+
:width:100%
30
+
31
+
.. Note::
32
+
You can use the mac address of the WAN interface (not necessarily the Livebox MAC address) - 00:03:00:01:01:XX:XX:XX:XX:XX:XX where XX is the MAC address
33
+
26
34
**Configuring the WAN Interface**
27
35
---------------------------------
28
36
@@ -37,12 +45,14 @@ select options DHCP and DHCPv6 in general configuration
37
45
**On the DHCP request it is a requirement to pass the following:**
(hex conversion of the the userid supplied by Orange which looks like fti/xxxxxxx)
51
+
* dhcp-client-identifier 01:XX:XX:XX:XX:XX:XX
52
+
(you MUST use the same MAC address for the XX:XX as the one use for the DUID above)
43
53
44
54
.. Note::
45
-
The eleven leading hex 00 pairs to be prefixed to the converted userID
55
+
You can use this tool to generate the option-90 chain : https://jsfiddle.net/kgersen/3mnsc6wy/
46
56
47
57
These parameters should be passed as comma separated options in the 'Send Options' area of their WAN DHCP request
48
58
@@ -60,23 +70,20 @@ These parameters should be passed as comma separated options in the 'Send Option
60
70
* domain-search, routers
61
71
* domain-name-servers
62
72
* option-90
73
+
* domain-name
74
+
* option-120
75
+
* option-125
63
76
64
77
These parameters should be passed as comma separated options in the 'Request Options' area of their WAN DHCP request
65
78
66
-
Now for the regional specific part.
67
-
68
-
Some areas of France require that the DHCP and DHCP6 requests are made with a VLAN-PCP of 6. If you are in one of these regions then
69
-
this can be done via 'Use VLAN priority' interface settings. Make sure to set this for both DHCP and DHCP6 at the same time.
70
-
71
-
.. Note::
72
-
The vlan-parent is the physical WAN interface - igb0, em0 etc.
79
+
Orange require that the DHCP and DHCP6 requests are made with a VLAN-PCP of 6. This can be done via 'Use VLAN priority' interface settings. Make sure to set this for both DHCP and DHCP6 at the same time.
73
80
74
81
.. image:: images/OF_image4.png
75
82
:width:100%
76
83
77
84
On the DHCP6 request we need to use raw options
78
85
79
-
Firstly select 'Advanced' and your region needs a VLAN-PCP set it via 'Use VLAN priority'
86
+
Firstly select 'Advanced' and set 'Use VLAN priority' to 'Internetwork Control (6)'
80
87
81
88
.. image:: images/OF_image5.png
82
89
:width:100%
@@ -85,13 +92,13 @@ then add the following options in the 'Send Options' field
0 commit comments