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
1 answer

Nginx serving wrong site

I have nginx setup on my vps with a static ip and 2 domains (beryju.org and nope.berlin). I want to serve: Site 1 to beryju.org Site 2 to blog.beryju.org Site 3 to i.beryju.org Site 4 to nope.berlin Additionally I want beryju.org and…
BeryJu
  • 113
  • 1
  • 4
1
vote
1 answer

Postfix: virtual_alias_maps delivering everything to one user despite new domain

I have a postfix installation handling mail for a couple of domains, for which all mail goes to one real local user (cmb), and I want to add a new domain (let's call it example.org) for a second user, but everything is being delivered to cmb. Here…
Chris Boyle
  • 131
  • 1
  • 7
1
vote
1 answer

Access domain A while authenticated against domain B

In my school, there are 2 domains; A (primary) and B (secondary). A contains the resources required by staff and students. Connecting to the wireless network requires authentication with an account under B. The school has acquired several Win8…
Tom
  • 11
  • 1
1
vote
3 answers

Setting subdomains to multiple computers for Remote Desktop/VNC

I have some computers set up at home and would like to be able to access them from anywhere. I have achieved this by forwarding ports accordingly: public | computer | private | Details 5001 | computer 1 | 3389 | Computer 1 RDP 5002 | computer 1 |…
user221119
  • 13
  • 4
1
vote
2 answers

Why my website is not accessible with the www prefix

I know this is an old, and "amateur" question but I see myself in the need of making this question since I truly don't know whats going on. My website is not accessible with the www prefix... Actually it works sometimes and sometimes it does not. If…
adelriosantiago
  • 181
  • 2
  • 10
1
vote
1 answer

Getting Error ID 4625 when one service tries to access a shared path on another machine

I'm kind of a n00b when it comes to dealing with Server issues, so I need some help. Setup: I have a scenario where there are two machines involved, both of which are using Windows Server 2008 Standard. One is called the IS Server (has IP 10.1.1.89…
1
vote
5 answers

Replacing a single controller domain with new hardware

So I have a small domain with a single controller running server 2k3. I want to replace the domain controller with new hardware. Is it possible to simply build a new domain with the exact same domain name, hostname, and IP address on the new…
Robert K
1
vote
1 answer

Domain member as ntp server for other (non-domain) network

I am attempting to synchronize the date and time for a number of computers belonging to a non-domain, statically configured network (e.g. computer B in illustration) with a node which is residing in a domain on a different network interface…
tor
  • 171
  • 9
1
vote
2 answers

Nginx + php-fpm and multi-domain

I have 3 domain name, 1 server and 1 IPv4 and 1ipv6. I’ve set a record to my ipv4 (I doesn’t use IPv6 right now). My 3 sites use Wordpress. I have configured Nginx, and php-fpm for a domain. /etc/nginx/conf.d/php5-fpm : upstream php5-fpm-sock { …
Oyabi
  • 133
  • 2
  • 13
1
vote
1 answer

Joining to a windows domain -- What ports are needed?

What ports are needed in order to join to a windows domain? I am getting an interesting message where the server can find the domain controller names, but cannot reach them.
Jeff
  • 701
  • 8
  • 13
  • 26
1
vote
0 answers

How can I get AWstats to segregate data for two different VirtualHosts/domains?

I want stats for two sites to be displayed separately in their AWstats page on a Debian squeeze VPS. Right now the two sites have their own *.conf files with separate VirtualHosts, and their VirtualHosts have their own log files (in "combined"…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
1
vote
1 answer

Correct way to change domain name in Active Directory

I'm trying to fix an existing AD infrastructure that was implemented using the external domain name as root domain name in the Active Directory. So it's running on "contoso.com". I want to put the DCs inside the local network in the private DNS zone…
1
vote
1 answer

How to add an extra domain name to Exchange?

We would like to be able to send and receive mail using an extra domain name. We want to be able to tack on extra email addresses (with the new domainname) to our existing AD users. I've added the DNS entry, I just need to configure Exchange. Can…
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33
1
vote
0 answers

Connect an LDAP realm with an AD domain, with the same name?

The situation is a separate group has created an LDAP domain. We'll call it foo.bar. (fyi, none of these are connected in any way to the Internet) They also have a Windows domain and renamed it to foo.bar so, in their words, they can connect the…
murisonc
  • 2,968
  • 2
  • 21
  • 31
1
vote
2 answers

Scaling Multiple SSL Domains on Multiple EC2 instances in AWS ELB

I'm setting up server that will host multiple SSL domains across a wide range of load balanced EC2 instances and being a programmer who really sucks at network/infrastructure stuff I had some questions: I'm assuming that by using ELB I only have to…
FAtBalloon
  • 279
  • 1
  • 4
  • 12