~# ps ax|grep memcache
 6151 ?        S      0:03 /usr/bin/memcached -m 64 -p 11211 -u nobody -l
127.0.0.1


Can you telnet to that by name and by IP?

 # telnet localhost 11211
 # telnet 127.0.0.1 11211


Both localhost and 127.0.0.1 work.

/etc/hosts:

~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1       commando-1
127.0.1.2       public.localhost        public
127.0.1.3       private.localhost       private

Reply via email to