From owner-freebsd-questions Sun Oct 22 17: 0:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 366D637B4C5 for ; Sun, 22 Oct 2000 17:00:07 -0700 (PDT) Received: from regulus.student.UU.SE ([130.238.5.2]:61513 "HELO ertr1013.student.uu.se") by merganser.its.uu.se with SMTP id ; Mon, 23 Oct 2000 01:59:36 +0200 Received: (qmail 676 invoked by uid 1001); 22 Oct 2000 23:59:43 -0000 Date: Mon, 23 Oct 2000 01:59:43 +0200 From: Erik Trulsson To: Sverre Valgeirsson Cc: freebsd-questions@freebsd.org Subject: Re: Connecting an Amiga to FreeBSD gateway Message-ID: <20001023015942.A657@student.uu.se> Mail-Followup-To: Sverre Valgeirsson , freebsd-questions@freebsd.org References: <20001023011036.A1978@k9k203-3.kam.afb.lu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023011036.A1978@k9k203-3.kam.afb.lu.se>; from e96sv@efd.lth.se on Mon, Oct 23, 2000 at 01:10:37AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 23, 2000 at 01:10:37AM +0200, Sverre Valgeirsson wrote: > Hi. > I just found my old A1200 in the basement and now I would like to somehow connect it to > the internet through my FreeBSD gateway. > How can I connect the machines directly, and allow the amiga on to the internet > through the gateway? > > I assume I should be able to do this with a serial cable, but how? > This is fairly easy. First you need a TCP/IP stack for the Amiga. I would recommend Miami (available from http://www.nordicglobal.com) (If your A1200 is unexpanded you might get a bit tight on memory) Then you connect the computers together with a null-modem cable (unless you want to fork out the money for networkcards). Then you set up ppp on the FreeBSD machine as a server. After that you just ask the Amiga to connect to the FreeBSD gateway. (Details depending on your TCP/IP stack) The most difficult part is probably setting up ppp correctly on the FreeBSD machine but the manpage and the PPP primer should be enough to let you do it. (It is not very difficult but the rest is even easier.) Oh, and remember to set gateway_enable="YES" in /etc/rc.conf (And in case you wonder, Yes I have such a setup here and it works just fine.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message