Am un calculator cu Centos 5 pe el (192.168.0.10). Am instalat nfs server, nfs utils portmap si ce depedinte a mai vrut si un calculator cu Ubuntu (de fapt Linux Mint 8 - 192.168.0.5 )
- Cod: Selectaţi tot
uname -a
Linux nix 2.6.31-14-generic #48-Ubuntu SMP
Problema e ca atunci cand dau pe Ubuntu:
- Cod: Selectaţi tot
mount 192.168.0.10:/var/www/html /server_html/
mount.nfs: mount system call failed
Si cateva informatii:
De pe Centos:
- Cod: Selectaţi tot
cat /etc/exports
/var/www/html 192.168.0.5(rw,sync)]
service portmap status
portmap (pid 1789) is running...
- Cod: Selectaţi tot
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT esp -- anywhere anywhere
ACCEPT ah -- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:nfs
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT udp -- anywhere anywhere state NEW udp dpt:netbios-ns
ACCEPT udp -- anywhere anywhere state NEW udp dpt:netbios-dgm
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:netbios-ssn
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:microsoft-ds
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
De pe Ubuntu:
- Cod: Selectaţi tot
eth3 Link encap:Ethernet HWaddr 00:0c:46:17:c9:c1
inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
- Cod: Selectaţi tot
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
- Cod: Selectaţi tot
service portmap status
portmap start/running, process 813
Daca mai doriti si alte detalii... pot sa le pun aici.
Am google-it ceva dupa mesajul asta cu mount.nfs: mount system call failed dar nu m-am lamurit cum sa-l rezolv sa imi monteze. Poate ma lumineaza cineva aici.
Tnx.
