Samba only one way connection

Ok, so first congrats you already figured out most of the topics. Just a few general ideas first:

  1. You normally can use the Forum search to look for help as many topics has been discussed before https://discourse.osmc.tv/search?q=NFS%20Server

  2. There is also an informative guide at
    File sharing with a NAS, media server, windows share or other device

  3. You only need the server on the device that “serves” your files.

  4. The * instead of the IP normally means everyone can access. Normally here you enter the IP range of your LAN (not the IP of the server). E.g. 192.168.0.0/24

  5. If you don’t see anything with showmount from Client to server the best thing is on the Server to run showmount -e localhost to see if it is running fine then you can check the Network.

So let’s start with showmount -e localhost on your server and we see from there.
While first maybe correct your /etc/exports to /home/anarcho/Music 192.168.0.0/24(rw,no_subtree_check,sync)