On 7/13/2004 11:54 AM, Daniel-Constantin Mierla wrote:
Hello, I guess you start ser in non-forking mode (fork=no in config file) and therefore only one process is created which will listen on the first interface found -- that is usually loopback (127.0.0.1). If you want to set explicitly the IP address to listen to, use listen=ip_address in config file. You can have ser listening to all IP addresses setting fork=yes and number of children greater than number op IPs (in config file: children=N).
errata: the number of children is set per interface, no need to be greater than number of IPs, just set fork=yes (thx to Andrei for attention).
Daniel
On 7/13/2004 11:42 AM, Cyprien Simons wrote:
Hi,
I want SER to accept request only from 2 given IP. So I wrote my configuration file like this:
if (source IP is the first IP) then {...} else if (source IP is the second IP) then {...}
but when I'm launching SER he tells me "more than one listen address found (will use only the the first one)".
any ideas?
Cyprien
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers