search for: isp_rules1

Displaying 1 result from an estimated 1 matches for "isp_rules1".

2006 Jul 03
0
routing speciffic traffic over speciffic ISP
...oad Balancing between the ISP's (with mpath) I want to route speciffic traffic over only one of the ISP's more specifficaly the ICQ traffic i have the following configs iptables -t mangle -A PREROUTING -p tcp --dport 5190 -j MARK --set-mark 0x5190 ip ru a from xxx.xxx.xxx.xxx prio 201 t isp_rules1 ip ru a fwmark 0x1 prio 301 lookup isp_rules1 ip ru a fwmark 0x5190 table isp_rules1 question: Is this correct because it is causing more problems than before it was employed? Is the sequence ok i.e. mark the needed traffic, then add a rule somewhere to direct it over one of the isps. thanks in...