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

How to configure wildcard subdomains together with some fixed names in NGINX?

I have example.com and the following use cases: SSL only www. will be redirected to example.com (no www.) example.com will reverse proxy to :3000 fix1.example.com will reverse proxy to :3001 fix2.example.com will reverse proxy to…
PhilHarmonie
  • 143
  • 2
  • 7
1
vote
1 answer

FQDN without the hostname part?

As far as I know, A fully qualified domain name (FQDN) consists of two parts: The hostname part: A single label representing a machine belonging to one specific domain. The domain name part: Multiple labels joined with dots and representing the…
gossac
  • 21
  • 1
1
vote
1 answer

Is it possible to set up an alias on an Active Directory domain controller Linux server?

We have a Red Hat Enterprise based Linux distro that is the domain controller for a bunch of Win 10 clients. Some clients are not in the right AD domain (they are on a former domain that was used before the server crashed and was reconfigured before…
1
vote
2 answers

HTTP: 204 No Content Header

I just registered a new domain and at the moment it sends a 403. Is the HTTP-Header "204 No Content" a good header for a domain with no content at the moment, because I'm working on the site and the domain will be a while blank and want no bad…
user31200
  • 149
  • 4
1
vote
1 answer

Using the Robocopy across the Virtual Machines

I have two virtual machines (VM) with Windows Server 2019 at my disposal and Each VM is located at two different Data Centre which are separated geographically. Do I need to keep both VM on the Same Domain for robocopy to work or I can use it over…
Raky
  • 113
  • 5
1
vote
1 answer

Why don't Windows domain machines periodically query security group membership, like other things?

When I was in lower tier support (and sometimes still), one of the most annoying sequences of events was a request for new file permissions >> add user to security group and specify in the reply "you must log out and back into your machine". 20…
1
vote
1 answer

set domain to a ubuntu 20.04 vps with bind

so I have a ubuntu 20.04 vps and a website running on it, I wanted to point my domain to it. but nslookup railnet.ir gives ** server can't find railnet.ir: SERVFAIL the vps ip is 87.236.210.159 and the domain is railnet.ir the thing I did: apt…
Parsa
  • 113
  • 2
1
vote
2 answers

How to get DKIM to sign for both, a subdomain and the root domain addresses?

I'm using latest versions of DKIM + Postfix on Ubuntu 20.04 I got the DKIM to sign the e-mails user@smtpmail.mydoamin.com. However it refuses to sign e-mails that originate from @mydomain.com. Is it possible to sign for both e-mail addresses and if…
Mike
  • 23
  • 5
1
vote
1 answer

HaProxy - Abillity to redirect subdomains and the base domain to the same backend

I need some help with the HaProxy setup. Currently, I have the following config: frontend fe_main_http bind :80 reqadd X-Forwarded-Proto:\ http use_backend %[req.hdr(Host),lower] frontend fe_main_https bind 0.0.0.0:443 ssl crt…
1
vote
1 answer

2 domains configured on digital ocean, only 1 works with direct browser access using Apache2

I have a droplet on digital ocean which was initially configured with only one domain (andrey.dev.br), it worked right out of the box after installing either Apache or Nginx without any extra configuration. after some time I configured a second…
Thiago Dias
  • 113
  • 4
1
vote
1 answer

Domain in Route53 returns SERVFAIL

A week ago I've set up my domain (rentools.pl) and pointed it to AWS nameservers. Despite it's been over a week, it seems the domain isn't working in all DNSes. I'm looking it up in the dig tool and I'm getting a SERVFAIL response: → dig @8.8.8.8…
Konrad
  • 15
  • 2
1
vote
2 answers

Can I override a domain admin settings with my local adminaccount

My company gave me a old used computer for my personal use at home. But I am not able to access any external drives(USB) . I receive an error message as access denied. Being a local admin to that computer i was not able to change the setting as only…
Arun
1
vote
0 answers

Multiple servers behind one public IP

I am hosting multiple servers behind one public IP. (Mostly in Proxmox VE) Currently, all the services are on separate ports. I would like to use multiple domains to reach different services and am not sure how/ if I can do this. I have looked at…
1
vote
2 answers

Automatically create a new subdomain on server

I have a Github project with three branches, master, staging and production. When the staging code is merged with the production branch, a GitHub action runs and deploys my PHP website on my example.com. Good. Now for QAs, I have set up a staging…
1
vote
2 answers

Push out Commands to all Domain PCs

I'm looking for a way to push out commands to all workstations. The scenario is as follows: I often go to environments that I am not familiar with to audit the network. Part of that is a network scan, but to use our specific tools we need to…