From owner-freebsd-questions Thu Sep 30 18:22:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from justice.zips.net (justice.zips.net [207.234.219.219]) by hub.freebsd.org (Postfix) with ESMTP id 792F7154BA for ; Thu, 30 Sep 1999 18:22:16 -0700 (PDT) (envelope-from zips@zips.net) Received: from localhost (zips@localhost) by justice.zips.net (8.9.3/8.9.3) with ESMTP id VAA03370; Thu, 30 Sep 1999 21:25:32 -0400 (EDT) (envelope-from zips@zips.net) Date: Thu, 30 Sep 1999 21:25:32 -0400 (EDT) From: Hector Colmenares To: J McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: $20 to anyone who can fix my problem.... In-Reply-To: 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 Star ppp like this ppp -ddial jcm You will need somthing like this in your ppp.conf file ppp.conf default: set device /dev/cuaa1 <--- Make sure about this. set speed 115200 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\d" set redial 3 9999 set reconnect 3 9999 set openmode passive jcm: set phone 000-0000 set login "TIMEOUT 5 ogin:--ogin: hcolmenare word: ASDRUBAL" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add default HISADDR and if you are using nat you will need to do this also. /usr/sbin/natd -l -dynamic -interface tun0 /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via tun0 /sbin/ipfw add pass all from any to any That will do it for you. and about your money save it and buy books ;-) HAPPY SURF ;-) Cheers ! On Fri, 1 Oct 1999, J McKitrick wrote: > > If anyone can help me get connected to the net, i will mail you a check > for $20. No kidding. You all know me by now, and i'm am really ticked at > this program, but i want to stay with FreeBSD. I cannot get ppp to do any > more than connect and get a gateway address. At least, that's what i think > it is. And then nothing is reachable. Even IP addresses say sendto: > permission denied or host unreachable or no route available. > > I will email you any config files you want to see, and you > can email me ideas or files. I just want this problem solved so > i can get on with being productive. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message