[SOLVED] NFS Backup storage

Norberto Iannicelli

Renowned Member
May 9, 2016
54
0
71
38
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 ;)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!