Hello Is it possible to shape incoming traffic for local linux users ? Iptables can mark packets created from certain pid/uid/gid. Is there a way to do the same for packets _destined_ for some pid/uid/gid so that I can later shape them with IMQ ? Thanks in advance Dimitris Kotsonis _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi Dimitris, You could try this patch to the owner match. Its working fine for me, but i''ve seen it crash for unknown reasons on other boxes. anyway its not very important to me so i won''t try to fix it, but if you''re brave you could give it a shot ;) Bye, Patrick Dimitris Kotsonis wrote:> > Hello > > Is it possible to shape incoming traffic for local linux users ? > > Iptables can mark packets created from certain pid/uid/gid. Is > there a way to do the same for packets _destined_ for some pid/uid/gid > so that I can later shape them with IMQ ? > > > Thanks in advance > > Dimitris Kotsonis > > > > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi again, after looking at it i noticed a possible reason for the crashes i menitioned. This version has at least that problem fixed (and some mix-ups i changed manually in my running version). Still no promises but at least it should be better than the first version. Bye, Patrick Patrick McHardy wrote:> Hi Dimitris, > > You could try this patch to the owner match. Its working fine for me, > but i''ve seen it crash for unknown reasons > on other boxes. anyway its not very important to me so i won''t try to > fix it, but if you''re brave you could give > it a shot ;) > > Bye, > Patrick > > Dimitris Kotsonis wrote: > >> Hello >> Is it possible to shape incoming traffic for local linux users ? >> >> Iptables can mark packets created from certain pid/uid/gid. Is >> there a way to do the same for packets _destined_ for some >> pid/uid/gid so that I can later shape them with IMQ ? >> >> Thanks in advance >> >> Dimitris Kotsonis >> >> >> >> >> _______________________________________________ >> LARTC mailing list / LARTC@mailman.ds9a.nl >> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > >