Ken,
Thanks. I followed you instrustions and it installed fine.
I started up bind and can now dig @127.0.0.1 whatever.com and get a response.
The only problem is when I use netstat -l | grep -e "domain" -e "54" i get "warning, got duplicate tcp line. a netstat -l gets me the folowing.
[root@tms1 ~]# netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:20000 *:* LISTEN tcp 0 0 *:768 *:* LISTEN tcp 0 0 *:nfs *:* LISTEN tcp 0 0 *:32769 *:* LISTEN tcp 0 0 *:32770 *:* LISTEN tcp 0 0 *:5801 *:* LISTEN tcp 0 0 *:747 *:* LISTEN tcp 0 0 *:pop3 *:* LISTEN tcp 0 0 *:imap *:* LISTEN tcp 0 0 *:sunrpc *:* LISTEN tcp 0 0 *:10000 *:* LISTEN tcp 0 0 *:http *:* LISTEN tcp 0 0 *:6001 *:* LISTEN tcp 0 0 tms1.teltrax.com:domain *:* LISTEN tcp 0 0 localhost.localdomai:domain *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 0 localhost.localdomain:smtp *:* LISTEN tcp 0 0 tms1.teltrax.com:smtp *:* LISTEN
Is this ok?
-jason