Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Internet a sítě => Téma založeno: compaq 23 Září 2016, 12:18:20
-
showmount -e 10.0.0.4
vrátí:
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)
zkoušel jsem podle tohoto návodu:
http://unix.stackexchange.com/questions/64915/nfs-connection-refused
ale zase mi chybí /etc/sysconfig/iptables (další slepá ulička)
a
iptables -I INPUT -p tcp --dport 111 -j ACCEPT
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
...další slepá...
Prosím o radu, jak na to.
U14.04.3
-
změnil jsem iptables na:
sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:nfs
ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
restartoval rpcbind
a výsledek stejný:
showmount -e 10.0.0.4
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)