Answers for "IBM rpc mount export: RPC: Unable to receive; errno = No route to host"

0

IBM rpc mount export: RPC: Unable to receive; errno = No route to host

firewall-cmd --permanent --add-service=rpc-bind
firewall-cmd --permanent --add-service=mountd
firewall-cmd --permanent --add-port=2049/tcp
firewall-cmd --permanent --add-port=2049/udp
firewall-cmd --reload
Posted by: Guest on October-07-2020

Code answers related to "IBM rpc mount export: RPC: Unable to receive; errno = No route to host"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language