From owner-freebsd-questions Sun Jan 18 09:16:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23679 for questions-outgoing; Sun, 18 Jan 1998 09:16:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1052.jumpnet.com [207.8.67.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23664 for ; Sun, 18 Jan 1998 09:15:50 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id LAA02749; Sun, 18 Jan 1998 11:15:42 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Support References: <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net> From: Dave Marquardt Date: 18 Jan 1998 11:15:09 -0600 In-Reply-To: Frank Griffith's message of "Sat, 17 Jan 1998 09:31:47 -0600" Message-ID: <85wwfxn1pe.fsf@localhost.zilker.net> Lines: 37 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Frank Griffith writes: > Let me list each step I'm taking and if you can just point out what > I need to do different, I think I can make this happen! Remember, > don't assume I'm doing anything else in between these steps. > This is exactly and only what I am doing. > > 1. I start my FreeBSD system and login as root. > > 2. At the # prompt I typed ftp ftp.cdrom.com. (as instructed by one of you) > I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host > > 3. I assume that I must make a ppp connection first so I type quit at the > ftp> prompt and press > > 4. Back at the # prompt I type ppp. > > 5. I type term. > > 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) > > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. > > I've experimented around from here, but can't put 2 and 2 together. ! gets > me back to the # prompt where I've tried the ftp part again, but I keep > getting the Unknow host message. You need to set up the resolver, i.e. the file /etc/resolv.conf, so your system knows what nameservers to ask for the IP address of ftp.cdrom.com. Your ISP probably gave you some information about DNS or name servers when you signed up. -Dave