Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed a LAMP stack (sudo tasksel install lamp-server) and wordpress (sudo apt-get install wordpress), but now, I would like to access my server remotely, to be used as a home fileserver.

For example, my public ip is 82.16.xxx.xxx. Opening it in firefox with the suffix :8080 brings up my router config page..? Do I have to set up port forwarding?

BTW. Accessing via localhost/wordpress/ works fine, I would just like to access my files while away from home.

share|improve this question
You either need to set up port forwarding, or put your machine in the "DMZ", both of which will depends on your router for specific directions. And BTW this might be off topic. – Gui Sep 25 '12 at 14:54
What is ''DMZ''? – zheoffec Sep 25 '12 at 15:02
Demilitarized zone, essentially it takes your computer and puts it outside your routers firewall... which can be dangerous, but less dangerous if you have a software firewall on your computer... – Gui Sep 25 '12 at 15:48
Well, it appears that simply going to 82.16.159.227 works, which means that port 80 is not blocked by my ISP. But now I am faced with another problem - 82.16.159.227/wordpress(/wp-admin) returns: – zheoffec Sep 25 '12 at 17:22
Neither /etc/wordpress/config-82.16.159.227.php nor /etc/wordpress/config-16.159.227.php could be found. Ensure one of them exists, is readable by the webserver and contains the right password/username. – zheoffec Sep 25 '12 at 17:23
show 2 more comments

closed as off topic by Gui, RolandiXor, Takkat, ObsessiveSSOℲ, LnxSlck Sep 25 '12 at 23:11

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

Change the port of LAMP server or of your router to get rid of this conflict

To change the management port of your LAMP server check this

share|improve this answer
Is there a way to be sure of the port my LAMP is broadcasting on? – zheoffec Sep 25 '12 at 15:08

Not the answer you're looking for? Browse other questions tagged or ask your own question.