Le 02/10/13 13:57, Konrad Karl a
écrit :
On Wed, Oct 02, 2013 at 10:48:41AM +0200, Damien Sandras wrote:On Linux the ip command seems to be able to determine the outgoing network interface and also the source address being used. It seems to query the kernel routing table via netlink socket (just straced the ip command) ip route get 8.8.8.8: (google name server) 8.8.8.8 via 192.168.1.1 dev p36p1 src 192.168.1.10 (correct, p36p1 was eth0 in prior universe) and ip route get 10.100.0.30: (openvpn) 10.100.0.30 via 10.100.0.9 dev tun0 src 10.100.0.10 (correct) Naive question: why cannot Ekiga do something similar? Good news... It will be implemented in next release. I'm finishing the GTK 3 port (including migration to the portable GSettings) and that's next on my TODO :) |