I think I am missing something in this install.
I have a couple of directories exported via nfs.
I cannot mount the exported directories, even from the machine itself.
When I try, it hangs awhile then reports "mount.nfs: Connection timed out"
--------------------------
[root@testlaptop ~]# exportfs -v
/home/media/flac
<world>(ro,wdelay,insecure,root_squash,no_subtree_ check)
/home/media/mp3
<world>(ro,wdelay,insecure,root_squash,no_subtree_ check)
--------------------------
drwxr-xr-x 4 root root 4096 Aug 17 08:47 media
[root@testlaptop ~]# ls -lR /home/media
/home/media:
total 8
drwxr-xr-x 2 root root 4096 Aug 16 08:17 flac
drwxr-xr-x 2 root root 4096 Aug 16 08:17 mp3
/home/media/flac:
total 410408
-rw-r--r-- 1 scottmi scottmi 18752249 Aug 16 04:15 01.Now_Youre_Gone.flac
<snip>
-rw-r--r-- 1 scottmi scottmi 20604296 Aug 16 04:16 16.All_I_Ever_Wanted_(Fonzerelli_Edit).flac
/home/media/mp3:
total 52480
-rw-r--r-- 1 scottmi scottmi 2404008 Aug 16 04:15 01.Now_Youre_Gone.mp3
<snip>
-rw-r--r-- 1 scottmi scottmi 2472155 Aug 16 04:16 16.All_I_Ever_Wanted_(Fonzerelli_Edit).mp3