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).
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(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers