Is it possible to create 1 filter rule using fw selectors AND u32 selectors? Richard. -- ___________________________________________________________________ Recursion: see recursion +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tue, 1 Feb 2005, richard lucassen wrote:> Is it possible to create 1 filter rule using fw selectors AND u32 > selectors? > > Richard.http://kernel.umbrella.ro if you don''t have 2.6.11-rc1. If you have the latest iproute2 you can do: # send a packet with mark 3 and tcp with dport >= 1024 to 1:50 tc filter add dev dummy0 \ protocol ip \ parent 1: prio 13 \ u32 \ match mark 0x0003 0xffff \ match ip dport 0x0400 0x0400 \ flowid 1:50 See this link for more examples: http://kernel.umbrella.ro/net/mark_in_u32/examples.txt> > -- > ___________________________________________________________________ > Recursion: see recursion > > +------------------------------------------------------------------+ > | Richard Lucassen, Utrecht | > | Public key and email address: | > | http://www.lucassen.org/mail-pubkey.html | > +------------------------------------------------------------------+ > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >--- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrella.ro/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tue, 1 Feb 2005 16:58:46 +0200 (EET) "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro> wrote:> > Is it possible to create 1 filter rule using fw selectors AND u32 > > selectors? > > http://kernel.umbrella.ro if you don''t have 2.6.11-rc1. > If you have the latest iproute2 you can do: > > # send a packet with mark 3 and tcp with dport >= 1024 to 1:50 > tc filter add dev dummy0 \ > protocol ip \ > parent 1: prio 13 \ > u32 \ > match mark 0x0003 0xffff \ > match ip dport 0x0400 0x0400 \ > flowid 1:50 > > See this link for more examples: > http://kernel.umbrella.ro/net/mark_in_u32/examples.txtOk, thnx, unfortunately it''s a 2.4 machine. I just saw it in the changelog of 2.6.11rc1. That''s a good thing :-) As this machine will be upgraded in the coming months, I''ll put 2.6.11 on it. And which version do you call "new iproute2"? R. -- ___________________________________________________________________ Recursion: see recursion +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> As this machine will be upgraded in the coming months, I''ll put 2.6.11 > on it. And which version do you call "new iproute2"?If you download it _now_, you''ll be ok. :)> > R. > > -- > ___________________________________________________________________ > Recursion: see recursion > > +------------------------------------------------------------------+ > | Richard Lucassen, Utrecht | > | Public key and email address: | > | http://www.lucassen.org/mail-pubkey.html | > +------------------------------------------------------------------+ > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >--- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrella.ro/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tue, 1 Feb 2005 17:18:14 +0200 (EET) "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro> wrote:> > As this machine will be upgraded in the coming months, I''ll put > > 2.6.11 on it. And which version do you call "new iproute2"? > > If you download it _now_, you''ll be ok. :)<lazy_mode> Of course :-) But as I''m lazy I wondered if the Debian Sarge (20041019) was new enough ;-) </lazy_mode> -- ___________________________________________________________________ Recursion: see recursion +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tue, 1 Feb 2005, richard lucassen wrote:> On Tue, 1 Feb 2005 17:18:14 +0200 (EET) > "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro> wrote: > >>> As this machine will be upgraded in the coming months, I''ll put >>> 2.6.11 on it. And which version do you call "new iproute2"? >> >> If you download it _now_, you''ll be ok. :) > > <lazy_mode> > > Of course :-) But as I''m lazy I wondered if the Debian Sarge (20041019) > was new enough ;-) > > </lazy_mode>Nope. --- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrella.ro/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
hai.. I want to know about packer separation. Tell me the links and some source codes. That will be helpful for my project. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/