* [LARTC] Confuse, putting packets in wrong mangle table.
@ 2005-01-19 3:40 Rio Martin.
2005-01-19 8:19 ` Tóth Nándor
0 siblings, 1 reply; 2+ messages in thread
From: Rio Martin. @ 2005-01-19 3:40 UTC (permalink / raw)
To: lartc
Folks,
I am a little bit confuse in how to put these packets into correct mangle
table for traffic shaping.
This is what i ve planned to do:
- - - - :eth0 [ LINUX-BOX ] eth1: - - - -
Let say:
eth0: 220.100.1.1
eth1: 192.168.1.1
eth1:1 192.168.1.2
192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet.
I put every packets coming from internet (eth0) this way:
# iptables -t mangle -I PREROUTING -i eth0 .. * * * *
But what if i would like to do the same way with ip 192.168.1.1 and
192.168.1.2 ? How to put the packets in correct mangle table?
Thanks before ..
Regards,
Rio Martin.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Confuse, putting packets in wrong mangle table.
2005-01-19 3:40 [LARTC] Confuse, putting packets in wrong mangle table Rio Martin.
@ 2005-01-19 8:19 ` Tóth Nándor
0 siblings, 0 replies; 2+ messages in thread
From: Tóth Nándor @ 2005-01-19 8:19 UTC (permalink / raw)
To: lartc
Hi!
Rio Martin. wrote:
> Folks,
> I am a little bit confuse in how to put these packets into correct mangle
> table for traffic shaping.
>
> This is what i ve planned to do:
>
> - - - - :eth0 [ LINUX-BOX ] eth1: - - - -
>
> Let say:
> eth0: 220.100.1.1
> eth1: 192.168.1.1
> eth1:1 192.168.1.2
>
> 192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet.
> I put every packets coming from internet (eth0) this way:
> # iptables -t mangle -I PREROUTING -i eth0 .. * * * *
>
> But what if i would like to do the same way with ip 192.168.1.1 and
> 192.168.1.2 ? How to put the packets in correct mangle table?
You can only shape traffic leaving your interface. You have to shape the
incoming traffic at interface eth1, the outgoing traffic at interface eth0.
This site is great for learning:
http://www.knowplace.org/shaper/qdisc.html#egress
I found to use iptables+CLASSIFY method the easiest way to classify packets.
Your question is a little dizzy...
--
Udv,
Nandor
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-19 8:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19 3:40 [LARTC] Confuse, putting packets in wrong mangle table Rio Martin.
2005-01-19 8:19 ` Tóth Nándor
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.