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

301 Redirect or ServerAlias for Multiple tlds

Our company owns multiple tld's for our corporate domain (e.g. company.com, company.net, etc.). Currently, we operate the main website at "company.com". To have "company.net" et al forward/redirect to "company.com", should we use a 301 redirect or…
Trent Scott
  • 959
  • 1
  • 12
  • 28
6
votes
3 answers

Allow Domain Users to install software on their computers

How would I go about allowing a 'domain user' to install software on their computer. I have active directory and group policy in place. Is there a setting in group policy that would allow this? I don't really want to make the domain users domain…
Christa
6
votes
2 answers

What does NFSv4 "domain name" have to be set to?

Other than "the same for the client AND the server", does the NFSv4 domain name have to be set to anything in particular? I mean, does it have to be some domain in my LAN or something?
Dougal
  • 317
  • 1
  • 5
  • 11
6
votes
3 answers

Setting up DKIM for multiple domains on same host

I have DKIM set up for one domain and it works properly. I am trying, though, to set it up for another domain name on the same machine. In short, I am sending registration and password recovery emails from one domain and everything else from the…
modulaaron
  • 257
  • 1
  • 4
  • 11
6
votes
3 answers

Why isn't the MX record propagating after pointing a domain to Yahoo Mail Server?

I have bought a domain https://kmtc.com.sa/. The domain provider is marcaria.com. It is currently pointed to a Hostinger for the web files. The Yahoo mail server is supposed to be working with Yahoo now, pointing an MX record to the yahoo mail…
Jed
  • 171
  • 8
5
votes
2 answers

Multiple AD domains for different hotels of the same chain?

I am inheriting existing infrastructure for a hotel group, and trying to overhaul said infrastructure. The hotels (HotelA, HotelB, etc) were initially set up with one domain (and one domain controller) each. This is somewhat difficult to manage…
ryanswj
  • 71
  • 1
  • 2
5
votes
6 answers

How to route based on domain name?

I can route by IP range by the route command. But is there any domain based route solution?
Cheng
  • 741
  • 2
  • 9
  • 16
5
votes
1 answer

Cannot connect to Remote Desktop with Windows Hello PIN

When I try to connect to an intranet machine, it only works if I specify domain credentials. When I use Windows Hello pin, it fails with this message: An authentication error has occurred (Code: 0x8007013d) Remote computer:…
5
votes
2 answers

Point a subdomain with CNAME to a DDNS subdomain?

I got a Synology NAS, with different virtual hosts, so i got a DDNS (user.synology.me), let's say the virtual hosts are server1, server2 and server3, so i can access them using server1.user.synology.me, etc. I pointed my example.com to…
5
votes
2 answers

Cloudflare and .DE domain

It's been a week since I'm having trouble with switching my .DE domain to work through Cloudflare. After registering at Cloudflare I got two dns servers gail.ns.cloudflare.com mark.ns.cloudflare.com But my hoster (I got hosting and domains on the…
sr9yar
  • 153
  • 1
  • 7
5
votes
2 answers

Can we register domain in AWS route 53 via cloudformation?

I am new Cloudformation and I am trying to find a Cloudformation script to register the domain, say example.com under Route53. I looked at cloudformation pdf and found nothing related to domain registration under route53. Any pointers/help will be…
5
votes
1 answer

Listing Windows domain computers without Remote Server Administration Tools (RSAT)

I would like to retrieve a list of computers which are part of the Windows domain my Windows 7 workstation is a member of. I would like to achieve this with little to no extra installations, especially not the 230MB Remote Server Administration…
Charles
  • 53
  • 4
5
votes
1 answer

Setting sub domain DNS to route default port 80 to custom port

I have a subdomain let say work.example.com also I have a server with a public IP let say 192.0.2.4. I have an application on my server that running on Ubuntu 16.04 LTS on port 8088, so this is became 192.0.2.4:8088. My question is, I want if user…
Don Vincent
  • 153
  • 5
5
votes
1 answer

Nginx point subdirectory to root

How can I point www.domain.com/ru/ to open the content of www.domain.com/ ? Not a redirect. I have tried alias and root but can't figure how to make it work. Thank you.
dima_mak
  • 125
  • 1
  • 7
5
votes
1 answer

Preferred vs alternate DNS, DNS failover with Active Directory

Question. I have a Windows AD Domain with two DCs. I find that name resolution becomes very unreliable when my "primary" Domain server is offline. How can I fix this? I am running two Windows Server 2012 Standard servers, and both are Domain…
Daniel
  • 1,614
  • 9
  • 29
  • 47