ownCloud Routing
-
We joke, but we've talked about buying an RV to move to customer sites to work from, it would be a blast.
-
@scottalanmiller You're hired!
-
@scottalanmiller said:
@alex.olynyk said:
@dafyre at this site, riverview.local
That's fine. You need to override the full FQDN, you can't just make onecloud.riverview.local, that won't solve the issue.
How to I override the full FQDN?
-
in internal dns i made owncloud.roseradiology.com pointing to private IP
-
Oy... this will be fun to fix...
At each site, you will have to set up a DNS Forward lookup zone... for roseradiology.com
You will have 3 entries under neath it.
The . and the www entries (A Records) should point to the Public IP address of the roseradiology.com web site.
Then make a new entry called owncloud and set it to the internal IP address of your owncloud instance.
-
@dafyre Thanks Ill get it done
-
@alex.olynyk said:
@dafyre Thanks Ill get it done
Here's a picture of the way it is setup in mine (although I am using my own internal IP address for my owncloud instance.
-
@alex.olynyk said:
@dafyre Thanks Ill get it done
It's a bit of a pain, but after the first site you will know if it works and it is just repetition after that. Not hard, just tedious. But knowing that it works... makes it all worth it.
-
Thanks everyone. I can access by name both externally and internally.
-
@alex.olynyk said:
Thanks everyone. I can access by name both externally and internally.
Awesome, so everything is working? No issues?
-
@scottalanmiller cant get e-mail working
-
Do you see now how your boss injecting a non-goal as a requirement was going to cause problems? His goal should have been ease of use, instead of decided, without understanding, what the solution was going to be and because of that, it was never going to get fixed. We had to avoid his proximate solution so that we could arrive at the real one.
It's what is called "getting stuck in the weeds". It's very important to take stock and figure out the goal, then separate out what we might think is the solution and not get so mired down working on that that we forget what the actual goal is.
-
@alex.olynyk said:
@scottalanmiller cant get e-mail working
Okay, we can work on that next. That will be unrelated to the IP address issue.
What is email doing and not doing currently?
-
-
Again, you never setup email correctly.
First you had authentication enabled and SSL. But had told it to use port 25.
Now, it is very clear that it says that it cannot resolve the name.
-
Disabled auth
-
nslookup seems good...
nslookup mail.roseradiology.com Server: 127.0.1.1 Address: 127.0.1.1#53 Non-authoritative answer: mail.roseradiology.com canonical name = roseradiology.com. Name: roseradiology.com Address: 72.52.167.28
-
So my first guess is that DNS is not working on the ownCloud box and that's why it can't look it up.
-
Run the same command that I just ran from the ownCloud server and see what it returns.
-