Hi in my keystone.conf I have "admin_endpoint = http://192.168.0.2:35357", but I need to access from public IP address space to this endpoint. Is it valid to just configure a NAT which translates <PUBLIC_IP:35357> <----> <192.168.0.2:35357> ?? Thanks J.