Pagina 1 van 1
connect to a web server
Geplaatst: 19 mei 2014, 17:36
door jcarlier
I have in my home a server (apache,php,mysql)
I would like connect to it from outside ....
Is somebody can explain me in details the telenet parameters to access my web server..
I know that it s possible to connect to a camera ip from a foreign country....
Many thanks for your answer(s)
Re: connect to a web server
Geplaatst: 19 mei 2014, 18:00
door Loeri
Telenet blocks all ports under 1024.
So you will have to set your webserver to a port above 1024 (8080 for example).
Then go to
http://my.telenet.be and login with your credentials. (Not sure if they support english as i can only see NL and FR)
After that go on the left menu to "Mijn Internet" -> "DRAADLOZE INSTELLINGEN" -> "Geadvanceerd" and then click on the tab: "IPv4 Firewall & Port forwarding".
Here is it on a picture:
https://www.dropbox.com/s/1np9bcfs0jkzi ... orward.png
Then "Begin poort" means Start port and "Eind poort" End port.
Then you have to select "Actief" at "Status", this means that you will activate that rule.
When you finished filling everything in click on the orange button "Wijzigen opslaan" to save and activate the new rules.
If you need more help/translation, feel free to ask!

Re: connect to a web server
Geplaatst: 19 mei 2014, 23:27
door Flippi
Can begin-port and end-port be different?
Re: connect to a web server
Geplaatst: 19 mei 2014, 23:41
door elmariachi2920
begin and end-port is a range
for example, if you enter 8080 as begin port en 8090 as end port, all ports from 8080 to 8090 (included) are open
if you only want 8080 to be open, enter 8080 as begin and end port
Re: connect to a web server
Geplaatst: 20 mei 2014, 12:02
door jcarlier
thanks for your answer..
First , my DMZ is different from yours :
I have Adresse DMZ 192.168.0. 0 (yours : 192.168.
1...) i can't change it
Second,
after introducing all the paramaters:
.. inactiv
.. activ
...activ
dmz 192.168.0.0
192.16.0.135 (pc ip) 8080 8080 beide activ
My ip adress (external) is 94.xxx.xxx.xxx
when i check port (
http://http://www.canyouseeme.org/) with my ip adress 94.xxx.xxx.xxx with port 8080
i got the answer:
Error: I could not see your service on 94.xxx.xxx.xxx on port (8080)
Reason: Connection timed out
samething in
http://www.yougetsignal.com/tools/open-ports/?
Port 8080 is closed on 94.xxx.xxx.xxx
Maybe i have to take another port ???
thanks
Re: connect to a web server
Geplaatst: 20 mei 2014, 12:17
door jcarlier
rectification:
now in
http://www.canyouseeme.org/ , it's ok
but when i launch apache, it crash
This may be due to a blocked port, missing dependencies,
12:16:34 [Apache] improper privileges, a crash, or a shutdown by another method.
Maybe some problems in firewall configuration ...
Re: connect to a web server
Geplaatst: 20 mei 2014, 12:34
door Flippi
elmariachi2920 schreef:begin and end-port is a range
for example, if you enter 8080 as begin port en 8090 as end port, all ports from 8080 to 8090 (included) are open
if you only want 8080 to be open, enter 8080 as begin and end port
Oh, I thought it was to forward for instance internet-ip:8021 to local-ip:21

Re: connect to a web server
Geplaatst: 20 mei 2014, 13:10
door ubremoved_539
Nope... the TN modem/routrer is not capable of rewriting port numbers (ie. source and target should be the same).
Re: connect to a web server
Geplaatst: 20 mei 2014, 14:32
door Loeri
jcarlier schreef:rectification:
now in
http://www.canyouseeme.org/ , it's ok
but when i launch apache, it crash
This may be due to a blocked port, missing dependencies,
12:16:34 [Apache] improper privileges, a crash, or a shutdown by another method.
Maybe some problems in firewall configuration ...
Maybe the port is already in use by a different service?
Re: connect to a web server
Geplaatst: 21 mei 2014, 15:13
door jcarlier
ok
my server apache is connected.. (listen port 8080 and ServerName localhost:8080 in httpd.conf ).
in local :
http://IpadrPC:8080 i am connected
i have a free account in NOIP.com ( hostname : Mypi.xx.me) with ip adr (94.xxx.xx.xx ) Host Type:DNS Host (A)
when i put in my browser :
http://Mypi.xx.me:8080 == nothing
So there always a problem from outside ???
Thanks for your support
Re: connect to a web server
Geplaatst: 21 mei 2014, 19:37
door ubremoved_539
Does the PC running Apache has a firewall ?
Maybe check if non local connections are allowed.