I want to access my freenas files from outside the home. I know I can do this with FTP. Is there a way to do this with CIFS using a web browser to access the server? Lets say I will use a DDNS service.
you would need to find a browser that supports smb, then you need to map the ports at your gateway. it's possible, but not a good idea. smb is pretty insecure (and so is FTP)
you really should learn how to use ssh and tunnel anything you want to do through it so you're secure.
it should work just fine with one caveat. if the private network you connect to your vpn share the same address space, you'll get very unreliable results. ie, if you're network is 192.168.1.0/24 and the network you connect from is also 192.168.1.0/24 you'll have issues. just change your network to something else. 192.168.2.0/24 or something.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.