Hi ajd335, I have no doubt about the acronyms of DNS and DHCP ;-) what I wanted to know is the environment within which you want to export your text file of ip and macaddresses. i.e. when you change your systems ip, you also need to change the information on your DNS server - is this server a standard router, a computer with windows running on it or is it a unix/linux based server? If it is a linux based server, the usual DNS program (called bind or littledns or whatever), will have text files that have (for bind) extensions .db - so the solution to your problem will depend on what the system is and whether the perl scrip one writes can be portable to that system. Thanks for your clarifications.

In reply to Re^3: importing text to DNS...Code by eosbuddy
in thread importing text to DNS...Code by ajd335

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.