|
|
Re: Adding multiple A records for Class C''sFrom: Mia''s Virtual Post Office Date: Wednesday, October 25, 2000
Time: 12:57:07 pmAaron Lynch said:
Thanx Aaron... Works like a charm.. I do not know why I did not think of
this before.
>>
>>jer
>>www.hostdrive.com
>>Colocate Your G4 Cube at cubelocation.com
>>
>>NetZero = What this company will "NET" --- "ZERO"
>
>ok, I SUCK at applescript, but this oughta get you going.
>
>I made a new blank record in qdns admin,
>
>then
>
>
>tell application "QuickDNS Pro Admin"
> activate
> make new A record at end of document 1
> repeat with x from 1 to 255
> duplicate A record 1 of document 1
> end repeat
> repeat with x from 1 to 255
> set name of A record x of document 1 to "computer-" & x
> set IP number of A record x of document 1 to "111.111.111." & x
> end repeat
>end tell
>
>HTH
>
>-Aaron
>
jer
www.hostdrive.com
Colocate Your G4 Cube at cubelocation.com
NetZero = What this company will "NET" --- "ZERO"
|

Return to Digital Point Solutions' Home Page |