hm i have to correct my previous post.. i copied the discussed rule and it works fine... there must be an other mistake maybe something missing in the kern greets > -----Original Message----- > From: netfilter-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:netfilter-bounces@xxxxxxxxxxxxxxxxxxx]On Behalf Of Henrik > Nordstrom > Sent: Friday, September 30, 2005 2:45 PM > To: sebastian.ionita@xxxxxxxxxxxxxxxx > Cc: netfilter@xxxxxxxxxxxxxxxxxxx > Subject: Re: Iptables and vlan interfaces > > > On Fri, 30 Sep 2005 sebastian.ionita@xxxxxxxxxxxxxxxx wrote: > > > Why doesn't iptables works with vlans interfaces? > > iptables -t mangle -A FORWARD -i eth0 -o eth1.11 -j MARK > --set-mark 4 > > Gives me the error: > > host/network eth1.11 not found. > > Sounds like there may be a bug in your iptables command. > > Are you sure the command line given above is what you tried > to use? The > error seems to suggest a -s/-d option was used instead of -o. > > Regards > Henrik > >