I want to share a volume from an OEL8 server to two other OEL8 servers and let them read/write to the volume simultaneously. I've been asked to check if there are anymore secure methods/technology in OEL other than an NFS shares. I thought about creating iscsi targets. Are there any new filesystem types that meet my needs ?
Asked
Active
Viewed 29 times
0
-
1What's wrong with NFS exactly? – Michael Hampton Feb 09 '21 at 20:28
-
I've been told it uses unsure ports? – AndyM Feb 10 '21 at 09:01
-
More reading tells me that using NFS V4 uses a more secure port 2049TCP only rather than 111 TCP/UDP – AndyM Feb 10 '21 at 09:56
-
*I thought about creating iscsi targets.* If it's not safe to share via NFS on your network, sharing via iscsi is probably worse. – Andrew Henle Feb 10 '21 at 12:26