>> Or each route could have its prefered local address: >> route add default 10.0.12.1 -localaddr 10.0.12.7 >> >> The latter sounds the most general, so it might be the best way to go. in IPv4 code, rt_ifa is used for selecting source address for a particular routing entry. route -ifa should be sufficient. itojun