Here's a quick summary of the environment I support: we have a domain (domain A) that has about 20 client computers. The domain server for this domain and all the clients sit within the network infrastructure of a larger domain (domain B). All the computers get their network settings via DHCP from domain B's servers.
We have 2 domains(A,B) in our environment. When ever someone joins company his account will be created in domain A. If someone has to work in a particular department his account will be created in domain B. Both accounts will have same user name.
I have: - two DNS servers: 1.1.1.1 and 2.2.2.2 - domain name: domain.com pointed to 1.1.1.1
I want to point sub domain: sub.domain.com to 2.2.2.2 (obviously www.sub.domain.com too)
on 1.1.1.1 I've create a DNS A record pointing sub.domain.com to 2.2.2.2
accessing sub.domain.com now lead to 2.2.2.2 successfully
the problem is the DNS records on 2.2.2.2 such as CNAME www do not work means access
I have two Active Directory domains in two different forests; each domain has two DCs (all of them Windows Server 2008 R2).
I'm testing a new server and have been playing with /etc/hosts.
I have been able to get it working on just domain.com, but if I try www.domain.com it points to where the actual domain is currently delegated, not the testing server.
ie
xxx.xx.xx.xx domain.com
If I load domain.com, I get the ip address I enter.
If I set up a main domain called DOMAIN.COM, then underneath that I have 5 other subdomains added as "add on" domains, for example:
APP1.DOMAIN.COM
APP2.DOMAIN.COM
APP3.DOMAIN.COM
APP4.DOMAIN.COM
APP5.DOMAIN.COM
Then I want to give the main domain and the sub domain an SSL certificate.
Do I need to buy ONE SSL cert or 5? (I would assume 5).
What about IP address?
I have a setup where I need a PHPmailer type script to be able to authenticate SMTP from other domains on my server.
E.g.
I have two Active Directory domains in two separate forests, all at Windows Server 2008 R2 functional levels.
I've been stuck on this for a while, not sure what permission I'm missing. I've got domain A and domain B, A trusts B, but B does not trust A. I'm trying to run a service in domain A with a user account from domain B and I keep getting Access is Denied. I'm using the FQDN after the username and the password is correct.