0

I need to have access to a shared volume from my server. I talked with my sysadmins and I knew that this volume could not be exported to a private IP address due to technical reasons. My server and the volume stays in the same datacenter. They need to use my server public IP.

Are there some drawbacks with this approach? Should I be worry about the shared volume?

Cheers

FB

FrankBr
  • 103
  • 4
  • from what I know, if you shared volume is exported using nfs, in a normal world, nfs isn't exposed to public, but only on the private network. – c4f4t0r Mar 31 '17 at 09:44

1 Answers1

1

Make sure you have appropriately firewalled the NFS server, closely monitor it and you should be fine.

This has other drawbacks of course, aside from the security implications.

Sven
  • 98,649
  • 14
  • 180
  • 226