I have two separate instances of named running on a system. One for
internal and one for external.
The dns appears to work fine. With nslookup, you can choose which ever
server you desire, and it provides answers.
if i try to run an application that uses dns on this machine however, it
bombs.
ssh and ftp both work fine to the ip but not to the FQDN. see below.
Any ideas on this one?
I've also copied the options section of one of the named.conf files.
TIA
pb
%ssh [EMAIL PROTECTED]
ssh: gk-cpa.com: Non-recoverable failure in name resolution
%nslookup xxx.com
Server: localhost.sysadmin-inc.com
Address: 127.0.0.1
Name: xxx.com
Address: 10.30.1.20
// $FreeBSD: src/etc/namedb/named.conf,v 1.6.2.1 2000/07/15 07:49:29 kris
Exp $
options {
directory "/etc/namedb";
forwarders { 207.230.75.34; //ns1.deltacom.net
207.230.75.50; //ns2.deltacom.net
206.191.128.46; //c2901.wa.net
199.166.24.1; }; //ns1.vrx.net
allow-transfer { 209.16.228.140; //virtual/ns2
207.230.75.34; //ns1.deltacom.net
207.230.75.50; }; //ns2.deltacom.net
query-source address 209.16.228.145 port 53;
transfer-source 209.16.228.145;
listen-on { 209.16.228.145; 209.16.228.150; };
dump-file "s/named_dump.db";
pid-file "s/named.pid";
}; //end of options
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message