From owner-freebsd-questions Wed Jun 14 18:56:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 129FC37B59D for ; Wed, 14 Jun 2000 18:56:42 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from dsl-216-227-91-85.telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id SAA15998; Wed, 14 Jun 2000 18:44:01 -0700 (PDT) Date: Wed, 14 Jun 2000 21:30:13 +0000 (GMT) From: Otter To: "Raymundo M. Vega" Cc: amassaro@elyxir.com, freebsd-questions@FreeBSD.ORG Subject: Re: DSL Config w/ FreeBSD In-Reply-To: <3947E0F6.CB5EAFBD@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Jun 2000, Raymundo M. Vega wrote: > 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. > consider also that many dsl providers assign an ip via dhcp. to give your nic an ip via dhcp at bootup, just put a line in your /etc/rc.conf (if it's an fxp0 device) ifconfig_fxp0="DHCP" ...and your gateway they assign you in the same file. -Otter > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message