Perhaps run two instances of memcached on the server, one to listen on each interface?
----- Original Message ---- From: carlb <[email protected]> To: memcached <[email protected]> Sent: Sunday, January 25, 2009 1:04:52 PM Subject: listen on multiple interfaces (-l) but not every IP interface? Is there a way to specify that memcached should listen to specified multiple interfaces only? I have a server with connections to two local area networks and to the outside Internet and want to listen on the two LAN cards only, ie: memcached -l 192.168.0.1,192.168.1.1 without leaving memcached exposed to the outside Internet. All of the documentation lists -l with only one interface specified - is it possible to list two?
