<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
<br>
<blockquote type="cite"
cite="mid20040309104032.74528.qmail@web60106.mail.yahoo.com">
<pre wrap="">
You can filtered your Linux Box (the router one)
filetering with IPTables (kernel 2.4 or 2.6) or
IPchains (kernel 2.2).
You must filtered your ethernet card (the one which
have the public address and then route your "clean"
connection to your private ethernet (the private
ethernet card).
</pre>
</blockquote>
<br>
I know, I am already doing that.<br>
But I need to shape traffic (assign priorities for different ports,
limit bandwidth, balance bandwidth, etc...). <br>
This I'm trying to do with tc, but it doesn't seem to work. iptables
work fine, I'm with RH9.<br>
<br>
<br>
<br>
<blockquote type="cite"
cite="mid20040309104032.74528.qmail@web60106.mail.yahoo.com">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">What's the output of cat /proc/net/route?
Have you set up your eth intefaces (hope you have
</pre>
</blockquote>
<pre wrap="">two
</pre>
<blockquote type="cite">
<pre wrap="">ethernets cards)?
Have you add the route gateway to your Kernel ARP
Table?
route add -net 10.20.6.1 netmask 255.255.255.0 eth0
for example...
Best Regards
</pre>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<pre wrap=""><!---->
=====
--
Manuel Aróstegui Linux user 200896
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
<a class="moz-txt-link-freetext" href="http://messenger.yahoo.es">http://messenger.yahoo.es</a>
</pre>
</blockquote>
</body>
</html>