G'day all... I've been reading through netfilter's NAT howto.
I'm trying to do some transparent proxying of port 25, and am testing it on my local machine. (FWIW, I'm using Mandrake 8.2) I execute `iptables -t nat -A PREROUTING -p tcp --dport 25 -j DNAT --to other-box` where other box is the ip address of the machine I want it to redirect to... When I telnet to other-box on port 25, it connects perfectly, however when I telnet to localhost on port 25 it refuses connection. Any hints as to why the port is being forwarded? Thanks... Mike P.s. If you could also reply to this address, it'd be great as I'm not subscribed to slug from work. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
