#!/bin/sh
echo "`date`: client down: " $* >> /tmp/mserver.log
/sbin/ipchains -D forward -s "$1" -j MASQ
