Robert Steinmetz
2021-Jun-18 14:36 UTC
[Samba] Mount NFS export over the Internet and export locally using Samba?
I have Linux servers in two locations it has become practical for us to share various files over the Internet for use locally in both locations It occurs to me the simplest way to do this is to export the files I want to share via NFS using ssh and limit the export to a single server then share the files using our existing Samba server. Is that a realistic way to accomplish what I want to achieve? If not what should I be looking at? -- Signature Rob
Marco Gaiarin
2021-Jun-18 14:53 UTC
[Samba] Mount NFS export over the Internet and export locally using Samba?
Mandi! Robert Steinmetz via samba In chel di` si favelave...> If not what should I be looking at?I use: a) for a full 'internet' site, i've loaded a nextcloud instance and using 'external storage' feature for CIFS, i reshare samba with nextcloud; the only drawback is that you cannot with CIFS 'share' files with nextcloud, AFAIK. b) for a two sites conf, where there's a stable link between them (VPN/MPLS), i've setup glusterfs. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bont?, 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafamiglia.it t +39-0434-842711 f +39-0434-842797 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA! http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000 (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
Rowland penny
2021-Jun-18 15:30 UTC
[Samba] Mount NFS export over the Internet and export locally using Samba?
On 18/06/2021 15:36, Robert Steinmetz via samba wrote:> I have Linux servers in two locations it has become practical for us > to share various files over the Internet for use locally in both > locations > > It occurs to me the simplest way to do this is to export the files I > want to share via NFS using ssh and limit the export to a single > server then share the files using our existing Samba server.Why use NFS ? Why not just use SSH ? Or something like rsync ? Whatever way you do it, I would only do it over a VPN tunnel. Rowland