On Fri, Jul 25, 2003 at 11:17:57AM +0100, Chris Wilson wrote: > > But I cannot specify an interface -i eth1.2 in the prerouting, because > > it occurs pre-routing? > > I don't see why you can't do this. We do it and it works. You might get a > warning about "strange characters in interface name" if you have an old > iptables version, but it should still work. This is a typo. What he meant was "-o"... > > How can I forward traffic to a host on a vlan when the vlans don't > > use unique addressing schemes?.. I was thinking I may have to -j > > REDIRECT the traffic to another chain, and forward it from there? > > I don't think the REDIRECT target would help you here. Absolutely. REDIRECT has nothing to do with "REDIRECT the traffic to another chain". Ramin > > Cheers, Chris.