/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Fuzzy Fox <[EMAIL PROTECTED]> wrote: > > iptables -t nat -A POSTROUTING -d x.y.z.1 -j DNAT --to a.b.c.4 > iptables -t nat -A POSTROUTING -d x.y.z.2 -j DNAT --to a.b.c.5 > iptables -t nat -A POSTROUTING -d x.y.z.3 -j DNAT --to a.b.c.6 My mistake here... DNAT is performed during the PREROUTING phase, not the POSTROUTING. So, substitute PREROUTING above. Sorry for spreading wrong information. -- [EMAIL PROTECTED] (Fuzzy Fox) || "Good judgment comes from experience. sometimes known as David DeSimone || Experience comes from bad judgment." _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
