memcached on public ip

Brad Fitzpatrick brad@danga.com
Tue, 21 Oct 2003 13:32:26 -0700 (PDT)


Yeah, that should work.

- Brad


On Tue, 21 Oct 2003, heath boutwell wrote:

> Any problems with this as long as there is a firewall ruleset to deny incoming attempts on
> memcached port?  i.e. something like this:
>
> ## ACCEPT FROM GOOD IP
> iptables -A INPUT -i eth0 -s $ALLOWABLE_IP_HERE -p tcp --dport $MEMCACHED_PORT_HERE -j ACCEPT
>
> ## REJECT FROM THE REST
> ipchains -A input -j REJECT -s 0/0 -d 0/0 $MEMCACHED_PORT_HERE -p tcp
>
> Thanks!
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>
>