I have a few linodes which have both public and private IPs. I can access linode A from linode B using its private IP and visa-versa.
I have a webserver listening to the private IP, yet I can still access it from the public IP:
"curl
http://public-ip/" from my local machine works as does "curl
http://private-ip/" from a different linode.
My linodes are all running Ubuntu 10.04 and I followed the steps as outlined in
http://library.linode.com/networking/co ... nterfaces/ in order to setup my private IPs.
What do I need to do so that a service listening on a private IP is not accessible through the linode's public IP?
Thanks