Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 15:49:24 +1000 (EST)
From:      Andy Farkas <andyf@speednet.com.au>
To:        Andrew Barnes <a.barnes@kaldor.com.au>
Cc:        bugs@bugs.au.freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: [bugs] Problem with NFS
Message-ID:  <Pine.BSF.4.10.9909301544530.15959-100000@localhost>
In-Reply-To: <4.2.0.58.19990930102940.00b69480@mail.kaldor.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 30 Sep 1999, Andrew Barnes wrote:

> 
> I'm trying to get my Sun Solaris box to connect to my FreeBSD server via NFS.
> 

This should work.  Are you running portmapper and nfsd?  What options?

Here is what I have in my /etc/rc.conf file, which turns on lots of
logging so you can see what is happening:

---[cut]---

inetd_flags="-l -wW -C 256 -R 1024"		# Optional flags to inetd.

nfs_server_enable="YES"		# This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4"	# Flags to nfsd (if enabled).
mountd_flags="-2 -l"		# Flags to mountd (if NFS server enabled).
nfs_reserved_port_only="NO"	# Provide NFS only on secure port (or NO).
portmap_enable="YES"		# Run the portmapper service (or NO).
portmap_flags="-v"		# Flags to portmap (if enabled).

---[cut]---

> 
> Regards,
> 	Andrew Barnes
> 
> --
> Andrew Barnes
> I.T. Administrator
> John Kaldor Fabricmaker
> 110 McEvoy Street
> Alexandria
> Sydney, NSW
> Australia 2015
> 
> Phone:  +61 2 93187727
> Fax:      +61 2 93187764
> Email:    a.barnes@kaldor.com.au
> URL:      http://www.kaldor.com.au
> ICQ:       4725758
> 
> Post your messages to bugs@bugs.au.freebsd.org, or annoy the mail monster at
> majordomo@bugs.au.freebsd.org with commands (like 'help') in the message body.
> 

--
 
 :{ andyf@speednet.com.au
  
        Andy Farkas
    System Administrator
   Speednet Communications
 http://www.speednet.com.au/
  




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909301544530.15959-100000>