From owner-freebsd-current Fri Mar 31 19:14:16 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA26483 for current-outgoing; Fri, 31 Mar 1995 19:14:16 -0800 Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA26477 for ; Fri, 31 Mar 1995 19:14:11 -0800 Received: (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.11/PHILMAIL-1.11) id TAA25621; Fri, 31 Mar 1995 19:13:56 -0800 Date: Fri, 31 Mar 1995 19:13:52 -0800 From: Richard Chang To: FreeBSD-current@freefall.cdrom.com Subject: ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk Hi, I need help getting ppp working under -current as it worked fine under 2.0-RELEASE. Here is the setup I'm using... bigbang# kermit so I use kermit to dial and start the ppp on the ppp server on my providers side and then hit ctrl-z to suspend kermit then I kill the kermit process... Is there a kermit that would allow me to quit it without dropping DTR since I do have AT&D0 set on the modem. bigbang# ppp This calls /usr/sbin/pppd /dev/cua00 115200 Here is my /etc/ppp/options file: bigbang# more /etc/ppp/options crtscts # enable hardware flow control modem # modem control line noipdefault # remote PPP server must supply your IP address. # if the remote host doesn't send your IP during IPCP # negotiation , remove this option passive # wait for LCP packets domain bigbang.HIP.Berkeley.EDU # put your domain name here #<136.152.64.1> #<136.152.76.173>:<136.152.64.1> # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option # change this line to : defaultroute # put this if you want that PPP server will be your # default router bigbang# What am I doing wrong? Any help would be greatly appreciated. Thanks. --richardc