View previous topic :: View next topic |
Author |
Message |
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Tue Jul 30, 2002 10:08 pm Post subject: NFS trouble |
|
|
When i try to mount an nfs filesystem i get a port mapper timed out error. I have 2 linux(gentoo) boxes and 1 freebsd box. I cant mount any shares.
/etc/exports on all boxes
Code: |
/ 192.168.(rw)
#I have also tried 192.168.*(rw)
|
no hosts.allow or hosts.deny on gentoo boxes
/etc/hosts.allow on bsd
Code: |
#Starts with
ALL : ALL : allow
#which should allow all
#just in case i also have
portmap : 192.168.1.0/255.255.255.0 : allow
portmap : ALL : deny |
|
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Jul 31, 2002 4:57 am Post subject: |
|
|
Probably a stupid question, but is portmapper installed and running on the client machines, too? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Wed Jul 31, 2002 3:22 pm Post subject: |
|
|
rac wrote: | Probably a stupid question, but is portmapper installed and running on the client machines, too? |
yep all rpc daemons are running on all machines. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Jul 31, 2002 5:34 pm Post subject: |
|
|
Any chance of a client / server version mismatch? Only v3 on the server, but only v2 clients, something of that sort? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Wed Jul 31, 2002 6:19 pm Post subject: |
|
|
all boxes are running 2 and 3 |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Jul 31, 2002 6:49 pm Post subject: |
|
|
Can the FreeBSD machine mount itself? Any clues in the server's nfsd logs? Can it see a connection attempt? RPC error messages? tcpdump tell you anything useful? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Wed Jul 31, 2002 7:55 pm Post subject: |
|
|
Usual timeout when bsd box tries to mount itself
when 1 gentoo box mounts self:
reason given by server: Permission denied
and the other:
mount: RPC: port mapper failure - RPC: unable to retrieve |
|
Back to top |
|
|
|