<quote who="[EMAIL PROTECTED]"> > (I missed most of the discussion due to e-mail problems). > > "connection refused" sounds like there is no server listening on the TCP > port. What does "netstat -tanp" give for port 53?
Amos it looks I sorted some more of it, by, enabling TCP not just UDP: # netstat -tanp | grep :53 tcp 0 0 203.42.34.54:53 0.0.0.0:* LISTEN 27791/named but, the prob was I was blocking port 53 -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
