All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] tcng + NAT
@ 2004-08-02 16:02 mjoachimiak
  2004-08-02 16:56 ` lartc
  2004-08-04 23:45 ` mjoachimiak
  0 siblings, 2 replies; 3+ messages in thread
From: mjoachimiak @ 2004-08-02 16:02 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]


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.

[-- Attachment #2: Type: text/html, Size: 725 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] tcng + NAT
  2004-08-02 16:02 [LARTC] tcng + NAT mjoachimiak
@ 2004-08-02 16:56 ` lartc
  2004-08-04 23:45 ` mjoachimiak
  1 sibling, 0 replies; 3+ messages in thread
From: lartc @ 2004-08-02 16:56 UTC (permalink / raw)
  To: lartc

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, mjoachimiak@poczta.onet.pl 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 / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] tcng + NAT
  2004-08-02 16:02 [LARTC] tcng + NAT mjoachimiak
  2004-08-02 16:56 ` lartc
@ 2004-08-04 23:45 ` mjoachimiak
  1 sibling, 0 replies; 3+ messages in thread
From: mjoachimiak @ 2004-08-04 23:45 UTC (permalink / raw)
  To: lartc

     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, mjoachimiak@poczta.onet.pl 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 / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-04 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 16:02 [LARTC] tcng + NAT mjoachimiak
2004-08-02 16:56 ` lartc
2004-08-04 23:45 ` mjoachimiak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.