Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 1998 18:19:33 -0400 (EDT)
From:      "Joe \"Marcus\" Clarke" <marcus@miami.edu>
To:        Stefan Veith <stefan.veith@mail.online-club.de>
Cc:        questions@FreeBSD.ORG
Subject:   Re: How to set up local network?
Message-ID:  <Pine.OSF.3.96.980425181250.30382A-100000@jaguar.ir.miami.edu>
In-Reply-To: <98042522020100.00246@veith.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Well, the ed1 thing I believe has been fixed in 2.2.6.  I know it's
finxed in -current.  I'm not really sure of the details, but I think I
can help.  If this is a simple two-node network, then just use thinnet
or a hub and TP.  Connect the two machines making sure you use the same
subnet.  A good choice of addressing would be 192.168/16.  That is, you
can make the fbsd box 192.168.1.1, and the Win95 box 192.168.1.2.  Then
make your subnet mask 255.255.255.0.  Don't run routed or make a default
route on the fbsd box.  For NFS mounting, you can use Sun's PCNFS
(commercial for 95), or a better solution would be to use Samba on
FreeBSD.  This would let you mount the FreeBSD drive on the Win95 box,
and, if you used rumba on FreeBSD, you could mount the Win95 harddrive.
Both rumba and samba are in the ports (http://www.freebsd.org/ports/).
If you use PPP, you can set the fbsd box up as a gateway so both the
Win95 and fbsd boxes can be online at the same time by setting 

gateway_enable="YES"

in /etc/rc.conf.  Then, if using user-ppp, add the -alias flag in order
to do IP aliasing.  I wrote a paper that details a setup like that, and
you can get pdf and ps formats at http://jaguar.ir.miami.edu/~marcus.
Hope that helped.

Joe Clarke

On Sat, 25 Apr 1998, Stefan Veith wrote:

> 
> Hello,
> 
> I have some problems setting up a local network consiting of one FreeBSD
> computer and one Win-0.95 computer, connected over NE2000-Ethernet
> cards.
> 
> 1. First if all: why is the Ethernet card device ed1 and not ed0?
> 
> 2. In the end: where can I find information how to set it all up,
> finally how to mount the other HDD via NFS? Neither in the Handbook nor
> in the FAQ I could find fitting information.
> 
> Thank you for any hints,
> 
>         Stefan.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


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.OSF.3.96.980425181250.30382A-100000>