Is the automounter (or autofs) running with default settings?
Type "mount": if you see "/net" in the list of mounted filesystems, automounter or autofs is running. Any attempt to read the listing of /net directory causes the automounter to search for NFS shares in your local network.
If NFS access is blocked by a firewall or IPfilter that just drops the NFS packets instead of sending the proper "connection refused" messages back, any attempt to access /net/* will hang a long time.
To completely disable the automounter, first run:
/sbin/init.d/nfs.client stop
then edit /etc/rc.config.d/nfsconf and make sure both AUTOMOUNT and AUTOFS are set to 0.
MK
MK