A simple Docker image that transforms your host as an Orange Livebox
1.1K
A simple Docker image that transforms your host into an Orange Livebox, allowing you to bypass the Orange Livebox router and use your own hardware with Orange fiber (FTTH) in France.
This Docker container handles the authentication process with Orange's network infrastructure by:
fti/xxxxxxx and password)docker run -d \
--name livebox \
--privileged \
--network host \
-e FIBER_LOGIN=fti/xxxxxxx \
-e FIBER_PASSWORD=xxxxxxx \
-e LAN_INTERFACE=eth0 \
-e WAN_INTERFACE=eth1 \
-e LAN_SUBNET=192.168.1.0/24 \
raraph84/livebox
| Variable | Default | Description |
|---|---|---|
FIBER_LOGIN | N/A | Your Orange fiber login (format: fti/xxxxxxx) |
FIBER_PASSWORD | N/A | Your Orange fiber password |
LAN_INTERFACE | eth0 | The network interface connected to your local network |
WAN_INTERFACE | eth1 | The network interface connected to the Orange ONT |
LAN_SUBNET | 192.168.1.0/24 | Your local network subnet for NAT masquerading |
MTU | 1500 | MTU for the VLAN interface |
[Your Devices] <---> [LAN Interface] <---> [Docker Host] <---> [WAN Interface] <---> [Orange ONT] <---> [Orange Network]
Make sure your WAN interface is directly connected to the Orange ONT (SFP or Ethernet output).
git clone https://github.com/Raraph84/docker-livebox.git
cd docker-livebox
docker build -t livebox .
--privileged mode to manage network interfaces and iptables rules--network host) is required to access and configure the host's network interfacesSpecial thanks to:
This project is provided as-is for educational and personal use.
Content type
Image
Digest
sha256:fba1ae1d0…
Size
388.1 MB
Last updated
6 months ago
docker pull raraph84/livebox