I'm trying to get local nameserver information for a reverse DNS lookup. In Linux I can parse the resolv.conf file. How do I get the same information for Windows programmatically using Python? What I'm looking for is an IP similar to 192.168.0.1 or 192.168.2.2.

link|improve this question

possible duplicate of Finding local IP addresses using Python's stdlib – GreenMatt Sep 19 '11 at 21:24
That finds the localhost's ip. I'm looking for the nameserver which is often the router. It's usually the same subnet with an address of 1, but sometimes it changes. – Emsu Sep 19 '11 at 22:00
Oops! Sorry. I should learn not to look at SO just before I leave work so that I read things more carefully. Anyway, I've not done this sort of thing before, but maybe the netifaces package will help: pypi.python.org/pypi/netifaces/0.3 and alastairs-place.net/netifaces – GreenMatt Sep 20 '11 at 1:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.