Click to See Complete Forum and Search --> : Problems with DNS on redhat 8.0


ArlinOrlando
03-15-2003, 02:18 AM
I'm trying to make the dns server work for hours, but i can't.... the http server is working perfect... but i have to use the ip.
I already have de domain, witch is on another server, and just for a test I was trying to change the master DNS to work on my machine.
Could anyone tel me step by step how i do to configure the DNS using the x interface on a redhat 8.0?!

Thanks.
Arlin

Icarus
03-15-2003, 11:33 AM
Try this (http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html)
I've found the HOWTOs from The Linux Documentation Project (tldp.org) to be very useful

bladeru12
03-16-2003, 01:12 PM
Thank you for the tip. I was getting ready to ask for the same question. I have been looking for a site that had their HOWTO indexed well.

I am also trying to set-up a DSN, FTP, and Web Server. To include Firewall and Masquerade my network.

THANKS

ps I hope this helps "ArlinOrlando" as well.

ArlinOrlando
03-21-2003, 07:24 PM
Thanks mahdi!
Your Tip help me solve a lot of problems, but I still have one problem:

When I run tail -f /var/log/messages it return:

Mar 21 19:30:55 localhost named[1715]: zone guerraderobos.com.br/IN: has no NS records

Here goes what is in the file guerraderobos.com.br.zone:

$TTL 86400
@___IN___SOA___ns1.guerraderobos.com.br. root.localhost (
________________3 ; serial
________________28800 ; refresh
________________7200 ; retry
________________604800 ; expire
________________86400 ; ttl
________________)


ns1___IN___NS___200.174.102.217

Anybody knows what is the problem ?

ps: ignore the "_" I insert them to replace the TABs here.

Thanks

ArlinOrlando
03-22-2003, 12:32 AM
I got it!
now its working, nevermind.

Thanks anyway!