Re: multiple routing tables for internal router programs

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tom Diehl escribió:
>>
>
> Any possibility someone could repost this reply in english.
>

Sorry, Tom. My english is really awful.

>> Lo que podés hacer es "marcar" los paquetes mediante iptables -t mangle
>> y luego definir reglas (ip rule) para routear cada paquete de acuerdo a
>> la marca que tenga, por las tablas (ip route) que tengas definidas.
>>
>> Por ejemplo:
>> Definís una tabla con su gateway (alguno de tus conexiones), y le ponés
>> las redes que necesitás sean "conocidas" en la tabla:
>>
>> ip route add 127.0.0.0/8   dev lo          scope link table 100
>> ip route add $NET_INTERNA  dev $IF_INTERNA scope link table 100
>> ip route add $NET_ADSL1    dev $IF_ADSL2   scope link table 100
>> ip route add $NET_ADSL2    dev $IF_ADSL2   scope link table 100
>> ip route add default dev $IF_ADSL2 via $GW_ADSL2 table 100
>>
>>
>> Definís una regla que todo paquete esté marcado con un 1, use esa tabla
>> de routeo (salga por ese gateway...)
>>
>> ip rule add fwmark 1 table 100
>>
>> Y también, marcás con un 1 cada paquete que querés que use esa tabla
>> (por ejemplo, el tráfico web):
>>
>> iptables -t mangle -A PREROUTING -p tcp --dport 80 -j MARK --set-mark 1
>
> Regards,
>
I was saying Andrea:  Try to define a new routing table, add a chain in
mangle table for tagging packets and add a rule to deliver those packets
to the new route.
Again, I'm sorry.   I didn't know this is a "english-only" list.


Saludos!

Javier.-
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux