I'm no expert mind, but try this:
Put the following into /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/36masqLAN
#deny aol
ipchains -A input -p TCP -b --source-port 5190 -j DENY -l
ipchains -A input -p UDP -b --sourceport 5190 -j DENY -l
#deny ICQ Messaging (login.icq.com, icq.mirabilis.com,
www.icq.com)
ipchains -A input -b -d 205.188.179.0/24 -j DENY -l
ipchains -A input -b -d 64.12.162.0/24 -j DENY -l
ipchains -A input -b -d 205.188.153.0/24 -j DENY -l
ipchains -A input -b -d 205.188.248.0/24 -j DENY -l
ipchains -A input -p TCP -b --source-port 4000 -j DENY -l
ipchains -A input -p UDP -b --source-port 4000 -j DENY -l
#deny MSN Messaging (messenger.microsoft.com, block port 1863, MSN IP)
ipchains -A input -b -d 207.46.183.0/24 -j DENY -l
ipchains -A input -p TCP -b --source-port 1863 -j DENY -l
ipchains -A input -p UDP -b --source-port 1863 -j DENY -l
ipchains -A input -b -s 64.4.13.0/24 -j DENY -l
#deny IRC (Block entire 6660-7001 range)
ipchains -A input -p TCP -b --source-port 6660:7001 -j DENY -l
ipchains -A input -p UDP -b --source-port 6667:7001 -j DENY -l
then after creating the 36masqLAN file, you need to:
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq
/sbin/e-smith/signal-event remoteaccess-update
*i know that everything but the AOL bit works. (I made a mistake in my previous message. think i wrote network-create instead of remoteaccess-update. So please follow the instructions in this message. Hope it works. Let us know.