DNS forwards


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users DNS forwards
# 1  
Old 05-22-2002
DNS forwards

I have to put in an Forward from an ip adress to another in our
DNS , anyone know how to do that i pretty sure i have to put
in somewhere in the named files but where?

I tryed to put it in like an CNAME but it didn't work.

any suggestions?

/Nick
# 2  
Old 05-22-2002
First, it would really help if you told us what OS you are running. My HPUX is setup rather differently than some other OSs.

If I understand correctly, the CNAME is an alias hostname. I think you need to define it first before you can give it an alias.

If you don't have the O'Reilly TCP/IP and the DNS/BIND books, get them. They are GREAT!.

I think the TCP/IP book is what will help you with the named.* files. I haven't really dealt with that but I have the book and it discusses exactly what you are asking.


Hope this helps!
Smilie
# 3  
Old 05-23-2002
It would also help to know what version of bind.

On version 8 it would be named.conf and would look something like ( this is the top part of the file - shortened to what you needed - IP addresses changed to protect the company):

# Bind 8 Config File
# Created 9/16/98 Kurt Strassner
# High Level Options

options
{
directory "/var/named" ;
version "NOYB";
multiple-cnames yes ;
check-names master warn ;
check-names slave ignore ;
forward only ;
forwarders { 16.4.1.66 ; 16.4.1.67 ; } ;
} ;
thehoghunter
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

2. Red Hat

dns

how do we update dns zone file entries without restarting named demon (5 Replies)
Discussion started by: abhay1983
5 Replies

3. Red Hat

DHCP & DNS - Clients get IP but don't register in DNS

I am trying to setup a CentOS 6.2 server that will be doing 3 things DHCP, DNS & Samba for a very small office (2 users). The idea being this will replace a very old Win2k server. The users are all windows based clients so only the server will be Linux based. I've installed CentOS 6.2 with... (4 Replies)
Discussion started by: FireBIade
4 Replies

4. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

5. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

6. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

7. IP Networking

Dns

I would like to set up a DNS on my system, just to learn really, how difficult and what all is involved in the set up? How difficult? (6 Replies)
Discussion started by: jo calamine
6 Replies

8. UNIX for Dummies Questions & Answers

Dns

I just bought a unix dedicated server from a company so that i can host websites on that server. I wanted to configure it but I have no clue :confused: as to where to start. If some one can just guide me to the right direction, i would greatly appreciate it. megnote (1 Reply)
Discussion started by: megnote
1 Replies
Login or Register to Ask a Question