LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-23-2006, 09:40 AM   #1
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Rep: Reputation: 60
DNS Configuration


Here is my network: My ISP is doing all of the DNS stuff.

Firewall (Linux)------DMZ----------Web Server
|
|
|
Proxy (linux)----- Wireless LAN(linux)
|
|
|
LAN(windows)

Do I need 2 dns servers for my network. One for the outside and one for the inside? How would I properly configure these DNS servers to work with my hybrid network (linux & Windows). Is there a easy how-to?
 
Old 06-23-2006, 09:51 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
DNS doesn't give two hoots about what operating systems are being used. Can you provide more detail about what your DNS servers are intended to do? are you wanting to serve your own records for a domain you own and also forward to the internet for other requests? this is reasonably basic DNS stuff, nothi9gn a simple BIND configuartion would have any trouble with. more information would be a help though.
 
Old 06-23-2006, 10:12 PM   #3
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Original Poster
Rep: Reputation: 60
I would like to set up my own DNS servers for my own web server.
 
Old 06-24-2006, 02:34 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well you'd simply look to follow the bind howto if it is bind that you wish to be using. one instance can happily server internal and external requests, no need fo rmultiple instances or anything,
 
Old 06-24-2006, 09:15 AM   #5
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Original Poster
Rep: Reputation: 60
What about any security advice that I should know about? And what machine should I place my Bind on, please refer to my network from above. thanks

Last edited by metallica1973; 06-24-2006 at 09:16 AM.
 
Old 06-25-2006, 01:08 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
there's not a huge amount to say about security, as long as you don't enable options for rmeote updates and things like that, which are turned off by default i would assume.

as for where to put it.. really up to you. i would assume that your proxy and your firewall are probably performing some additional functions too... i'd probably say your proxy, but you've not said anything about what's running on it etc...
 
Old 06-28-2006, 05:17 AM   #7
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Original Poster
Rep: Reputation: 60
On my proxy I am simply running Novell Suse 10,Squid and Dansguardian to filter websites. My firewall is only running a firewall script that I built and it is running on Suse 10 as well. So you think that is should go on my proxy? If I am going to be serving my own records for my own domain for my webserver what needs to be done to protect it from the internet and a cracker messing with stuff?
 
Old 06-28-2006, 05:24 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i'm not a bind security expert to be honest, but as long as options are left on the safe defaults, you should be fine. that proxy seems a reasonable place, yeah. I guess if you wanted to be hardcore, you'd want to have a secondary domain running on the webserver, which replicated from the proxy server. so you'd use the proxy one as fyou formal local master, and only expose a copy of the records to the internet. getting a bit OTT there though!
 
Old 06-28-2006, 10:54 AM   #9
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Original Poster
Rep: Reputation: 60
Can you point me to a simple how to ? Also what is the difference between Bind and dhcpd or Named?

Last edited by metallica1973; 06-28-2006 at 10:55 AM.
 
Old 06-28-2006, 01:58 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
named (name daemon) *IS* BIND (Berkeley Internet Name Daemon) and is a DNS server

dhcpd is a DHCP server, so performs a totally seperate role.

as far as guides, to be honest the bind howto at tldp.org wouldbe the first port of call.
 
Old 06-28-2006, 09:02 PM   #11
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Original Poster
Rep: Reputation: 60
one more question RHCE or NCLE or LPI level 2? Which one carries more weight. I see that you are RCHE certified.
 
Old 06-29-2006, 01:07 AM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
RHCE by a country mile. suse isn't number one, redhat is. and LPI is just a chepa memory test.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dns configuration ricnoah Red Hat 6 02-26-2006 05:50 PM
DNS configuration ?? xedios Linux - Software 6 12-23-2004 01:59 PM
DNS Configuration anibiswas Libranet 3 03-15-2004 08:56 PM
DNS configuration? existo Slackware 1 01-30-2004 12:43 PM
DNS Configuration doulos Linux - General 1 02-15-2002 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration