On 18 November 2010 09:03, <[email protected]> wrote: > n dhert <[email protected]> wrote: > > > I try to set up NFS between two freebsd-8.1 systems. > ... > > # ps -jaxw | grep rpcbind > > root 747 1 747 747 0 Ss ?? 0:00.01 > > /usr/sbin/rpcbind > ... > > client# mount server.subdomain.topdomain:/home /mnt > > (or client# mount XXX.YYY.ZZZ.SSS:/home /mnt) > > hangs, and after trying for about a minute, responds > > [tcp] server.subdomain.topdomain:/home: RPCPROG_NFS: RPC: > > Port mapper failure - RPC: Timed out > > > > what is missing to make this work? > > Any chance a firewall is blocking RPC? > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [email protected]" >
checkout hosts.allow/deny as well _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
