Hi! I'm trying to forward connections from one host to another over the same LAN using "iptables". Here's a description of my configuration: The first host has the IP address 172.20.1.245 The second has the IP address 172.20.1.254 and has a mail server listening on port 25/tcp. I would like to write a set of "iptables" rules for the first host so that any other host connecting to port 10025 on 172.20.1.245 would be redirected to port 25 on 172.20.1.254. For example: - host 172.20.1.10 connects to 172.20.1.245:10025 - 172.20.1.245 transparently forwards the connection to 172.20.1.254 - 172.20.1.10 then actually "talks" to 172.20.1.254:25 without even knowing it. Regards, Simion. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html