ubuntu - Trying to Host Server for External Access - Apache, VirtualBox & Portforwarding -



ubuntu - Trying to Host Server for External Access - Apache, VirtualBox & Portforwarding -

banging head on wall @ stage.... trying host apache site on ubuntu 12.10 virtualbox. running windows 8 host.

things i've done:

ensured apache listening on ports 80, 443 , 8080 (for thoroughness) tcp 0 0 0.0.0.0:443 0.0.0.0:* hear 3355/httpd tcp 0 0 0.0.0.0:8080 0.0.0.0:* hear 3355/httpd tcp 0 0 0.0.0.0:80 0.0.0.0:* hear 3355/httpd tcp 0 0 0.0.0.0:22 0.0.0.0:* hear 681/sshd

vm using bridged network connection

assigned static ip ubuntu vm, can accessed fine within network.

forwarded tcp ports 80, 8080, 443 on static ip of vm on router

given vm static nat address turned off ubuntu firewall , router firewall read on forums isp (eircom) allow port 80 used

and still can't access site using wan/external ip (checked internally , using canyouseeme.org). says ports mentioned closed.

i'm @ loss of seek next... missing silly here?

note: haven't assigned static ip address within router, on within vm. , dhcp server enabled. bad?

thanks!

got it! connection in ubuntu (eth0) wasn't using right default gateway. should set router's ip address. hope saves else day of headache.

ubuntu web-hosting virtualhost router portforwarding

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -