Am Freitag, den 24.03.2006, 20:03 +0100 schrieb Reinhard Sy: > Hi, > > after installing FC5 on 2 computer (Laptop Dell M70 and Dimension 8225), > > I have on both the problem that I can't mount my nfs-shares: > With FC4 all works fine. My server runs FC4 and a second Laptop runs FC4 > and can mount the /home Directorys of the server. > > > Networking is still working (bind/dhcp...) > > $ mount /mnt/home > mount to NFS server 'muckla' failed. > $ cat /etc/fstab | grep mnt/home > muckla:/home /mnt/home nfs4 _netdev,defaults > 0 0 > $ traceroute muckla > traceroute to muckla (192.168.44.50), 30 hops max, 40 byte packets > 1 muckla.hackerstr.local (192.168.44.50)(H!) 0.249 ms (H!) 0.183 ms > (H!) 0.201 ms > > > If I add the server to /etc/hosts > the mount command never returns. > > Here an more verbose output: > $ mount -v /mnt/home > mount: Unable to connect to 192.168.44.50:2049, errno 113 (Keine Route > zum Zielrechner) > mount to NFS server 'muckla' failed. > RPC Error: 12 ( Fehler des entfernten Systems ) > System Error: 113 (Keine Route zum Zielrechner) After adding port 111 (portmapper to my iptables rules (/etc/sysconfig/iptables) all works fine! -A RH-Firewall-1-INPUT -p tcp -s 192.168.44.0/24 --dport 111 -j ACCEPT Reinhard