help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dynamic Addresses question


From: Jon Nials
Subject: Dynamic Addresses question
Date: Fri, 11 Jun 2004 14:39:13 -0500


If I want to have multiple ranges of Dynamic addresses, do I do this:

DynamicAddresses = ( 192.168.1.30-254 192.168.2.30-254 )

or this:

DynamicAddresses = ( 192.168.1.30-254 )
DynamicAddresses = ( 192.168.2.30-254 )


The first gives me a redefinition error and I don't know if the second actually works....

-Jon


reply via email to

[Prev in Thread] Current Thread [Next in Thread]