<div dir="ltr"><div><div><div><div><p dir="ltr">Hi,</p>Interface selection is done by kernel when routing lookup is done, no ?<br></div>If you have the same destination and multiple interface to reach it, kernel will chose the best one (according metric values).<br><br></div>If you want to force trafic to go through an interface, interface must be attached to different routing table (rt_table), and with ip rule command, you can select  routing table for this packet (using packet marking).<br><br></div>Another recent kernel feature is VRF: <a href="https://www.kernel.org/doc/Documentation/networking/vrf.txt">https://www.kernel.org/doc/Documentation/networking/vrf.txt</a><br><br></div>Regards.<br><div><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">Le 12 juil. 2016 19:45, "SamyGo" <<a href="mailto:govoiper@gmail.com" target="_blank">govoiper@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>Question: <br>Is there a function in kamailio to get the interface/listen IP kamailio would use to route a packet out for a domain / ip ?<br><br>Example: <br><br>$avp(interface_ip) = find_interface_for_request("192.168.12.123");<br><br>And it gives me the Kamailio's Listen address that would be used for sending call out to this IP/Domain !<br><br>I've a weird situation where a multi-homed kamailio with about 7 different interfaces needs to send call out, I've so many RTProxy instances to engage but I can't decide which instance to engage since I do not know which Interface the Packet would route out from.<br><br>Regards,<div>Sammy</div><div><br><div><br></div></div></div>
<br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div></div>
</div></div></div></div></div></div></div>