Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2002 23:09:08 -0400
From:      "Dan Langille" <dan@langille.org>
To:        Eric Anderson <anderson@centtech.com>
Cc:        freebsd-chat@freebsd.org
Subject:   Re: FreeBSD NFS server using two NICs
Message-ID:  <3D8A5914.23291.49ACA8BF@localhost>
In-Reply-To: <3D8A3E52.2090202@centtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19 Sep 2002 at 16:14, Eric Anderson wrote:

> Anyone running freebsd as an NFS server, sharing data on multiple NICs?

Yes.

$ cat /etc/exports
/usr/ports              -maproot=0 -network 192.168.0 -mask 
255.255.255.0
/usr/src /usr/obj       192.168.0.48
/usr/src /usr/obj       192.168.0.16
/usr/src /usr/obj   192.168.0.20
#/home/repositories/freshports-1 192.168.0.16
/usr/ports -maproot=0 10.0.0.10

$ showmount -e
Exports list on localhost:
/usr/src        192.168.0.48 192.168.0.16 192.168.0.20
/usr/ports      192.168.0.0 10.0.0.10
/usr/obj         192.168.0.48 192.168.0.16 192.168.0.20
-- 
Dan Langille
I'm looking for a computer job:
http://www.freebsddiary.org/dan_langille.php


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8A5914.23291.49ACA8BF>