Google Groepen ondersteunt geen nieuwe Usenet-berichten of -abonnementen meer. Historische content blijft zichtbaar.

Using Python to send a DNS update packet

0 weergaven
Naar het eerste ongelezen bericht

Matt Whiteley

ongelezen,
24 dec 2003, 13:29:0324-12-2003
aan
Hello all,

I want to use Python to send a request to a Microsft DNS server to tell it
to update an A record. Ideally, this would be a secure update but primarily,
an unsecure one would do. Are there any python modules that will let me do
it or is there some code knocking around I could use ?

Thanks
Matt


Gabriel Genellina

ongelezen,
24 dec 2003, 14:48:5024-12-2003
aan Matt Whiteley, pytho...@python.org

Search for pydns or dnslib. One of them was dead and replaced by another
project but I dont remember.


Gabriel Genellina
Softlab SRL


Sean 'Shaleh' Perry

ongelezen,
24 dec 2003, 15:19:5824-12-2003
aan pytho...@python.org

twisted is a project to give easy networking support to python. Should get
you up and running pretty quickly.


Kirk Strauser

ongelezen,
27 dec 2003, 00:40:0627-12-2003
aan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The NSUpdate class from my Newtrino project at:

http://subwiki.honeypot.net/cgi-bin/view/Freebsd/NewTrino

uses the Unix `nsupdate' command to send TSIG-authenticated update messages
to a BIND 9 DNS. It may or may not work with an MS DNS - I haven't tested
it in that configuration - but it should be easy enough to adapt it to do
so.
- --
Kirk Strauser
The Strauser Group
Open. Solutions. Simple.
http://www.strausergroup.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/7RpS5sRg+Y0CpvERAsl/AJ4tk5uAQCXesYFWIjke/EB+rVhUuwCfShfC
5rtqJbqOKR5XfY0KfhXO9fk=
=/+K8
-----END PGP SIGNATURE-----

John P. Speno

ongelezen,
28 dec 2003, 14:17:2528-12-2003
aan
>> I want to use Python to send a request to a Microsft DNS server to tell it
>> to update an A record. Ideally, this would be a secure update but primari=

>ly,
>> an unsecure one would do. Are there any python modules that will let me do
>> it or is there some code knocking around I could use ?

Look at dnspython here:

http://www.dnspython.org/


0 nieuwe berichten