ownCloud Routing
-
@dafyre said:
@JaredBusch said:
Unless he added a wildcard to his local DNS it should still attempt to find stuff externally for items not listed locally.
That's actually a really good idea...
To fix the mail lookup problem for mail.reoseradiology.com, just ad another A entry for mail.roseradiology.com to point to 72.52.167.28
Edit: If the IP is the same as www.roseradiology.com, you can just make it a CNAME and point mail.roseradiology.com to www.roseradiology.com
this worked. thank you
-
@JaredBusch I can ping google just fine from the owncloud box. Probably doesnt matter at this point cause adding the DNS entries works for a few minutes but then mail and the website stops working. My boss is putting the project on hold for a couple weeks until he can speak with the consultant.
-
@alex.olynyk said:
@JaredBusch I can ping google just fine from the owncloud box. Probably doesnt matter at this point cause adding the DNS entries works for a few minutes but then mail and the website stops working. My boss is putting the project on hold for a couple weeks until he can speak with the consultant.
Sure, as soon as you have it all figured out.
-
If i deleted the DNS entries and zone I created, flushed DNS on the server and workstations, rebooted computers, but some computers still cant get to mail or the website
what else can i check to see where the issue lay?
-
could it be the A record i created on my public DNS?
-
@alex.olynyk said:
If i deleted the DNS entries and zone I created, flushed DNS on the server and workstations, rebooted computers, but some computers still cant get to mail or the website
what else can i check to see where the issue lay?
Why did you do that?
-
@alex.olynyk said:
could it be the A record i created on my public DNS?
Only if it is an incorrect one,
-
@scottalanmiller mail and website stopped working, boss told me to undo what i did, is there an easy way to rebuild DNS on a DC?
-
@scottalanmiller said:
@alex.olynyk said:
If i deleted the DNS entries and zone I created, flushed DNS on the server and workstations, rebooted computers, but some computers still cant get to mail or the website
what else can i check to see where the issue lay?
Why did you do that?
Because he has no idea what he is doing. His boss obviously is exacerbating things.
Their entire network setup sounds like a cobbled together mess. He has mentioned wanting to merge domains and such, but that is really not the problem. Many companies have multiple domains and have no issues.
The problem is that this is not being properly managed. Likely it was never managed and just continually had random fires put out with cobbled together fixes that resolved the symptom but not the problem.
-
@alex.olynyk said:
@scottalanmiller mail and website stopped working, boss told me to undo what i did, is there an easy way to rebuild DNS on a DC?
And instead of thinking about the cause of the problem, you simply started deleting things?
You just completely reinforced the entire point of my last post.
-
@alex.olynyk said:
@scottalanmiller mail and website stopped working, boss told me to undo what i did, is there an easy way to rebuild DNS on a DC?
They stopped working because they weren't entered into the DNS properly?
No, there isn't an automatic build/rebuild DNS function.
-
@alex.olynyk said:
boss told me to undo what i did, is there an easy way to rebuild DNS on a DC?
Same person who screwed things up getting us here. I think the weak link has been found.
-
@dafyre said:
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.
this is how i entered it
-
You need to remove the entire lookup zone to back it out.
-
I wonder why the web site & email quit working. That is strange. However, @scottalanmiller is right. If you remove the whole roseradiology.com from your Windows DNS, it will fix the problem, and return owncloud to a non-working state.
-
@dafyre said:
I wonder why the web site & email quit working.
If they had just done the first step of troubleshooting, we'd have known and have had this fixed in a split second.
-
Usually when I am just creating a couple of hosts to redirect internally like this I create a forward lookup zone for the whole host. e.g. i create ownlcoud.external.tld forwardzone then make the @ record the internal host. That way everything for just host.external.tld still uses the public records
-
would it help if i created the DNS FLZ and 3 entries again and posting the output of nslookup again for mail.roseradiology.com and roseradiology.com
-
Your email was likely a simple autodiscover record. The website also, a simple A record.
What you were told is not some magic formula. DNS is a really basic thing.
You want to see how easy?
Here is a site with email hosted on Office 365 (i.e. external). Their domain is a standard .local and they even have ownCloud. Everything works perfectly.
Internal DNS for domain.local
Internal DNS for domain.com
External DNS for domain.com
-
@alex.olynyk said:
would it help if i created the DNS FLZ and 3 entries again and posting the output of nslookup again for mail.roseradiology.com and roseradiology.com
figures its a medical place. they always have the worst security.