Samba only one way connection

I disabled the firewall - which I do not think was running and same read out.

anarcho@LuNoHo:~$rpcnfo -p
Command ‘rpcnfo’ not found, did you mean:
command ‘rpcinfo’ from deb rpcbind (1.2.5-9)
Try: sudo apt install
anarcho@LuNoHo:~$

sudo apt install rpcbind??

Sorry typo, rpcinfo -p

the i was missing in the command

Ok, so that looks good. So strange that NMAP from OSMC doesn’t show the ports. Can try rpcinfo -p 192.168.0.10 from OSMC to see if that shows the ports (but I doubt).

osmc@osmc:~$ rpcinfo -p 192.168.0.10
192.168.0.10: RPC: Remote system error - No route to host
osmc@osmc:~$

Should I be using 10.7.7.6?

osmc@osmc:~$ rpcinfo -p 10.7.7.6
10.7.7.6: RPC: Remote system error - Connection refused
osmc@osmc:~$

I am lost

What is output of route -n on OSMC

I saw that as the Tunnel address on your Notebook.
What is that Tunnel about? What are you doing there!
A Tunnel IP should not be related to anything on the LAN!

I have no idea sorry!

Could it be related to my VPN connection?
Should I try disabling this?

Yes suggest to try first without that.

nmap -Pn 192.168.0.10 and rpcinfo -p 192.168.0.10
are giving the same readout.

and

osmc@osmc:~$ showmount -e 192.168.0.10
clnt_create: RPC: Unable to receive
osmc@osmc:~$

vpn is off.

On OSMC route -n and ip addr

AHhhhhh, you also have VPN activated on your OSMC!!!
That surely can mess up things. First disable all VPN’s so that we can reach a stable Network environment.

:joy: Ah , ok.
Shall do!

VPN disabled.

osmc@osmc:~$ showmount -e 192.168.0.10
clnt_create: RPC: Unable to receive
osmc@osmc:~$ showmount -e 192.168.0.10
clnt_create: RPC: Unable to receive
osmc@osmc:~$

osmc@osmc:~$ showmount -e localhost
Export list for localhost:
osmc@osmc:~$

I will reboot the OSMC and try again.

osmc@osmc:~$ showmount -e localhost
Export list for localhost:
osmc@osmc:~$ showmount -e 192.168.0.10
clnt_create: RPC: Unable to receive
osmc@osmc:~$

:expressionless:

nmap -Pn 192.168.0.10
rpcinfo -p 192.168.0.10
route -n
ip addr