Hi, following my tutorial on installing a printer on to your Livebox, here’s a tutorial on setting up port forwarding on your Livebox.
You can use port forwarding for a number of reasons – maybe you want to use a web server from home, or set up a game server.
Here’s how you do it.
- Go to “configuration.adsl” or 192.168.1.1 in your web browser
- On the left hand side, there is a menu of options. Go to Configuration > Advanced> Router
- You’ll get the “Port forwarding” screen
- To add a new service, click “add”
- You can choose from the pre-configured services from the dropdown list, or select the “Manual Service” radio button and type a meaningful name for the new service (without spaces or special characters), for example “bf1942? or “webserver”.
- You will need to choose “TCP” from the protocol dropdown
- Type in the port that people will use to access the server externally. If you have more than one port with the same value, this is very useful. For example if you already have a web server set up on port 80, you can choose 8080 or 81 for the new port. Of course this is entirely up to you!
- The internal port is the port which the traffic will be accepted on on your host machine, usually this can’t be changed. For more information contact your software vendor or read the manual.
- Apache or IIS = 80
- FTP = 21
- Secure Server = 443
- Finally type the Internal IP Address of the server which will be running the program. The external IP address will always be what your Livebox address is.
11 responses so far ↓
1 Tom Hallam UK » Blog Archive » Forwarding a port with a Livebox // Jul 18, 2007 at 3:59 pm
[...] http://livebox.tomhallam.co.uk/tutorials/port-forwarding-on-your-orange-livebox.html [...]
2 Using your home computers as web servers with Livebox // Mar 31, 2008 at 12:18 pm
[...] Port forwarding on your Orange Livebox [...]
3 Someonelse // Jul 27, 2008 at 1:30 am
Hello Peeps,
I have an Orange livebox communicating via wireless with my mobile.
I also have a PC this is intended for us solely for music composition- Protools, Cubase etc- not internet due to past trojans etc which- like every other pc problem I get, always demands- on advice- total clean re install.
I would like to have my telephone- the landline or the second line able to call up on my pc, so that I could record interviews with people in distant countries for subsequent re transmission .
I can do his via Skype, butwish to do it with my BT phone line in.
Also. since need to occasionally connect my PC to the net for upgrades and such, is there some way one can connect say direct -PC/ Livebox, via the supplied/ redundant -modem cable?
Am not at all techy and read the information about using pc/livebox as a server or whatever, but the words – no doubt very wise and written by someone of monumental intellect-did not make sense to my tiny brain and I havn’t a clue what it was all about.
Thanks for your attention.
4 Josh // Jan 22, 2009 at 12:23 am
Hello,
Does anyone know if it is possible to forward more the 2 ports on ftp with the live box?
Also I would like to forward (FTPS)SSL ports, but there doesn’t seem to be an option in the drop down list, anyone know if it is possible to do this with the livebox?
thanks
5 Asiriya // Mar 7, 2009 at 10:30 am
I’ve forwarded my ports, but find that after two or three weeks the ports will no longer forward properly. Do you know why this might be?
6 Brian // Mar 11, 2009 at 11:40 am
Is it easy to connect a Blueray DVD Player to the Live box?
7 Stupid Connection Problem // May 15, 2009 at 3:27 am
[...] Okay, try these three guides in this order. The first might get you connected right away, but do the other two because it will make your connection work much better. Replacement of gnutella.net file Port Forwarding Progression – Read this first! Port forwarding on your Orange Livebox [...]
8 Martin // Nov 19, 2009 at 6:27 pm
I have a Livebox installed by Orange.fr and as you can probably guess I can get no answer from them as to why I cannot send emails via Outlook. It is a setting but I can’t find out which one. Can anyone help?
9 james // Dec 6, 2009 at 6:39 pm
when i try to access the site it asks for a username and password which i was never given. any suggestions?
10 Good luck // Jan 4, 2010 at 5:33 pm
Martin, you are SOL with Orange and Outlook.
Same deal here, no matter which port I use 25, 465, 587, or even a non-standard port to my mail server, Orange blocks it.
If you attempt to send email using a non-orange smtp server, they block it; if you attempt to send email using an orange smtp server, then you must authenticate using your Orange email address.
Great, so when I send business email and want the recipient to reply to my non-orange business email address, it looks like it’s a no go, absurd, I have never encountered this crap before, have always been able to relay via the ISP smtp server.
Trying to SSH port forward 25 on my Linux mail server to localhost on my orange connected computer, but still no luck, the f-ers!
11 Solution Exists, but Good luck // Jan 4, 2010 at 5:55 pm
Martin, Orange and Outlook is a tough combo.
Same deal here, no matter which port I tried 25, 465, 587, or even a non-standard port to my mail server, Orange blocked it.
If you attempt to send email using a non-orange smtp server, they block it; if you attempt to send email using an orange smtp server, then you must authenticate using your Orange email address (which means recipients will reply to your Orange email address, not at all desirable for my business needs)
For business owners who want to send outgoing emails from a non-orange based email address, the “only” way I have found that works is to use SSH port forwarding. Most people will have zero idea what this means and probably not an available option. Anyway for the techies out there who have their email running on a Linux box, do the following:
ssh -L 587:localhost:587 user@yourIPaddress
Can try on standard smtp port 25 as well. Then all you have to do it set the smtp server to localhost in your email client (since you are forwarding the remote Linux smtp onto your local computer which gets around the Orange smtp blocker)
Voila, it works, thank god! Spent hours troubleshooting this, and can now stop wasting time working in webmail….
Leave a Comment