RE: problem with setup of dns on freebsd-5.4

2005-07-18 Thread John Brooks
"netstat -an | grep LISTEN" doesn't show listening udp ports try instead "netstat -na | more" -- John Brooks [EMAIL PROTECTED] > > Hello Antoine, > > do you have a firewall on the box ? > > what about: > netstat -an | grep LISTEN > ipfw list > ps auwx | grep named > cat /etc/resolv.conf

Re: problem with setup of dns on freebsd-5.4

2005-07-18 Thread Charles Swiger
On Jul 18, 2005, at 5:20 PM, Antoine Solomon wrote: I setup a simple dns server so i can keep all hosts in one place. The only problem that I have is that from other hosts i am unable to connect to dns server. When I do a nmap of the dns server, I don't get the port 53. But when I login to th

Re: problem with setup of dns on freebsd-5.4

2005-07-18 Thread Mathieu CHATEAU
Hello Antoine, do you have a firewall on the box ? what about: netstat -an | grep LISTEN ipfw list ps auwx | grep named cat /etc/resolv.conf cheers, Monday, July 18, 2005, 11:20:56 PM, you wrote: AS> hello all, AS> I setup a simple dns server so i can keep all hosts in one place. The AS

problem with setup of dns on freebsd-5.4

2005-07-18 Thread Antoine Solomon
hello all, I setup a simple dns server so i can keep all hosts in one place. The only problem that I have is that from other hosts i am unable to connect to dns server. When I do a nmap of the dns server, I don't get the port 53. But when I login to the fbsd system which hosts dns, everything