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