Questions tagged [domain]

A collection of computers or other networked resources.

A collection of computers or other networked resources within an organisation. A domain is identified by a domain name. Domains can be divided into hierarchical sub-domains.

A Microsoft domain is such a collection, often managed by the Active Directory product. The centralized authority for a Microsoft domain is one or more Domain Controllers. These Domain Controllers are responsible for authentication and other security services within the domain.

2711 questions
1
vote
4 answers

SSL causing same content on multiple domains

I have setup a Debian LAMP server where I host multiple websites. As far as I know I can only use SSL on one of them, if I'd like to use SSL on two or more sites I'd have to add another IP - so far so good. The problem is that whenever I type…
spacebiker
  • 358
  • 4
  • 14
1
vote
2 answers

Can two servers map to the same domain name?

I think the answer to this question is "no", but I thought I'd ask here to be sure. I am writing a web application and I need to access JavaScript code from a subdomain on another domain. This isn't allowed by web browsers because it's considered…
MgSam
  • 141
  • 1
  • 5
1
vote
1 answer

How can I test domain credentials against multiple machines simultaneously?

How to test domain credentials against multiple hosts in a subnet/domain taking into account that WMI is allowed for remote access and no firewalls on local machines are enabled? I need something like VMware vCenter Protect there you can choose…
Volodymyr Molodets
  • 2,424
  • 9
  • 36
  • 52
1
vote
1 answer

Multiple Domains on a Static IP MS Exchange 2010 Server

ive ran into quite a problem that won't seem to get solved. My problem is as following - i hope you can give me some advice : We're running a exchange server with lets say public ip 120.130.140.150. The primary Domain for the exchange server would…
1
vote
3 answers

The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain

When logging into a new virtual machine which was recently added to a domain, I am getting the following error message: The system cannot log you on due to the following error: The name or security ID (SID) of the domain specified is inconsistent…
Mike Messina
  • 89
  • 4
  • 12
1
vote
1 answer

In postfix how can I conditionally enforce check_sender_access

I am servicing 2 virtual domains: domain1.org , domain2.org. I want to enforce the following policy: If a client connects from an IP address in $mynetworks then I want to allow only mails for which the sender address domain belongs to one of my…
Paralife
  • 329
  • 1
  • 4
  • 10
1
vote
2 answers

How to connect, through a wireless router, to a subnet, and have the clients join AD domain?

First I'd describe my subnet A: a AD controller, say, adcontroller.mydomain with IP 192.168.1.3 a DHCP and DNS server, say, dhcpdns.mydomain with IP 192.168.1.10 Now I have a CISCO WRVS4400N wireless router, plug it through WAN port to the switch…
1
vote
1 answer

"dig ... any" shows A record but "dig ... a" does not

When using "dig host.name.here.com A" I get SERVFAIL and no answer. But when I do a "dig host.name.here.com ANY" I get NOERROR and it returns an A record. Any idea as to what may be wrong with the domain in question? Below is a sanitized example.…
sij99
  • 11
  • 1
  • 2
1
vote
2 answers

DNS and joining domain

Here is my situation. I have a 2012 Active Directory server with DNS installed on it. I also have a sonicwall nsa 240 router which i have acting as the DHCP server. On the sonic wall I set the dns entry to be the following: primary - 172.16.0.6 (ip…
Matt
  • 35
  • 2
  • 8
1
vote
3 answers

How to secure a website (iis7.5) that is already has a cert from a redirection from another domain

I am looking to add a SSL cert to our website, which normally is a simple matter, but we have run into a complication that I am currently unsure how to work around/resolve. Our server is currently securing a site that is a redirection from another…
1
vote
3 answers

Domain User logged in with Temp Profile in Windows Server 2008 R2 64 Bit OS

I am new to the forum. I am having a trouble with Windows server 2008 R2 Domain. I am having IBM 3650 Server installed with Windows Server 2008 R2 64 Bit domain. I am using Thin Clients as Nodes. Model No of thin client is : NComputing L300. Now I…
Ripal Bhatt
  • 11
  • 1
  • 2
1
vote
1 answer

How can I configure BIND to serve zone with single server

I can't configure BIND to resolve example.org with it sub-domains. I have local network with single server (LAN IP ADDRESS L.L.L.L and WAN: W.W.W.W) with NGINX, configured for several virtual servers. I register 2-nd level domain (for example)…
atomAltera
  • 189
  • 1
  • 2
  • 7
1
vote
2 answers

Password problem while creating domain

I'm freshman so far in server management stuff but this seems to be clearly against logic. After updating my Windows Server 2008 Standard 32bit, installing DNS server and AD DS I wanted to create domain via using CMD and dcpromo.exe setup. But no…
Murdock
1
vote
1 answer

Cannot join Computers to windows server 2003 Domain

I am a complete beginner in server management, however am put in a situation to manage our companies server running windows 2003. The person before me completely screwed up tons of stuff in this server (his "fix" for almost everything was to edit…
1
vote
1 answer

Understanding SSL

Trying to understand how SSL certificates work. Is the following correct: I have a website at www.example.com and a mailserver at mail.example.com. The website is public and visited by many people. The mailserver is only for a small group of people…
user1583209
  • 133
  • 4