Changeset 715


Ignore:
Timestamp:
06/01/06 14:29:48 (7 years ago)
Author:
mglb1
Message:

Small fix to the accounting rules to cover when DSL modems are used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/resources/ccs_monitor.fw

    r711 r715  
    106106    # Hook in the accounting stuff 
    107107    policy forward-in accounting 
     108    policy forward-out ACCEPT --source 192.168.0.0/16 
     109    policy forward-out ACCEPT --source 172.16.0.0/12 
     110    policy forward-out ACCEPT --source 10.0.0.0/8 
    108111    policy forward-out accounting 
    109112fi 
Note: See TracChangeset for help on using the changeset viewer.