>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>For daily digest info, email [EMAIL PROTECTED]
>>
>ipfwadm -F -l -e -x
>This will list the forwarding rules, and will give 'byte counts'. Your cron
>job can check the rules, and when the byte counts are stable for too many
>minutes, you can delete the rules in question.
>
You might want to try IPCHAINS (kernel 2.2.0) and have a separate chain for
the users, you can then clear just that chain ... eg,
-------------
# stuff to create and place chain is right place if it doesn't already
exist...
# Flush existing rules, if any...
ipchains -F user_chain
# Add rules for this user...
ipchains -A user_chain ...
-------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]