Re: [ceph-users] Dual RADOSGW Network

2014-12-16 Thread Craig Lewis
You may need split horizon DNS. The internal machines' DNS should resolve to the internal IP, and the external machines' DNS should resolve to the external IP. There are various ways to do that. The RadosGW config has an example of setting up Dnsmasq: http://ceph.com/docs/master/radosgw/config/#

Re: [ceph-users] Dual RADOSGW Network

2014-12-16 Thread Georgios Dimitrakakis
Thanks Craig. I will try that! I thought it was more complicate than that because of the entries for the "public_network" and "rgw dns name" in the config file... I will give it a try. Best, George That shouldnt be a problem.  Just have Apache bind to all interfaces instead of the exte

Re: [ceph-users] Dual RADOSGW Network

2014-12-15 Thread Craig Lewis
That shouldn't be a problem. Just have Apache bind to all interfaces instead of the external IP. In my case, I only have Apache bound to the internal interface. My load balancer has an external and internal IP, and I'm able to talk to it on both interfaces. On Mon, Dec 15, 2014 at 2:00 PM, Geor