"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
> 
> 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to