help-cfengine
[Top][All Lists]
Advanced

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

Re: IPRange classes not working for me


From: Chip Seraphine
Subject: Re: IPRange classes not working for me
Date: Mon, 2 Aug 2004 09:11:03 -0500
User-agent: KMail/1.5.4

On Sunday 01 August 2004 09:57, Donald Zoch wrote:
> On Sat, Jul 31, 2004 at 06:48:43PM -0500, Brendan Strejcek wrote:
> > Donald Zoch wrote:
> > 
> > > classes:
> > > 
> > >     tx = ( IPRange(192.168.0-255.0-255) )
> > 
> > It looks like you have the syntax wrong. The example in the reference
> > is:
> > 
> >     inrange = ( IPRange(128.39.89.10-15) )
> > 
> > Or was this a a typo in your post?
> 
> Not a typo.  I saw someone use ranges in more than just the
> last octet in some other example.  I didn't know if that
> was correct or not.

I've worked around similar issues by simply looking for the hard class.  It 
only breaks up by octet, so a /28 network might require an extra line, but it 
should be good enough for this.

Just do something like this:
tx= ( ipv4_192_168 )

-- 

Chip Seraphine
Unix Administrator
TradeLink, LLC
312-264-2048
chip@trdlnk.com





reply via email to

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