• 0 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle

  • If you only need to mount shares from the Synology box on the Ubuntu box, consider using NFS…that’s a slide button and text box or two on Synology side and a /etc/fstab edit on the Ubuntu side. If you also need to share from the Synology to the Win11 tower, samba/smb may be easier out of the box, but you could simplify by adding NFS tools, which are buried in some windows feature add-on somewhere in the OS. Ive added this feature to mount shares but never to host them.

    Hosting NFS from a non-Synology machine will be hard to explain here but a search for “setup NFS server” should get you on the right path. It may just be easier to share from the win machine using samba/smb, but I don’t know how to set that up as ive never gone that way.

    For an available-on-login setup in Linux, you most likely want to edit /etc/fstab on the client, with hostname below referring to the server…the entry should look something like this:

    Hostname.domainname:/server/mount/point /client/mount/point nfs defaults 0 0
    

    Hopefully some of this helps. It’s late.

    EDIT: it was late. I forgot the client-side mount point in the fstab entry!




  • If the router reconnects to the internet when it factory resets and it still works as a gateway, there may still be hope. You’d need some SSH host on another machine behind the router; you’d probably also need some sort of minimal VPS. You could setup a reverse SSH tunnel on the SSH host that would tunnel through the router to the VPS, then you’d be able to connect through the VPS into your network.

    Honestly tho, this is a lot of work and if time is tight you might just wanna roll to a store and buy whatever cheap router you can find to limp along til you get back.