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
8
votes
6 answers

What is the best Domain Registrar?

Possible Duplicate: Who is a good registrar these days? What is your favorite (US) Domain Registrar? While this is not specifically a programming question, I host a good number of websites. I've used a handful of different registrars in the past,…
SpacePenguin
8
votes
3 answers

Do not allow domain computers to communicate with each other

Our domain consists of around 60 computers. I have been tasked with making sure that Windows 10 workstations cannot communicate with each other. My manager asked that I create static routes so that computers can only communicate with the network…
taiwie
  • 83
  • 1
  • 4
8
votes
4 answers

Allow a certain URL path with Squid

I'm using Squid 3.4 on Debian, and I want to know how to allow certain sub-URLs while banning the rest of them. Particularly, I want to ban access to reddit.com/* but allow access to reddit.com/r/foo/* and reddit.com/r/foo/ acl bad url_regex…
unsi
  • 81
  • 1
  • 1
  • 3
8
votes
3 answers

Do I have to buy a second wildcard certificate for a subdomain?

We already have a wildcard certificate for *.mycompany.com. Our network has hosts that are only reachable internally. All of them belong to the internal.mycompany.com subdomain. There is a private server with the host name…
8
votes
4 answers

Why is the "www." sometimes necessary?

Possible Duplicate: www.example.com vs example.com Is there any particular reason that "www." is required for some websites? It seems to me that all this does is cause inconvenience (at best) and confusion. For example, http://math.cmu.edu gives…
Andrew Keeton
  • 183
  • 1
  • 5
8
votes
5 answers

How to check AD DS domain/forest functional level from domain joined workstation?

Is it possible to define AD DS domain/forest functional levels from domain joined workstation? Preferably through CLI/PS and if possible w/o Domain Admin rights... How I can accomplish it?
Mikhail
  • 1,295
  • 3
  • 19
  • 35
8
votes
3 answers

SQL Server 2012 with account NT Service\MSSQLSERVER access is denied in domain

A few months ago we installed SQL Server 2012 in Windows 2008 R2 under the virtual account "NT Service\MSSQLSERVER", all good. A few days ago, one of the admins of the IT dept installed Full Text Search component to the SQL Server 2012 (the problem…
unruledboy
  • 183
  • 1
  • 1
  • 5
8
votes
1 answer

What is the difference between a plain Amazon ec2 instance and beanstalk?

I am a solo developer and the sites I'm deploying are very small, usually hobby sites and I have a few questions about the Amazon services. Is there a reason for me to use beanstalk or should I just stick with a single ec2 instance? Should I use…
8
votes
2 answers

Do I need to renew the keys which I deposited at my domain provider?

I have set up some domains with dnssec. I generated the keys and signed the zones with zonesigner from dnssec-tools. I know that I must resign the zones within 30 days. But what's up with the keys which I deposited at my domain provider? Do I need…
user1091344
  • 279
  • 4
  • 9
8
votes
2 answers

Search and Domain in resolv.conf = slow lookups on Ubuntu

I have a machine running ubuntu 10.04 server. I've started getting long (5-10 second) delays when making connections to (some) sites outside of the LAN using tools like curl and wget. Using tcpdump and wireshark, I've found the problem to be in the…
MikeL
  • 183
  • 1
  • 4
8
votes
5 answers

Which DHCP Client OS Support DHCP Option 119 Domain Suffix Search?

The ability for DHCP servers (Microsoft, ISC, VitalQIP, IPControl, Infoblox, etc.) to deliver DHCP Option 119 - Domain Suffix Search Lists has been around for a long time. Initially, DHCP Client Support for this option was scarce. So, my question…
netlinxman
  • 477
  • 1
  • 5
  • 10
8
votes
3 answers

Can 'Domain Users' join computers to the domain?

That sounds very unlikely to me, but just to be sure: Can a member of 'Domain Users' join a computer to the domain (granted that he has the local administrator account)? The instructor said it, and it sounds very wrong. I tested it and I got 'Access…
Dean
  • 1,009
  • 3
  • 10
  • 19
8
votes
4 answers

How can a domain name have no nameservers?

I have found several domains on the internet that have no nameservers, however they have WHOIS records and domain registrars say they are taken. My understanding of DNS on the internet was that the presence of a domain's nameserver showed that is…
lanrat
  • 737
  • 4
  • 11
  • 19
8
votes
2 answers

Getting a domain name off of the blacklist

I have a friend who purchased a domain name recently that he found out (after buying it) is apparently blocked by many corporate firewalls or proxies b/c it's been tagged as porn by the blacklist db they're using. Are there any common agencies he…
Paul
  • 998
  • 1
  • 11
  • 19
8
votes
4 answers

Running a Windows service under a domain user account

If I run a Windows service on some host under a domain user account, and the password for this account changes at some later point, will the service now fail to start, until you update the password? If not, how are the credentials for the domain…
BeeOnRope
  • 573
  • 3
  • 6
  • 12