in reply to Re^4: Net::DNS::Resolver v0.61 output
in thread Net::DNS::Resolver v0.61 output

Well... Seen from my WS, this turns to the following:
$ nslookup > server ns7.pyxis.com Default server: ns7.pyxis.com Address: 207.114.139.26#53 > 10.8.239.254 ;; connection timed out; no servers could be reached >
Did you run your nslookup from the same IP where you then launched your Perl script ?

It seems that some network/routing problems are interfering.
Any firewall, permissions issues ?

Krambambuli
---
enjoying Mark Jason Dominus' Higher-Order Perl

Replies are listed 'Best First'.
Re^6: Net::DNS::Resolver v0.61 output
by mikejones (Scribe) on Oct 24, 2007 at 20:42 UTC
    You will not be able to access these BIND servers b/c they are protected by a firewall. The script is running on a server inside the firewall as is my nslookup command.
        yes the same server as the script is running is where nslookup succeeds.