Click to See Complete Forum and Search --> : DNS Forwarding With Linux Box


wyseguy79
12-13-2000, 02:08 PM
*Looking for Help*
Ok heres my question.. I know you smart people have the answer. I currently have a Redhat box as my DNS Server, I set up a seperate box that is WIN NT. what do I have to change in the DNS file to make it point to the IP of the NT Box. Im not totaly sure of what the DNS file changes would be. That and I must say I had a really easy time setting up DNS for all my domains on Linux then I did on NT.
If anyone can help, let me know

Fandelem
12-13-2000, 06:01 PM
check this post out.. i tried to help someone else with a similar problem, perhaps it would be of some use to you:
http://www.linuxnewbie.org/ubb/Forum13/HTML/002977.html

*i don't know if it would work, but it's a starting point, atleast :}

wyseguy79
12-13-2000, 06:18 PM
Well it kinda had what i was getting to, but i thought it was possible to edit the domain.com DNS file in my /var/named/zone Folder. Like as in


domain.com. IN A IP
ns IN A IP
ftp IN CNAME Domain.com
mail IN CNAME Domain.com.
www IN CNAME Domain.com.

I figured there was a OUT line or something so that i would know to look on another IP for the website content.

Thanx..

Lorithar
12-18-2000, 03:36 PM
*grins*

the IN identifies the protocol type.
INternet.
if www.domain.com (http://www.domain.com) IN A ip.ad.of.nt
and you are running the webserver on the NT box this won't work unless it has a public ip.
If you are behind a firewall, point www. at the firewall, and PORTFORWARD the 80 port to the nt box.