From owner-freebsd-questions Wed Jun 14 12:46: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 5C91437B725 for ; Wed, 14 Jun 2000 12:46:01 -0700 (PDT) (envelope-from RaymundoVega@home.com) Received: from home.com ([24.5.252.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000614194600.PGXK25048.mail.rdc1.sdca.home.com@home.com>; Wed, 14 Jun 2000 12:46:00 -0700 Message-ID: <3947E0F6.CB5EAFBD@home.com> Date: Wed, 14 Jun 2000 12:45:58 -0700 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: amassaro@elyxir.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DSL Config w/ FreeBSD References: <3947DA0F.F7136950@elyxir.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Massaro wrote: > > Hello, > > I am running FreeBSD and have recently obtained DSL. My local ISP (which > supports the DSL) does /not/ support FreeBSD; in short, I need to know > how to configure my FreeBSD machine to run the DSL. I know the lines > probably go into the /etc/rc.conf file but I'm not sure exactly what to > put in there... your ISP must give you an IP address, netmask, default gateway and DNS server. first try it manually, as root type: ifconfig rl0 netmask route add default If your ethernet card is not a realtek, then replace rl0 with the appropriate driver. At this moment you should be able to connect anywhere if you happen to know the IP address. the only missing thing is the DNS, so edit /etc/resolv.conf and insert a line like: nameserver i think this is about it, that should do it. raymundo > > Thanks in advance, > > Andrew Massaro > amassaro@elyxir.com > > 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