|
From: Adam \Fuzzy\ K. <fu...@fu...> - 2006-12-06 19:49:30
|
Forgive my complete ignorance, but I can't find any documentation about the Bind Record Generators. Does anyone have any info on this? Is there a link some where that I missed? -- Adam "Fuzzy" Kennedy |
|
From: Adam \Fuzzy\ K. <fu...@fu...> - 2006-12-06 20:12:04
|
I'm an idiot. I found it. Feature request however. Would it be possible to have the record generator replace something like the # character with the incremental number? Say I want to generate IP's for a customer from the range: 192.168.1.100 through 192.168.1.200, but I want the hostname to reflect the customer name and the IP-nth number relative to their range they have been assigned. For example 192.168.1.100 = customercorp-ip01.mydomain.com 192.168.1.101 = customercorp-ip02.mydomain.com 192.168.1.102 = customercorp-ip03.mydomain.com etc. Possible? Adam "Fuzzy" Kennedy wrote: > Forgive my complete ignorance, but I can't find any documentation about > the Bind Record Generators. Does anyone have any info on this? Is there > a link some where that I missed? > -- Adam "Fuzzy" Kennedy |
|
From: Jamie C. <jca...@we...> - 2006-12-06 20:59:36
|
Actually, it already does this .. except that the $ character is used instead of #. - Jamie On 6/Dec/2006 12:11 "Adam \"Fuzzy\" Kennedy" wrote .. > I'm an idiot. I found it. > > Feature request however. Would it be possible to have the record > generator replace something like the # character with the incremental > number? > > Say I want to generate IP's for a customer from the range: > 192.168.1.100 through 192.168.1.200, but I want the hostname to reflect > the customer name and the IP-nth number relative to their range they > have been assigned. For example > > 192.168.1.100 = customercorp-ip01.mydomain.com > 192.168.1.101 = customercorp-ip02.mydomain.com > 192.168.1.102 = customercorp-ip03.mydomain.com > > etc. > > Possible? > > Adam "Fuzzy" Kennedy wrote: > > Forgive my complete ignorance, but I can't find any documentation about > > the Bind Record Generators. Does anyone have any info on this? Is there > > a link some where that I missed? > > > > -- > > Adam "Fuzzy" Kennedy > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |
|
From: Adam K. <fu...@fu...> - 2006-12-07 04:52:16
|
From what I have seen, it replaces $ with the last octet of the IP from the range you specify. What I'm looking for is something different With the range of 20 through 25, 20 is the 1st IP. So I want $ to be replaced with the number 1 when it does the .20 IP. When it creates a record for the .21 IP, it would replace $ with the number 2. When it creates a record for .22, it would replace $ with the number 3. If all else fails, I could just stop being picky and deal with how Webmin does things currently, but I'm a bit anal retentive. Jamie Cameron wrote: > Actually, it already does this .. except that the $ character is used instead > of #. > > - Jamie > > On 6/Dec/2006 12:11 "Adam \"Fuzzy\" Kennedy" wrote .. >> I'm an idiot. I found it. >> >> Feature request however. Would it be possible to have the record >> generator replace something like the # character with the incremental >> number? >> >> Say I want to generate IP's for a customer from the range: >> 192.168.1.100 through 192.168.1.200, but I want the hostname to reflect >> the customer name and the IP-nth number relative to their range they >> have been assigned. For example >> >> 192.168.1.100 = customercorp-ip01.mydomain.com >> 192.168.1.101 = customercorp-ip02.mydomain.com >> 192.168.1.102 = customercorp-ip03.mydomain.com >> >> etc. >> >> Possible? >> >> Adam "Fuzzy" Kennedy wrote: >>> Forgive my complete ignorance, but I can't find any documentation about >>> the Bind Record Generators. Does anyone have any info on this? Is there >>> a link some where that I missed? >>> >> -- >> >> Adam "Fuzzy" Kennedy >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> - >> Forwarded by the Webmin mailing list at web...@li... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list -- -Adam "Fuzzy" Kennedy |
|
From: Jamie C. <jca...@we...> - 2006-12-07 07:07:26
|
Ok, I see what you mean .. Unfortuantely the generation is done by BIND, so there isn't anything I can in Webmin to change the meaning of $ or add another special character. - Jamie On 6/Dec/2006 20:52 Adam Kennedy wrote .. > From what I have seen, it replaces $ with the last octet of the IP from > the range you specify. What I'm looking for is something different > > With the range of 20 through 25, 20 is the 1st IP. So I want $ to be > replaced with the number 1 when it does the .20 IP. When it creates a > record for the .21 IP, it would replace $ with the number 2. When it > creates a record for .22, it would replace $ with the number 3. > > If all else fails, I could just stop being picky and deal with how > Webmin does things currently, but I'm a bit anal retentive. > > Jamie Cameron wrote: > > Actually, it already does this .. except that the $ character is used > instead > > of #. > > > > - Jamie > > > > On 6/Dec/2006 12:11 "Adam \"Fuzzy\" Kennedy" wrote .. > >> I'm an idiot. I found it. > >> > >> Feature request however. Would it be possible to have the record > >> generator replace something like the # character with the incremental > >> number? > >> > >> Say I want to generate IP's for a customer from the range: > >> 192.168.1.100 through 192.168.1.200, but I want the hostname to reflect > >> the customer name and the IP-nth number relative to their range they > >> have been assigned. For example > >> > >> 192.168.1.100 = customercorp-ip01.mydomain.com > >> 192.168.1.101 = customercorp-ip02.mydomain.com > >> 192.168.1.102 = customercorp-ip03.mydomain.com > >> > >> etc. > >> > >> Possible? > >> > >> Adam "Fuzzy" Kennedy wrote: > >>> Forgive my complete ignorance, but I can't find any documentation about > >>> the Bind Record Generators. Does anyone have any info on this? Is there > >>> a link some where that I missed? > >>> > >> -- > >> > >> Adam "Fuzzy" Kennedy > >> > >> > >> ------------------------------------------------------------------------- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to share > >> your > >> opinions on IT & business topics through brief surveys - and earn cash > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> - > >> Forwarded by the Webmin mailing list at web...@li... > >> To remove yourself from this list, go to > >> http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > - > > Forwarded by the Webmin mailing list at web...@li... > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > -- > -Adam "Fuzzy" Kennedy > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |