From owner-freebsd-questions Mon Aug 5 18:36:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03593 for questions-outgoing; Mon, 5 Aug 1996 18:36:34 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA03568 for ; Mon, 5 Aug 1996 18:36:32 -0700 (PDT) Received: from andrsn.Stanford.EDU by mail.crl.com with SMTP id AA13301 (5.65c/IDA-1.5 for ); Mon, 5 Aug 1996 17:06:09 -0700 Received: from localhost (localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.7.5/8.6.12) with SMTP id QAA07081; Mon, 5 Aug 1996 16:40:38 -0700 (PDT) Date: Mon, 5 Aug 1996 16:40:32 -0700 (PDT) From: Annelise Anderson To: Ken Marsh Cc: questions@freebsd.org Subject: Re: newbie PPP and dail-in question In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 Aug 1996, Ken Marsh wrote: > I've been looking around for PPP manpages, webpages, chapters in books, > etc., but one thing still eludes me in a big way: > > I can use user ppp to manually connect to my University via the dail in > facility, and then use thier system to do e-mail, ftp, etc. However, it is > more like I have a remote shell going than a real connection. For example, > when I ftp a file, it goes to my university account, not my home FreeBSD > box. Also, if I run pine on my local FreeBSD box, I can't send any mail. > > I still can't figure out how to ftp files from the University to home. > > I don't know if it is something I have to configure with PPP or if I have > to setup my e-mail and ftp packages to use the PPP connection. You're getting a login shell, not a ppp connection. It's something with ppp. If it doesn't change to capital letters, you don't have a connection. Probably the routing tables aren't getting completed. With user ppp I think you have to switch consoles to be able to do anything; then do netstat -rn; you might have to add a default route back to the university. > > The Windoze setup was idiot-proof, so I have no experience in this at all. > > What am I missing here? Is there a doc or web page that will explain how > to use local e-mail and ftp with ppp? ftp should "be there" by default; if you can send mail from one user to another on your own machine, it should also be able to send it out while you've got the ppp connection, probably without doing anything to sendmail. Whatever mail program you use, you probably have to set it up with a "Reply to" address or you won't get answers going to the right place. The handbook pages on client user ppp are pretty good on this. > > Ken Marsh > Annelise