Question : batch PTR creator?

I have a very large amount of reverse DNS pointers to create. Does anyone know of a tool that will do this for me? They will all have the same hostname -- only the PTR number will change.

It just doesn't seem feasible to do a thousand of these by hand.

Answer : batch PTR creator?

Create zone and then:

for /l %i in (1,1,255) do dnscmd /recordadd 1.168.192.in-addr.arpa %i PTR dynamic.domain.com

if you are running it from the batch file - replace %i with %%i
Random Solutions  
 
programming4us programming4us