Hi!

On Thu, May 17, 2007 at 02:28:37PM +0200, Xavier Neys wrote:
> ip rule add fwmark 2 table adsl
> ip rule add fwmark 1 table cable

Your forget to note what names of these tables 'adsl' and 'cable' must be
added to /etc/iproute2/rt_tables, for example:

echo '1    adsl'  >> /etc/iproute2/rt_tables
echo '2    cable' >> /etc/iproute2/rt_tables

-- 
                        WBR, Alex.

Attachment: pgpbCWRuetmzX.pgp
Description: PGP signature

Reply via email to