From owner-freebsd-questions Sun Jul 23 17:54:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id C735E37B50E for ; Sun, 23 Jul 2000 17:54:17 -0700 (PDT) (envelope-from cjc@pool0346.cvx21-bradley.dialup.earthlink.net) Received: from pool0346.cvx21-bradley.dialup.earthlink.net (pool0346.cvx21-bradley.dialup.earthlink.net [209.179.193.91]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA02590; Sun, 23 Jul 2000 17:54:10 -0700 (PDT) Received: (from cjc@localhost) by pool1027.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id WAA00720; Sat, 22 Jul 2000 22:17:12 -0700 (PDT) Date: Sat, 22 Jul 2000 22:17:11 -0700 From: "Crist J. Clark" To: dave Cc: freebsd-questions@FreeBSD.ORG Subject: Re: earthlink ppp connection. Message-ID: <20000722221711.A539@pool0613.cvx21-bradley.dialup.e> Reply-To: cjclark@alum.mit.edu References: <000a01bff52a$1c500120$1900a8c0@davemehler.tzo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000a01bff52a$1c500120$1900a8c0@davemehler.tzo.com>; from dmehler22@earthlink.net on Mon, Jul 24, 2000 at 12:46:17AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 24, 2000 at 12:46:17AM -0400, dave wrote: > Hello, > Is anyone using earthlink with a fbsd 3.4 or 4.0 machine over a dialup modem? If so, can you send me privately a copy of your user-ppp, kernel-ppp, or both sets of scripts? I think I've got my modem up, it now works with the cu program, but it does not work when echoing commands and it looks like a chatscript problem. > Much thanks. Dave, can we have a newline from time to time. Anyway, I've been dialing up to EarthLink with no major hassles. Right now, I'm getting the PPP NAT to work so I can have my notebook PC be a gateway for my desktop... backwards, but that's the way it's working out. But here is a sanitized ppp.conf, # # ppp.conf - cjc, 2000/03/19 # default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa3 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" allow user cjc # # Set up some filters - 2000/06/24, cjc # # Packets that do not reset alive connection counter set filter alive 0 deny icmp set filter alive 1 deny udp src eq 53 set filter alive 2 deny udp dst eq 53 set filter alive 3 permit 0 0 # Packets that do not start the auto dialer set filter dial 0 deny icmp # set filter dial 1 deny udp src eq 53 # set filter dial 2 deny udp dst eq 53 # set filter dial 3 deny 0 0 tcp finrst set filter dial 2 permit 0 0 # Filter inbound packets set filter in 0 deny ! 0/0 MYADDR set filter in 1 permit tcp estab set filter in 2 permit udp src eq 53 set filter in 3 permit icmp # set filter in 4 # set filter in 5 # set filter in 6 # set filter in 7 EarthLink: # EarthLink Cust #xxxxxxx, support: (800) 890-5128 set phone "xxxxxxx|xxxxxxx" set login set authname xxxxxxx set authkey xxxxxxxxx set timeout 600 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 add default HISADDR set server /tmp/pppctl xxxxxxxx 0007 enable dns #End -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message