[SOLVED] NFS Backup storage

Norberto Iannicelli

Renowned Member
May 9, 2016
54
0
71
39
Hello team, someone how to solved this?
"storage is not online (500)"

root@instancia-my01:~# pvesm nfsscan xx.xx.x.xx
clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)
command '/sbin/showmount --no-headers --exports xx.xx.x.xx' failed: exit code 1
 
Last edited:
Thanks for the reply bro, but I'm confused.
NFS is mounted and I can generate backup and send via ssh, but not through the proxmo panel. He gives this error.

Do I need to free some ports on the proxmox firewall?
 
Last edited:
Solved team and partners.

Open port to iptables in proxmox server:
iptables -A INPUT -p tcp --dport 2049 -j ACCEPT
iptables -A INPUT -p tcp --dport 111 -j ACCEPT
iptables -A INPUT -p udp --dport 2049 -j ACCEPT
iptables -A INPUT -p udp --dport 111 -j ACCEPT

And selinux disabled in nfs server.
I hope this helps other customers and partners, a big hug.
 
do you have the firewall enabled? check port 111 and 2049

edit: saw that you just answered ;)