Results 1 to 3 of 3

Thread: IP address for DNS server

  1. #1

    IP address for DNS server

    Hello,

    I am about to setup a DNS server for my corporate network. Once in place I will add web and mail servers as well. Since I will be hosting services, I need a nameserver to handle DNS requests from the Internet for my domains.

    Now here's my question.....I have a linux iptables firewall/router in place now. Do I assign my new nameserver a local private IP and have DNS requests from the Internet forwarded by my firewall to my locally addressed box, or should I just go ahead and assign a public IP to my nameserver and install iptables on it as well?

    Thanks for any advice you can offer.

  2. #2
    Administrator Moderator
    Member
    starfish's Avatar
    Join Date
    Apr 2004
    Posts
    141
    I'd put the server on the outside with iptables.

    Putting it on the local network runs the risk of someone hacking the box via a DNS exploit and then gaining unrestricted access to the rest of your network.

    Another soultion is to add another leg to the firewall and place it on that network. This would be a classic DMZ configuration, but remember that as much as possible, only allow inbound connections to the servers in the DMZ for best security. This way a hacked DMZ server won't have access to your corporate network.

    If teh DMZ DNS servers are using NAT, then you'll probably have to use BIND zones to get your DNS correct to provide private IPs for the corporate queries and public IPs for queries from teh Internet.

    The Linux Home Networking site has rought outlines on how to do this.

  3. #3
    Thanks for the advice......this was the way I was leaning to go.

Similar Threads

  1. Active Directory LDAP Compliance
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:34 AM
  2. Set Up SQL Server with Proxy Server
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:18 AM
  3. ISA Server on Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:50 PM
  4. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  5. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •