Microsoft
Software
Hardware
Network
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
Mapped drives on losing connection (Windows XP client on Server 2003)
Time synchronization with SCO OpenServer
Lotus notes : mails disappering after reading them
Asterisk and Postgresql
Too many POSIX.exe on Windows
First chance exception
Internet connection
Microsoft Loopback Adapter on XP - Effects of changing network configuration?
GPS device plugin to router
FC sendmail will not send mail (relay)