You are here
Matthew Wieting - Mon, 2016/05/23 - 03:38
I am running owncloud as a VM on my Esxi Host. I got it working just fine but I now started up an Exchange server and I wanna use port 80 and 443 for my exchange server. To my understanding I have to do something wtih my DNS but im not 100% sure on what specficilly to do. So here is what I am working with currently...
Owncloud:
Using ports 80 and 443
Accessaible via my Dynamic dns service.
Access url: Cloud.mydomain.com
Internal ip of owncloud: 172.16.10.60
Exchange mail.mydomain.com/owa
Essentially i wanna access owncloud on a different port (say port 8082) and to access my exchange mail I wanna use 443/80
Forum:
How do you connect to the internet?
E.g. in a NAT router configure port forwarding to forward (external) port 8443 to 172.16.10.60 port 443. There are so much different software/firmware about that you will need to consult the documentation of your device to find explicitly how to configure it. It can be called different things such as "port forwarding", "NAT forwarding", "virtual servers", etc...
Then externally you would get to the HTTPS interface of your ownCloud appliance with https://cloud.mydomain.com:8443
If you wish to use your ownCloud appliance on the local network it will still work as https://172.16.10.60
IIRC you will need to add this info within the ownCloud interface for this to work too...
It is also possible to change the port that your appliance uses if you'd rather. You'll need to change the listening port in /etc/apache2/ports.conf and the ownCloud site /etc/apache2/sites-available/owncloud.conf
Sounds like it should be working...
Depending on the response you get in your web browser should lead you towards what the actual issue is. E.g. if it redirects to port 443 (i.e. in the address bar it changes to https://owncloud.mydomain.tld/) then there is something else redirecting your traffic somewhere (perhaps Apache, perhaps ownCloud). If it getting a "connection refused) then there is some other config issue going on (probably Apache) but perhaps ownCloud). If it's just not finding the server at all (ERR_ADDRESS_UNREACHABLE) then it's probably most likely a DNS issue.
PS this is the forums of TurnKey Linux. We are not Ubuntu based (we're Debian based). They are quite similar but not identical. The Ubuntu forums might be a better bet?
Add new comment