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
2 answers

Domain Pointing

I bought a domain through a (cheap!) domain company and I want this domain to point to a folder on the server. The story I originally bought www.domain.com along with hosting A few months down the line I bought www.domain2.com I want www.domain2.com…
Phil
1
vote
2 answers

Move Exchange 2010 to new domain

We're running Exchange 2010 on a Windows 2000 functional level domain (with 2003 DCs) and we're getting ready to upgrade our domain to 2008 R2. Rather than upgrade the existing domain (with all of it's orphaned accounts and bad data) we have decided…
Derrick
  • 165
  • 1
  • 2
  • 9
1
vote
0 answers

How can I speed up my login on a Windows 7 machine to a Samba domain?

This is a problem related to Windows 7 machines using a Samba 3.5 domain. I have searched feverishly and found many solutions but none have worked. I recently re-imaged a computer lab I'm in charge of, using clonezilla, and after applying all the…
Odub
  • 11
  • 2
1
vote
2 answers

Redirecting Domain using Route53 DNS

I'm thinking of redirect the user to http://webmail.domain.com/3rdparty/roundcube directly instead of http://webmail.domain.com/ Is there anyway i can do this, it only seem that i can edit the"Sub domain" on route 53, not sure if there is a way to…
CodeGuru
  • 134
  • 1
  • 1
  • 10
1
vote
1 answer

Add secondary external server to domain

I have an internal network that sits behind a router with one server that runs my local domain and a number of clients. The internal network uses a dynamic IP address. I have now just got a new external server hosted in a datacenter offsite for web…
Luke
  • 125
  • 1
  • 4
1
vote
1 answer

Accessing Workgroup Shared Folder from Domain

I have a domain and a workgroup. My users are supposed to upload files on regular basis to several shared folders on the workgroup. I have difficulty accessing the workgroup shared folders without firstly mapping them to a drive letter. I do not…
Bunkai.Satori
  • 117
  • 2
  • 10
1
vote
1 answer

Nginx Auto Domain Redirection

I'm trying to setup Nginx config to auto redirect any domain/subdomain pointed(CNAME) to my static subdomain(site.domain.com) to a respective directory inside /var/www. The directory will be named after the pointed domain/subdomain. I don't want to…
Matt Norad
  • 65
  • 5
1
vote
1 answer

DNS Domains and Subdomains in one VirtualBox server?

I have been tasked by my instructor to setup a DNS server. But I don't really know if I'm doing it the right way. I am unable to resolve/ping/nslookup the name server. Syslog sais the ns1 is lame. :( I am using four Ubuntu clients with VirtualBox,…
1
vote
1 answer

Can not join comp to the domain... greyed out

I have an old WinXP Pro SP3 computer I need to join to the domain, simple right? not really. When I go to control panel -> system -> computer name and click on CHANGE ("rename this computer") everything is greyed out. I can not set it from workgroup…
Logman
  • 445
  • 2
  • 16
  • 28
1
vote
1 answer

Apache with multiple domains, single IP, VirtualHost is catching the wrong traffic

I have a SOAP web service I am providing on a apache web server. There are 6 different clients (IPs) that request data and 3 of them are hitting the wrong domain. I am trying to find a way to log which domain name the requests are coming…
apuschak
  • 11
  • 2
1
vote
1 answer

Hosting multiple website on my server

Currently I have one site, the files are in my /home/www/ directory and the domain records point toward the IP of my server. That works fine. I would like to host another site, with a different domain name. If I create a new folder in 'home' (wwwx…
Euskadi
  • 13
  • 3
1
vote
1 answer

DC/DNS failover with global/common DNS roundrobin

I think I am getting lost in network failover land. I am trying to set up a Windows Domain Controller and DNS, while providing resilients and failover. I have two Domain Controllers and DNS servers. AD1 and AD2. Both are talking to each other,…
1
vote
3 answers

NGinx Domain name redirects

Lets say I have a website named xyz.co, I also have other domain names with the same prefix like xyz.com, xyz.it, xyz.co.it Right now nginx works fine with server_name xyz.co in nginx.conf in port 80 I would want all the other domains to redirect to…
1
vote
2 answers

Trust relationship between this workstation and the primary domain has failed

I have one laptop used by one user that keeps getting the following error and is unable to log in. Trust relationship between this workstation and the primary domain has failed Can anyone help tell me what is causing this and what I can do to stop…
Simon Foster
  • 2,622
  • 6
  • 38
  • 55
1
vote
1 answer

Servers in DMZ will not communicate with each other

(Full disclosure: I rate barely above "noob" when it comes to networking.) My workplace recent got a new web server. Since we're nearing the end of an overhaul of our website, we're doing a slooooow migration between the old web server and the new…