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

Forward my domain and hide the original

I have registered a domain with godaddy. This points to a sub domain on app spot (google app engine). When i visit my domain I see the blah.appspot.com rather than mydomain.com Can I hide the app spot url somehow?
1
vote
1 answer

HTTP redirects showing ip address

I have a domain name on 1&1 and a VPS on Linode. I noticed that my site was enclosed in a frameset which I didn't create. I checked nginx and jetty in the VPS but none of them created the frameset. Then I checked the domain control panel in 1&1 and…
DrKarl
  • 113
  • 1
  • 3
1
vote
1 answer

Problems installing Windows service via Group Policy in a domain

I'm reasonably new to Group Policy administration and I'm trying to deploy an MSI installer via Active Directory to install a service. In reality, I'm a software developer trying to test how my service will be installed in a domain…
1
vote
1 answer

Running sql server service on domain user account

I am trying to change the account of sql server service from LocalSystem to a domain user account. It is giving me an error "No mapping between account names and security IDs was done" The server is an additional domain controller in the network.…
kishore
  • 872
  • 3
  • 13
  • 28
1
vote
1 answer

Authenticate domain-user credentials on unjoined virtual machine?

This question may sound silly, and perhaps a bit insane, but--is there any way to run a process on a machine not joined to a domain using credentials from a user in that domain? In my case, I'm running virtual machines installed with release…
1
vote
2 answers

how to benchmark DNS

Is there any web-based or desktop tool that can tell me the performance and quality of a name server? I have the option to use my ISP or my domain registar's name server, I need some help to decide.
Esha
  • 33
  • 3
1
vote
1 answer

Testing the load factor in my lab

I am a system admin in a lab, I have ~90 computers in the lab and I want to check the load factor on them.. meaning, to check how many people are working on the computers hourly.. To see if I need to buy more computers or not. I am looking for a way…
Ami Winter
  • 11
  • 1
1
vote
3 answers

Hiding godaddy domain info from whois e.g. domain tools

Does the protection that they offer work, in that the user's details are hidden? Would appreciate if you could post an example of a protected domain name. Thank you.
n_kips
  • 205
  • 1
  • 2
  • 5
1
vote
2 answers

why my emails are going into spam folder

I have a domain name hosted at godaddy and if I send an email from gmail to a friend with a link to my domain or a subdomain of it in the content, the email is sent to the spam folder. I never sent batch emails. I use that domain name just for some…
dole doug
  • 275
  • 1
  • 5
  • 11
1
vote
3 answers

Server unreachable without www

My server is unreachable without "www." prefix, even when trying it with ping. The DNS entry looks like this: $TTL 86400 @ IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. ( 2011010600 ; serial 14400 ; refresh 1800 …
deamon
  • 121
  • 3
1
vote
2 answers

One Comcast Business Gateway, One Router, Two Web Servers

I have a Comcast business account with a router and a web server (info) attached. behind the router there are multiple computers and a second web server (info) which also serves as a file server. (info) has two nics in it. One direct to comcast…
1
vote
2 answers

Setup my domain at Whois.com as nameservers for a Dedicated Server with Kloxo

this is my first time at ServerFault, I'm a stackoverflow user. I'm faceing the next problem and may be its me, but I can't find proper guides to set up a domain and nameservers for a dedicated box. I have a domain, at whois.com, and a Dedicated…
BoDiE2003
  • 125
  • 6
1
vote
1 answer

How to configure DNS for instances on aws?

I have 3 instances running on amazon ec2 instance 1 should be called myname.com, instance 2 and 3 should be called node1.myname.com and node2.myname.com respectively. How can this be achieved ? (can this be achieved ?)
Shrinath
  • 297
  • 1
  • 3
  • 18
1
vote
1 answer

is it possible to put multiple instances of ec2 under one domain?

Is it possible to have multiple instances of aws under a single domain ? I am trying to host data in several instances, and there'll be one server, but if I want to give my client side script to contact data sources directly without my central…
Shrinath
  • 297
  • 1
  • 3
  • 18
1
vote
3 answers

How to allow wildcard domains in apache

I have configured apache authentication for one of my domain. I want that apache should not prompt for password for local ips and for *.myexternaldomain.com. Currently with the following configuration it is working fine for only…
Supratik
  • 2,154
  • 10
  • 51
  • 66