Note that there are two way to configure openser in multi-home envs. : - either enable mhome param and openser will autodetect the outbound interface based on the destination - quite slow - either use force_send_socket() function if the msg flow is clear and you know from the script what interface should be used - very fast
Regards, Bogdan
jvelev@avangardsolutions.com wrote:
That fixed the problem. 10x
Regards, J.Velev
On Thu, 2008-06-05 at 20:11 +0300, Bogdan-Andrei Iancu wrote:
Hi,
have you enabled the mhomed param? http://www.openser.org/dokuwiki/doku.php/core-cookbook:1.3.x#mhomed
Regards, Bogdan
jvelev@avangardsolutions.com wrote:
Hello all
I'm trying to run OpenSER on a multi-home environment. OpenSER listens on the real IP and on the private one. The main idea is to proxy traffic coming from real IPs to the internal network.
OpenSER tries to reach the internal IPs talking to them with it's REAL IP despite it's directly connected to the internal network and can use it's private IP.
Comments & Ideas appreciated.