"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
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
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
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