> echo 500 icmp >> /etc/iproute2/rt_tables > ip rule add fwmark 1 table icmp > ip route add default via $ICMP_LINK dev $ICMP_LINK_IF table icmp crap... that's not very clear--it should be: ip route add default via $ICMP_LINK_GW dev $ICMP_LINK_IF table icmp for example: ip route add default via 1.2.3.4 dev ppp0 table icmp sorry. -j