From owner-freebsd-questions Mon Jan 4 23:53:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13359 for freebsd-questions-outgoing; Mon, 4 Jan 1999 23:53:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from corp.au.triax.com (slwag2p19.ozemail.com.au [203.108.157.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13349 for ; Mon, 4 Jan 1999 23:53:41 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: from localhost (jim@localhost) by corp.au.triax.com (8.9.2/8.9.2) with ESMTP id SAA01067; Tue, 5 Jan 1999 18:53:01 +1100 (EST) Date: Tue, 5 Jan 1999 18:53:00 +1100 (EST) From: Jim Mock To: larry_nilsen cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: ppp In-Reply-To: <3691BBC0.9E9E5041@eee.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 4 Jan 1999, larry_nilsen wrote: [snip..] > One thing i just thought of is my mouse is also on cuua0 and so is > my modem which was detected on sio0 my windows 95 side of this > computer says my modem is on port COMPRO Comport (COM3) > If your modem and mouse are on the same comport, that's probably what your problem is. Try the following files.. # start ppp.conf # default: set log Phase Chat Connect LCP CCP tun command set device /dev/cuaa2 set speed 57600 deny lqr disable lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" eee: set phone 1234567 set login set authname your_dialup_username set authkey your_dialup_password set timeout 0 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns # # end ppp.conf # start ppp.linkup # eee: delete ALL add 0 0 HISADDR # # end ppp.linkup I didn't wrap the set dial line to make it easier to figure out where the spaces go. Hope this helps, -- : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | FreeBSD: The Power to Serve : : Wagga Wagga, NSW Australia | http://www.freebsd.org/ : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message