Re: [LARTC] tcng + NAT

2004-08-04 Thread mjoachimiak
 class ( <$adsl_medium> ) if meta_nfmark == 0x30;
It works great. Thanks for help :D.

> Hello,
>
> you can try:
>
>
> .
> .
> .
>
> // ip header type of service
> class ( <$adsl_high> ) if ip_tos == 0x80;
> // metadata packet mark
> class ( <$adsl_medium> ) if meta_nfmark == 0x30;
> .
> .
> .
> Cheers
>
> Charles
>
>
>
>
> On Mon, 2004-08-02 at 18:02, [EMAIL PROTECTED] wrote:
> >
> > Does anybody know how to you use tcng with packet marking. I'm
> > masquerading my connection so to shape outbound traffic I need to mark
> > packets with iptables. But how to you make tcng to recognize marked
> > packets?
> >
> > Thanks for your help.
>
> ___
> LARTC mailing list / [EMAIL PROTECTED]
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/


Re: [LARTC] tcng + NAT

2004-08-02 Thread [EMAIL PROTECTED]
Hello,

you can try:


.
.
.

// ip header type of service
class ( <$adsl_high> ) if ip_tos == 0x80;
// metadata packet mark
class ( <$adsl_medium> ) if meta_nfmark == 0x30;
.
.
.
Cheers

Charles


   
   

On Mon, 2004-08-02 at 18:02, [EMAIL PROTECTED] wrote:
>  
> Does anybody know how to you use tcng with packet marking. I'm
> masquerading my connection so to shape outbound traffic I need to mark
> packets with iptables. But how to you make tcng to recognize marked
> packets?
>  
> Thanks for your help.

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/


[LARTC] tcng + NAT

2004-08-02 Thread mjoachimiak



 
Does anybody know how to you use tcng with packet 
marking. I'm masquerading my connection so to shape outbound traffic I need to 
mark packets with iptables. But how to you make tcng to recognize marked 
packets?
 
Thanks for your help.