Bernd Felsche wrote: > >Or you could try port shameless.plug.org.au:1190, it goes to the same > >place. > > How did you hack that? xinetd of port forwarding? Iptables on the gateway :-) iptables -t nat -A PREROUTING -p TCP --dport 1190 -d $INET_IP -j DNAT --to-destination 10.0.3.66:119 Cameron.