I thought so too, but can't get it to work. So I was thinking maybe I'm doing something wront..=20 This is what I came up with. iptables -t mangle -A OUTPUT -m owner --uid-owner 1006 -j MARK --set-mark 0x15 ip rule add fwmark 0x15 table vhost1 ip ro add default via 192.168.10.2 src 192.168.10.8 dev eth0 table vhost1 ip ro f ca But no success... All trafic is still going out the box from my IP and not the virtual. On Fri, 25 Jan 2002, Patrick McHardy wrote: > hi! > You could mark the packets with the iptables owner extension > (-m owner --gid-owner lusers), make some aliased interfaces > and user the netfilter mark to route them out of these. > hope that helps, > patrick >=20 > Joachim Wickman schrieb: > >=20 > > Hello > >=20 > > Is it possible to assign a couple of IPs to some users on the box, so w= hen > > they ftp, ircs or something the servers they connect to doesn't see my = IP, > > but only the assigned IPs ?? > >=20 > > It seems like it=B4s possible, but haven't had any luck with it. > >=20 > > // Joachim > >=20 > > _______________________________________________ > > LARTC mailing list / LARTC@mailman.ds9a.nl > > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lar= tc/ > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc= / >=20