* Per-Olov Sj?holm <[EMAIL PROTECTED]> [2006-04-06 00:31]:
> The PF rule...
> pass in quick on $EXTERNAL_INT inet from any to $COLOC_IPS_1 label 
> "TEST:$dstaddr#" keep state
> 
> Gives a label like....
> TEST:65.45.128.128/25# 230 3099 1511793 1370 148914 1729 1362879
> 
> 
> Is there an easy way to do expansion of $COLOC_IPS_1 so that the single 
> rule above give labels like...
> TEST:65.45.128.128/1# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/2# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/3# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/4# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/n# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/n+1# 230 3099 1511793 1370 148914 1729 1362879
> TEST:65.45.128.128/254# 230 3099 1511793 1370 148914 1729 1362879
> 
> 
> This so we could measure each customers dedicated server statistics.
> 
> 
> If not. Anybody with a good suggestion?
> I know I can add all IPs separately to pf.conf to have these inividual 
> labels. But that is the last option. It would be really nice if we could 
> do label expansion of an IP block instead..
> 
> Possible today or eventual feature request?

not possible today, and not easily to be done at all.

I think that we need to go to better netflow support for accounting 
purposes.

-- 
Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED]
BS Web Services, http://bsws.de
OpenBSD-based Webhosting, Mail Services, Managed Servers, ...

Reply via email to