1
1
I have an Apache Web Server correctly installed on my PC, wich has a fixed local IP of 192.168.1.2. If I do localhost, 127.0.0.1 or 192.168.1.2 the Apache show his initial page.
Now I want to access this web server from any place on web. I know my external IP (it's dynamic, but this is not problem now), but when I use "http://myexternalIP" I'm seeing the configuration page of my router and not my Apache web server.
I've done some things to solve this, but to not induce your answers please consider that this is my only question :) As soon I do tests I'll tell more information.
There are any ways to do that?
Hello, some new informations...
Now i have made some Firewall (Windows firewall) rules to allow input traffic (TCP and UDP) on port 8080. My router is forwarding this port. I used this service (http://www.yougetsignal.com/tools/open-ports/) to check my 8080 port and there says "Port 8080 is open on ."
But, accessing the :8080 i get Error on loading page. And now? Some Ideas?
It is time to learn about port forwarding, amigo.
– Matt Ball – 2011-11-05T01:05:45.187Yep, it's port forwarding that you need. Also, the fact that anyone in the world can see your router's configuration page is not good. You shouldn't have things configured such that you can access that from the WAN side or your network (or at least not without going to great lengths to secure it) – None – 2011-11-05T01:09:16.313
@MattBall: Yes, I Know :) Now I know everything about Port Forwarding because I lost some days of research on how to do what I want, BUT, unfortunatelly PF is not working as should. On the DSL-2640b, at least on my firmware, the PF is called "Virtual Hosts". There i can set the LAN IP (fixed) where APACHE is installed, External Ports (start and end), protocol (TCP/UDP) and Internal Ports (start and end). After that I reboot the router and access "http://MyExternalIP" but ALWAYS the router config page appears. My external IP i get here :http://canyouseeme.org/. So, any Ideas?
– None – 2011-11-05T03:01:18.743@Todd: I think this, like you, but the true and bizarre default on my firmware DSL-2640b is to allow external access to the config interface of the router, however, always is asked the login and password. This turns whole the thing a little bit more secure. Well, don't worry about it because I' know how to deny external access to the config interface but now I only have on goal: "acess my Apache from any place on Web". – None – 2011-11-05T03:07:49.310
Well... No one can help me? :( – Carlos Feitoza Filho – 2011-11-23T13:52:30.030