Works for me.
# netstat -anp | fgrep 11211
tcp 0 0 10.1.2.102:11211 0.0.0.0:*
LISTEN 16181/memcached
tcp 0 0 127.0.0.1:11211 0.0.0.0:*
LISTEN 3877/memcached
udp 0 0 10.1.2.102:11211 0.0.0.0:*
16181/memcached
udp 0 0 127.0.0.1:11211 0.0.0.0:*
3877/memcached
You just have to supply the -l parameter.
Brian.
--------
http://brian.moonspot.net/
On 5/26/10 2:17 PM, Ravi wrote:
Hi,
Is there any way to run multiple instance running on one single server
with bound same port and different IP's , as I know it is not possible
but any patch or anything new code that can be implement on it.
I need the same port running on different IP's , can any one help out
on this.
Ravi