NFS problem

Gerhard Magnus magnus at agora.rdrop.com
Mon Mar 24 18:36:18 UTC 2008


On Mon, 2008-03-24 at 12:55 -0500, Roger Heflin wrote:
> Gerhard Magnus wrote:
> > On Mon, 2008-03-24 at 10:38 -0600, Aaron Konstam wrote:
> 
> >> No route to host sounds more like a connection problem. You can ssh between the machines?
> >> --
> > ssh works fine. I've been googling this problem and found that other
> > people have had it and it may be a serious bug. Could it be that NFS
> > doesn't work in fedora and that everybody uses samba anyway?
> > 
> 
> Nope, NFS works fine in FC8, both the default kernel, and a number of the 
> upgrade kernels, no one in their right mind uses SAMBA within a group of 
> Linux/Unix machines, Samba is typically only used when exporting Linux/Unix disk 
> to machines that don't have NFS support.
> 
> "no route to host" *IS* a connection problem, run the commands "netstat -r" and
> "ifconfig -a" on both the server and client machine, and return the output.
> 
>                               Roger
> 
OK... Here's the server:

magnusg at PuteF Mon Mar 24 11:22:24
[264] ~ $ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.1.0     *               255.255.255.0   U         0 0          0
eth0
link-local      *               255.255.0.0     U         0 0          0
eth0
default         192.168.1.1     0.0.0.0         UG        0 0          0
eth0

magnusg at PuteF Mon Mar 24 11:24:27
[265] ~ $ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:16:76:C2:73:01  
          inet addr:192.168.1.14  Bcast:192.168.1.255
Mask:255.255.255.0
          inet6 addr: fe80::216:76ff:fec2:7301/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:50516340 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25841001 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:3951842179 (3.6 GiB)  TX bytes:1853560016 (1.7 GiB)
          Base address:0x20e0 Memory:e0300000-e0320000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1665 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1665 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1492676 (1.4 MiB)  TX bytes:1492676 (1.4 MiB)

...and the client:

magnusg at PuteB Mon Mar 24 11:26:53
[564] ~ $ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.1.0     *               255.255.255.0   U         0 0          0
eth0
192.168.122.0   *               255.255.255.0   U         0 0          0
virbr0
link-local      *               255.255.0.0     U         0 0          0
eth0
default         192.168.1.1     0.0.0.0         UG        0 0          0
eth0

magnusg at PuteB Mon Mar 24 11:27:03
[565] ~ $ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:13:20:8C:8D:D2  
          inet addr:192.168.1.13  Bcast:192.168.1.255
Mask:255.255.255.0
          inet6 addr: fe80::213:20ff:fe8c:8dd2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:271098 errors:0 dropped:0 overruns:0 frame:0
          TX packets:141001 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:386786386 (368.8 MiB)  TX bytes:9791269 (9.3 MiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:334 errors:0 dropped:0 overruns:0 frame:0
          TX packets:334 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:36716 (35.8 KiB)  TX bytes:36716 (35.8 KiB)

virbr0    Link encap:Ethernet  HWaddr 06:D4:47:1F:4A:72  
          inet addr:192.168.122.1  Bcast:192.168.122.255
Mask:255.255.255.0
          inet6 addr: fe80::4d4:47ff:fe1f:4a72/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:5150 (5.0 KiB)





More information about the fedora-list mailing list