Hi all, I am trying to setup an alternative routing table to be used in specific circumstances. I do the following
1) Use iptables to mark the relevant packets iptables -t mangle -I POLICYROUTING 1 -p tcp --dport 80 -j CONNMARK --set-mark 2024/0x7F8 iptables -t mangle -I POLICYROUTING 2 -p tcp --dport 80 -m connmark ! set-mark 0/0x7F8 -j RETURN 2) Edited /etc/iproute2/rt_tables and added 250 loadbalance 3) Ran "ip route add default table loadbalance scope global nexthop via x.x.x.x dev eth2 weight 1 nexthop via x.x.x.x dev eth3 weight 1" 4) Ran "ip rule add fwmark 2024/0x7f8 lookup loadbalance" Although the rule seems to fire fine, when the uplinks reach 100% of their usage as per the QoS settings the machine freezes Any ideas? thanks ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Efw-user mailing list Efw-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/efw-user