advanced dhcpd.conf
shimi
linux-il at shimi.net
Tue Jun 10 09:27:50 IDT 2014
On Tue, Jun 10, 2014 at 8:29 AM, Erez D <erez0001 at gmail.com> wrote:
> On Mon, Jun 9, 2014 at 10:31 PM, shimi <linux-il at shimi.net> wrote:
> > On Mon, Jun 9, 2014 at 6:15 PM, Erez D <erez0001 at gmail.com> wrote:
> >>
> >> no, i want:
> >> host vm01 { hardware ethernet 00:11:22:33:44:01 ; fixed-address
> 10.0.5.1 }
> >> host vm02 { hardware ethernet 00:11:22:33:44:02 ; fixed-address
> 10.0.5.2 }
> >> host vm03 { hardware ethernet 00:11:22:33:44:03 ; fixed-address
> 10.0.5.3 }
> >> ...
> >> host vm254 { hardware ethernet 00:11:22:33:44:fe ; fixed-address
> >> 10.0.5.254 }
> >>
> >
> > If it doesn't work out...
> >
> > php -r 'foreach(range(1,254) as $id) echo "host vm".str_pad($id, 3, '0',
> > STR_PAD_LEFT)." { hardware ethernet
> 00:11:22:33:44:".str_pad(dechex($id), 2,
> > '0', STR_PAD_LEFT)." ; fixed-address 10.0.5.$id }\n";'
> >
> > -- Shimi
> thanks.
> i didn't want to do this that way
>
I understand that. But sometimes the trivial solutions work best [not to
mention it took me < 1 minute] :)
This was just a suggestion for the case you can't get your way to work
eventually and do need a solution to the problem you're trying to solve.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.huji.ac.il/pipermail/linux-il/attachments/20140610/851de589/attachment.html>
More information about the Linux-il
mailing list