From owner-freebsd-questions Thu Apr 16 06:01:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27916 for freebsd-questions-outgoing; Thu, 16 Apr 1998 06:01:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from skyserv.med.osd.mil (skyserv.med.osd.mil [199.209.8.144]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA27894 for ; Thu, 16 Apr 1998 06:01:48 -0700 (PDT) (envelope-from rpotts@med.osd.mil) Received: from 161.14.168.22 (ae1970.med.osd.mil [161.14.168.22]) by skyserv.med.osd.mil (8.6.8.1/SCA-6.6) with SMTP id JAA06361 for ; Thu, 16 Apr 1998 09:01:46 -0400 From: "Ross Potts, CON, EDS/D-SIDDOMS" Message-Id: <9804160858.ZM-71901@161.14.168.22> Date: Thu, 16 Apr 1998 08:58:39 -0700 X-Mailer: ZM-Win (3.2.1 11Sep94) To: FreeBSD-questions@FreeBSD.ORG Subject: NFS serving Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying to set up NFS an can't seem to get any indication of it running from the client side. The client is a W95 box. Is there a way for my sight's netadmin to block me from serving? The net is run on NT. The following is the ouput of my processes and my /etc/exports. From what I saw in manpages, I set up exports correctly (never mind the XXX), or should the period after the third number in the network be deleted. Also, is there an easier way to serve to .domain in a muliple IP domain, i.e. 1.1.1.X & 2.2.2.X on the same domain. Am I supposed to have another configuration file set up? I'm running 2.2.5-release. Sorry about the wraps ******************************** ps -aux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND rpotts 16006 0.0 0.9 640 276 p0 R+ 7:41AM 0:00.00 ps -aux root 1 0.0 0.6 476 184 ?? Is 12:12PM 0:00.03 /sbin/init -- root 2 0.0 0.1 0 12 ?? DL 12:12PM 0:00.02 (pagedaemon) root 3 0.0 0.1 0 12 ?? DL 12:12PM 0:00.00 (vmdaemon) root 4 0.0 0.1 0 12 ?? DL 12:12PM 0:08.98 (update) root 27 0.0 0.3 200 80 ?? Is 12:12PM 0:00.01 adjkerntz -i root 78 0.0 1.7 204 520 ?? Is 4:12PM 0:00.68 syslogd daemon 86 0.0 1.8 176 536 ?? Is 4:12PM 0:00.02 portmap root 96 0.0 0.7 428 204 ?? Is 4:12PM 0:00.01 mountd -n root 99 0.0 0.4 232 100 ?? Is 4:12PM 0:00.01 nfsd: master (nfsd) root 103 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server (nfsd) root 104 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server (nfsd) root 105 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server (nfsd) root 106 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server (nfsd) root 107 0.0 1.8 176 536 ?? Is 4:12PM 0:00.01 rpc.statd root 112 0.0 0.2 208 64 ?? I 4:12PM 0:00.00 nfsiod -n 4 root 113 0.0 0.2 208 64 ?? I 4:12PM 0:00.00 nfsiod -n 4 root 115 0.0 0.2 208 64 ?? I 4:12PM 0:00.00 nfsiod -n 4 root 116 0.0 0.2 208 64 ?? I 4:12PM 0:00.00 nfsiod -n 4 root 131 0.0 1.8 192 548 ?? Is 4:12PM 0:00.08 inetd root 134 0.0 1.6 332 492 ?? Is 4:12PM 0:01.20 cron root 138 0.0 2.3 552 684 ?? Is 4:13PM 0:00.21 sendmail: accepting connections on port 25 (sendmail) root 180 0.0 0.6 484 188 con- I 4:13PM 0:01.75 /bin/sh /usr/local/bb/runbb.sh root 239 0.0 1.1 444 320 v0 Is+ 4:13PM 0:00.33 -csh (csh) root 240 0.0 1.7 180 520 v1 Is+ 4:13PM 0:00.04 /usr/libexec/getty Pc ttyv1 root 241 0.0 1.7 180 520 v2 Is+ 4:13PM 0:00.04 /usr/libexec/getty Pc ttyv2 root 242 0.0 2.1 240 616 ?? IE - 0:00.00 (mgetty) root 15996 0.0 0.2 168 48 ?? I 7:37AM 0:00.00 sleep 300 root 15997 0.0 1.9 212 580 ?? Ss 7:37AM 0:00.13 telnetd rpotts 15998 0.0 1.1 480 324 p0 Ss 7:37AM 0:00.13 -sh (sh) root 0 0.0 0.0 0 0 ?? DLs 12:12PM 0:00.18 (swapper) $ cat /etc/exports #The following examples export /usr to 3 machines named after ducks, #/home and all directories under it to machines named after dead rock stars #and, finally, /a to 2 privileged machines allowed to write on it as root. #/usr huey louie dewie #/home -alldirs janice jimmy frank #/a -maproot=0 bill albert # # You should replace these lines with your actual exported filesystems. /var -alldirs -network XXX.XXX.10. -maproot=0 -mask 255.255.255.0 /var -alldirs -network XXX.XXX.168. -maproot=0 -mask 255.255.255.0 $ -- Potts, Ross A. Internet : Ross.Potts@med.osd.mil EDS-D/SIDDOMS Phone : (703) 824-7601 Skyline Two, Suite 1200 Beeper : (888) 687-2709 5113 Leesburg Pike, FAX : (703) 824-4155 Falls Church, VA 22041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message