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

Re: iptables and routing



That sounds like exactly what I want to do.  Would you be willing to
send me a copy of your script(s) that you have made to do this?

I always thought I was the problem.

Remco van de Meent wrote:
> 
> What you need to do is, roughly:
> 
>   o  in the OUTPUT table, mark the packets you want to go through your
>      secure connection with some value. E.g. match on source port 80
>      and owner nobody;
> 
>   o  make sure that packets marked with that value are processed in a
>      seperate routing table, using 'ip rule', and setup that routing
>      table according to your demands
> 
> In my case the idea is that I have two uplinks and I want some
> applications to use the first uplink, and use the second by default.
> 
> regards,
> Remco.

-- 
Regards,
Robert Davidson.
http://www.mlug.org.au/



Reply to: