Skip to content

Commit cc565a2

Browse files
authored
Update Orange FTTH guide to follow the changes in the Orange infrastructure (opnsense#468)
1 parent adfc70e commit cc565a2

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed
-20.7 KB
Loading
23.4 KB
Loading
-14 KB
Loading
-8.52 KB
Loading
-13.4 KB
Loading
44.4 KB
Loading

source/manual/how-tos/orange_fr_fttp.rst

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Orange France FTTP IPv4 & IPv6
22
==============================
33

4-
**Original Author:** Kev Willers
4+
**Authors:** Kev Willers, David Néel
55

66
**Introduction**
77
-----------------
@@ -13,16 +13,24 @@ The guide deals with just the internet connection. Setting up of TV or Phone is
1313
**Getting ready to make the connection**
1414
----------------------------------------
1515

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`
1717

1818
.. image:: images/OF_image0.png
1919
:width: 100%
2020

21-
and the WAN interface assignment should hence look something like this
21+
and the WAN interface assignment should hence look something like this.
2222

2323
.. image:: images/OF_image1.png
2424
:width: 100%
2525

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+
2634
**Configuring the WAN Interface**
2735
---------------------------------
2836

@@ -37,12 +45,14 @@ select options DHCP and DHCPv6 in general configuration
3745
**On the DHCP request it is a requirement to pass the following:**
3846

3947
* dhcp-class-identifier "sagem"
40-
* user-class "+FSVDSL_livebox.Internet.softathome.Livebox3"
48+
* user-class "+FSVDSL_livebox.Internet.softathome.Livebox6"
4149
* option-90 00:00:00:00:00:00:00:00:00:00:00:66:74:69:2f:65:77:74:FF:AB:XX:XX
4250
(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)
4353

4454
.. 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/
4656

4757
These parameters should be passed as comma separated options in the 'Send Options' area of their WAN DHCP request
4858

@@ -60,23 +70,20 @@ These parameters should be passed as comma separated options in the 'Send Option
6070
* domain-search, routers
6171
* domain-name-servers
6272
* option-90
73+
* domain-name
74+
* option-120
75+
* option-125
6376

6477
These parameters should be passed as comma separated options in the 'Request Options' area of their WAN DHCP request
6578

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.
7380

7481
.. image:: images/OF_image4.png
7582
:width: 100%
7683

7784
On the DHCP6 request we need to use raw options
7885

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)'
8087

8188
.. image:: images/OF_image5.png
8289
:width: 100%
@@ -85,13 +92,13 @@ then add the following options in the 'Send Options' field
8592

8693
* ia-pd 0
8794
* raw-option 6 00:0b:00:11:00:17:00:18
88-
* raw-option 15 00:2b:46:53:56:44:53:4c:5f:6c:69:76:65:62:6f:78:2e:49:6e:74:65:72:6e:65:74:2e:73:6f:66:74:61:74:68:6f:6d:65:2e:6c:69:76:65:62:6f:78:33
95+
* raw-option 15 00:2b:46:53:56:44:53:4c:5f:6c:69:76:65:62:6f:78:2e:49:6e:74:65:72:6e:65:74:2e:73:6f:66:74:61:74:68:6f:6d:65:2e:4c:69:76:65:62:6f:78:36
8996
* raw-option 16 00:00:04:0e:00:05:73:61:67:65:6d
9097
* raw-option 11 00:00:00:00:00:00:00:00:00:00:00:66:74:69:2f:65:77:74:FF:AB:XX:XX
9198
(hex conversion of the the userid supplied by Orange which looks like fti/xxxxxxx)
9299

93100
.. Note::
94-
The eleven leading hex 00 pairs to be prefixed to the converted userID
101+
Use the exact same chain for IPv6 raw-option 11 and IPv4 option-90
95102

96103
Finally set the Identity Association and Prefix interface as shown
97104

@@ -120,4 +127,11 @@ Finally, set the Track IPv6 Interface to WAN and set the IPv4 address to your ch
120127

121128
Click ‘Save’ and then ‘Apply’.
122129

130+
Select :menuselection:`Services --> Router Advertisements` On the Lan interface and set as below (use any IPv6 DNS)
131+
132+
.. image:: images/OF_image9.png
133+
:width: 100%
134+
135+
Click ‘Save’
136+
123137
It is advisable at this point to reboot the system.

0 commit comments

Comments
 (0)