Apologies if this qualifies as a duplicate post. I complained about this in an OwnCloud thread, but it's old and I think this is not an OwnCloud issue.
I setup Apache on my 14.04 Ubuntu server and opened a account with No-IP including a domain name so I could log into my OwnCloud server from the internet. Somewhere during the configuration of Apache, No-IP. and OwnCloud my Apache became unavailable on my local network. Here's what I mean:
Installed Apache.
Opened a browser and typed in the IP of my server and saw the default Apache page.
Configured Apache to route all traffic using SSL (works).
Opened and setup No-IP and registered a new domain name.
Installed and configured OwnCloud.
Tested and setup OwnCloud (works).
Opened a browser and typed in the IP of my server - now I'm always re-directed to my domain name.
All my browser traffic is routed out to the internet and then back into my server causing lots of wasted band width and speed loss. If I disconnect from the internet, any browser connection attempt to Apache (ports 80 or 443) fail because of no DNS resolution. All other services (ssh, webmin, etc.) all work normally.
Configuration details:
Server (14.04) and Desktop (15.04) connected via switch behind router (internet connection).
Router port forwarding set to direct ports 80,443, and 8080 to server.
UFW installed on Server but not enabled.
What I want is local network to allow direct traffic to the server. Then I could log into OwnCloud locally without an internet connection.
I've spend a couple days searching and trying different configurations, but with multiple versions of Apache and OwnCloud being commented on, it's hard to tell what is out-dated and what may work.
Thoughts on what to check??
I setup Apache on my 14.04 Ubuntu server and opened a account with No-IP including a domain name so I could log into my OwnCloud server from the internet. Somewhere during the configuration of Apache, No-IP. and OwnCloud my Apache became unavailable on my local network. Here's what I mean:
Installed Apache.
Opened a browser and typed in the IP of my server and saw the default Apache page.
Configured Apache to route all traffic using SSL (works).
Opened and setup No-IP and registered a new domain name.
Installed and configured OwnCloud.
Tested and setup OwnCloud (works).
Opened a browser and typed in the IP of my server - now I'm always re-directed to my domain name.
All my browser traffic is routed out to the internet and then back into my server causing lots of wasted band width and speed loss. If I disconnect from the internet, any browser connection attempt to Apache (ports 80 or 443) fail because of no DNS resolution. All other services (ssh, webmin, etc.) all work normally.
Configuration details:
Server (14.04) and Desktop (15.04) connected via switch behind router (internet connection).
Router port forwarding set to direct ports 80,443, and 8080 to server.
UFW installed on Server but not enabled.
What I want is local network to allow direct traffic to the server. Then I could log into OwnCloud locally without an internet connection.
I've spend a couple days searching and trying different configurations, but with multiple versions of Apache and OwnCloud being commented on, it's hard to tell what is out-dated and what may work.
Thoughts on what to check??
Comment