How to use imspector (www.imspector.org) with arnos iptables firewall:
imspector must be installed!
add to: /usr/local/share/arno-iptables-firewall/plugins/50transparent-proxy.plugin
if [ -n "$ICQ_PROXY_PORT" ]; then echo " Redirecting all internal ICQ(port 5190) traffic to proxy-port $ICQ_PROXY_PORT" IFS=' ,' for interface in $INT_IF; do iptables -t nat -A PREROUTING -i $interface -p tcp --dport 5190 -j REDIRECT --to-ports $ICQ_PROXY_PORT done fi
add to: /etc/arno-iptables-firewall/plugins/transparent-proxy.conf
ENABLED=1 ... ICQ_PROXY_PORT="16667"
3. restart your firewall
4. for msn, jabber, etc … replace with msn:1863, jabber:5222 oder irc:6667 for example