From owner-freebsd-questions Tue Jan 20 14:46:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13935 for questions-outgoing; Tue, 20 Jan 1998 14:46:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13901 for ; Tue, 20 Jan 1998 14:46:06 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA00950; Tue, 20 Jan 1998 22:12:13 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801202212.WAA00950@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Chuck Grimes cc: Brian Somers , freebsd-questions@FreeBSD.ORG Subject: Re: PPP problem (again) In-reply-to: Your message of "Mon, 19 Jan 1998 21:37:46 PST." <3.0.32.19980119213528.006b176c@nature.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 22:12:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > At 11:08 PM 1/19/98 +0000, you wrote: > > > >Are you trying to type these commands at the ppp prompt ? The ppp > >prompt is for controlling ppp. You need to switch to another > >terminal if you want to run ftp, telnet etc. > > > >The bit about /etc/resolv.conf is correct. > > > >-- > >Brian , , > > > -------------------------------------------------------------------------- > > Brian, > > Thanks for the suggestion. I didn't realize I needed to switch terminals > (dumb). But, now another problem rears its ugly head. I need to somehow do > a network interface configuration. In the original install menus, I skipped > through the network conf's because this is a single box. So now I need to > go back. I ran the /stand/sysinstall off the cdrom disk 1 and selected > 'networking'. The menu asks for host name, domain name, gateway, name > server. My machine is called 'cag' (original huh, short for chuck a. > grimes). Obviously these are arbitrary titles. But somewhere in these > selections I have to fit the real information: > > local: 0.0.0.0 I assume these defaults are taken care of > remote: 0.0.0.0 with the ppp.conf script as myaddr, hisaddr--yes? no? Yep. Check out all the docs at http://www.Awfulhak.org/ppp.html. > but then somewhere I need to put, > > domain: earthlink.net > DNS: 206.85.92.2 > 206.85.92.79 > 206.85.92.60 > > The tech at earthlink expected there would be a resolv.conf file in /etc. > No such file (probably because I didn't do a network conf--right?). So now > what? My only thought is to edit the rc.conf and look under network > entries. I am a little worried about screwing around in this file. Any > specific suggestions would be deeply appreciated. That's about the size of it. /etc/resolv.conf should read: domain earthlink.net nameserver 206.85.92.2 nameserver 206.85.92.79 nameserver 206.85.92.60 Also, take a look at http://www.FreeBSD.org/FAQ/ispmail.html for stuff on configuring sendmail to play ball (the SMART_HOST bit is the important line). Once you've done that, you can make ``hostname=cag.earthlink.net'' in /etc/rc.conf, ``10.0.0.1 cag'' at the end of /etc/hosts and you're just about there ! I'm assuming you've got a dynamic IP setup from your ISP. > Sorry to need such hand holding, but us unix newbies are rilly dumb. Naaa - a bit of perseverance and you'll be flyin' ! > Chuck Grimes Good luck ! -- Brian , , Don't _EVER_ lose your sense of humour....