Questions tagged [internal-dns]

DNS that is visible within your corporate network and VPN, but which is not visible on the public Internet.

886 questions
0
votes
1 answer

How can I set up a private internal DNS server?

We have a windows server box in our office and then a number of desktop pc's running xp, and windows 7. All of our project'd databases sit on our server and each person uses SourceSafe for controlling versioning of the files. The dns entry to the…
Sixfoot Studio
  • 133
  • 1
  • 7
0
votes
1 answer

Load balance incoming traffic

Please I have the following scenario. 3 servers voip / mail / terminal one load balancing router 2 internet connections (static ip`s) My concern is to load balance incoming traffic since the outgoing traffic is being taking care by the load…
justin
  • 1
0
votes
1 answer

Pulling application updates from closest server?

Setup: 6 Major Sites with Server 2003/2008 DCs doing DHCP/AD Integrated DNS, each on their own subnet. All connect back to datacenter through a 3 mbps WAN ERP server running in the datacenter, accessed by clients at all sites Currently, when we…
0
votes
1 answer

bind9 DNS Ubuntu names pingible on server, but not on Windows Machines?

I setup a DNS server today on Ubuntu, following this tutorial. My intent was to setup my network for dns-name resolving on the private LAN within a single zone (nothing fancy I just want name resolution). I've tested the setup on the DNS server…
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

Use to host email for a domain name that wasn't our primary domain name

Exchange 2007 on an Server 2003 active directory. My primary domain (MyMainDomain.com) controller also hosts dns and dhcp. I have a secondary domain name (MySecondDomain.net) that my Exchange Server allows emails from. It wasn't a physical domain,…
ItsPronounced
  • 634
  • 4
  • 18
  • 40
0
votes
2 answers

forward lookup zone problem

In DNS manager i create forward lookup zone. After that I added host A with IP 10.10.101.xxx (this host and DNS have some IP) and name (uses parent domain name i.e. mysite.com). Problem: when type in address bar www.mysite.com I can't see site but…
Ognjen
  • 111
  • 4
0
votes
3 answers

Internal DNS Best Practice - should a slave resolve internet domain names?

I have inherited a internal DNS solution at my new company and I want to start to improve its reliability! At the moment there is one Master for the internal domain which forwards external DNS lookups to our ISP. There is one slave which only seems…
0
votes
5 answers

Dns trouble: can't ping networkbox.local from other computers

On my ubuntu dns server I use bind9 and this tutorial here I have setup networkbox.local to 192.168.1.3. When I ping this from my server it works correctly. But when I try and ping from another computer on the network It does not read the ipaddress.…
glisignoli
  • 123
  • 1
  • 2
  • 15
0
votes
2 answers

Issues with DNS and Full Qualified Names

I have several websites running in Sharepoint, with the following urls: http:// svsp1:2000 http:// svsp1:2001 http:// svsp1:2002 (SVSP1 being the server's name, and the respective ports) And now I need to test some of them using a real Blackberry,…
0
votes
2 answers

Windows Server 2008 DNS

We have Setup vpn.mysite.com and mysite.com to point to the same ip address which is one of our servers. We are trying to setup IIS to have it redirect requests to vpn.mysite.com to one interal ip and just mysite.com to another internal ip. The…
0
votes
1 answer

Problem configuring dnsmasq for local subdomains

I've set up dnsmasq on a virtal machine server in order to handle static wildcard subdomains on my local home network for development purposes. The idea is to have *.local.myapp.com resolve to the VM itself (bridged networking), running the http…
Greg
  • 187
  • 2
  • 8
0
votes
1 answer

Inside/Outside DNS Issue with Active Directory/ISA Server

I have a network in NY where I'm trying to migrate their MS Exchange Server to Rackspace at the DFW Datacenter in TX. The NY network, seemingly randomly, developed a strange DNS issue. The NY office AD domain is foo.com. www.foo.com, shop.foo.com,…
user54044
0
votes
1 answer

Strange local DNS bug

I have a strange problem with our local network at office. We have linksys router, wifi accesspoint (for laptops) and freebsd server which is connected directly to the linksys router. We have intranet web page (x.company.com) which becomes…
Vilis
  • 149
  • 1
  • 4
0
votes
3 answers

How I can redirect DNS requests trought FreeBSD to another DNS

How to configure FreeBSD to redirect all DNS requests to other DNS. We have set up FreeBSD as router for our company. We have two cards, one for lan and second for WAN whic is configured as Public static IP adress. What I want to do is: When some…
adopilot
  • 1,521
  • 6
  • 25
  • 41
0
votes
1 answer

Resolving on Dual-NIC with non-recursive DNS on internal side and recursive external DNS

Let's say I have an internal LAN (LANA) with AD/DHCP/DNS, isolated from the internet with no default gateway. Its DNS Server DNSA is thus non-recusive. A few of the servers also have a second NIC to a seperate LAN/Subnet (LANB) which does have a…