Answer the question
In order to leave comments, you need to log in
How to set up external access to Ubuntu server?
I wanted to make myself a hosting for the site, I installed LAMP and phpmyadmin on Ubuntu 16.04. Everything according to the instructions, as expected. apt-get install lamp-server^ phpmyadmin
I set up users, uploaded index.html to the site directory for verification. But when I try to access the site by IP through a browser (on my computer), the site does not open, it is loading, and as a result, the page is not available. IP static, responds.
netstat -ntpua | grep apache
tcp6 0 0 :::80 :::* LISTEN 9754/apache2
Port 80 is open for Apache2
Answer the question
In order to leave comments, you need to log in
iptables -F INPUT; iptables -F OUTPUT; iptables -P INPUT ACCEPT; iptables -P OUTPUT ACCEPT
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question