From owner-freebsd-questions Mon Aug 18 19:41:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA03652 for questions-outgoing; Mon, 18 Aug 1997 19:41:13 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id TAA03646 for ; Mon, 18 Aug 1997 19:41:11 -0700 (PDT) Received: from roycet.iadfw.net from [207.136.11.113] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.181) with smtp for id ; Mon, 18 Aug 97 21:41:08 -0500 (CDT) Date: Mon, 18 Aug 1997 21:45:03 -0500 (CDT) From: Royce Tidwell X-Sender: roycet@roycet.iadfw.net To: Michael Clark cc: freebsd-questions@freebsd.org Subject: Re: at commands In-Reply-To: <33F8F102.4074@datsit.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 18 Aug 1997, Michael Clark wrote: > what are the simple at commands necessary to install FreeBSD via the > internet??? > > where would I find a summary of these commands and their syntax?? > > MRC > > There is an entire set of AT commands that can usually be found in your modem's manual. The following will work on all "hayes-compatible" modems. ATZ /* Resets the modem */ AT&F /* A very basic modem initialization string */ ATDT /* Insert the phone number in the form: 1234567 */ ATH /* Hangs up the modem */ AT+++ /* Changes from packet to terminal mode */ Your best bet would probably be to type this in the ppp term session: ATZ AT&F ATDT At this point you should see the login prompt from your ISP. Type your username and password, ppp should go to packet mode automatically. Hope this helps, Royce