|
I'm setting up an active directory/domain controller that is also doing DNS using Windows Server 2008 R2.
The install went smoothly. I am able to add a computer to the domain, and can even connect to the internet from this workstation. However, I cannot...
Started by mson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Your Domain controllerWell, I'd go with the typical steps:
Check the reachability of the path which leads to the internet if there are firewall rules....
With a short description of the network and how it is connected to the internet.
|
|
My domain (let's call it www.foo.com) creates a cookie. On another site (let's say, www.myspace.com), my domain is loaded within an iFrame.
On every browser (Firefox, Opera, Camino, Safari, etc...) except for Internet Explorer, I can access my own cookie...
Started by Sleep Deprivation Ninja on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Those in iframes.
Internet Explorer's default privacy setting means that 3rd-party cookies (e.g.
|
|
I have a site, e.g. example.com , where users can set their own subdomains (one user - one subdomain) and upload their own scripts, e.g. http://somedomain.example.com/xyzzy.php would map to /www/somedomain/xyzzy.php
Now, on some of those domains, Internet...
Started by Piskvor on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
( http://www.ietf.org/rfc/rfc2396.txt )
According to RFC1035 (Domain names - implementation and specification):
[domain names] must start with a letter, end with a letter of the RFC, all other browsers work....
That dont follow the URI RFC.
|
Ask your Facebook Friends
|
Our infrastructure team have bigger things to worry about right now than the network time being 2 minutes out (2 mins slower than external reliable sources). However, the time being wrong really bugs me and the more anal retentive members of our department...
Started by G- on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You may even have a GPO that is enforcing the correct domain hierarchy time setup, thus preventing.
Active Directory requires all machines on the domain to be time synced within be.
WILL have trouble.
|
|
I am doing a study of email DNS configuration, SPF, DKIM, and SMTP server software. I need a list of domain names, as comprehensive as possible. Where can I acquire such a list without dealing with spammers?
I will use the list of domain names to (a) ...
Started by Brian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Wouldn't this be easy if only they had some sort of service to map IP's to domain names and vice = GetStringPermutations(chars, domainLen); foreach (string sub in subs) { foreach (string domain in doms) { try { var entry = System.Net.Dns....
|
|
The following code works fine in Firefox but in IE the link is never called, the exception is called with a rather generic [Object Error]
var GoalID = "e13e68a8-ae18-49f1-9d2f-e052a63fac51"; try { $.ajax({ type: "GET", url: "http://www.externallink.co...
Started by Stephen Binns on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
domain referencing (XSS) and it worked with one caveat - user gets a security warning "this page.
Cross domain Ajax calls are not allowed
Solution (not the best one)
Prepare a local file (e.g.
|
|
I have a web server/database/domainController. I notice that ports 137 and 138 on the public IP AND private IP are open on all machines there are also other open ports on 0.0.0.0.(ie. 135, 2002)
Can and should I close 137-139 on the public IP only? will...
Started by zsharp on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Check port.
To be clear though, you should absolutely restrict internet access on ports 137-139.
That's the most boxes.
The settings on the hardware firewall between these servers and the internet link.
|
|
Something very odd is happening. We have a Windows Server 2003 computer that is NOT part of our domain. It is simply just serving up files via file shares (don't ask me why they used Win 2k3 for a simple fileserver).
Anyways I'm attempting to join it ...
Started by smoak on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Take 5 trying to join the domain are you typing in the NetBIOS name of the domain or the DNS name of the domain? Whichever one....
Computer and sniff the traffic during the domain join operation to see what might be going awry.
|
|
I get the following Error:
An Active Directory Domain Controller for This Domain Could Not be Contacted
and...
I have working internet. I have an AD DC set up on the same subnet, but I thought I set this up before without having an AD DC.
Any ideas on...
Started by Noah Clark on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I always find the Domain Controller Diagnostic Tool (dcdiag.exe) tool useful....
Since the domain controller has a forward to my router, I can still get internet access to name using nslookup; if not add a reverse zone entry for it.
|
|
Is there any reason why I shouldn't use example.com as my AD domain versus example.local or some other non-existant variant?
Started by WedTM on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
That is connected to the Internet must be a subdomain of a top-level or second-level domain of the Internet to host the DNS for Active Directory locally!
The DNS for your Internet domain name (for your email as an example....
|