Date: Mon, 07 Dec 1998 18:17:10 +0000 From: Brian Somers <brian@Awfulhak.org> To: "Bruce Ordway" <ordway@csi.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP Message-ID: <199812071817.SAA05373@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Sun, 06 Dec 1998 14:30:39 CST." <001001be2157$4c0dd980$e100000a@bruce>
next in thread | previous in thread | raw e-mail | index | archive | help
I'd suggest avoiding using HTML to format mail - it just causes problems.... > HI, > I'm trying to get PPP to work. Here is what I've done so far. > > Using minicom, so now at least I know my modem is talking. > > Now for PPP. I followed the instructions on the FreeBSD > site called "Pedantic PPP". I've edited the ppp.conf: > > ************************************************************* > default:set device /dev/cuaa0 Are you really missing the linefeed ? > set speed 57600 I assume these lines are indented..... > disable pred1 > deny pred1 > disable lqr > deny lqrset=20 Never heard of this command.... > dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 > OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT"set redial 3 10## Sigh. I have no idea what your config file says - perhaps you mean set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT set redial 3 10 (Isn't ascii wonderful :-I) > #interactive mode Invoke with `ppp -alias interactive > interactive: > set authname MyUserName > set authkey MyPassword > set phone 123-4567 > set timeout 300 > set openmode active > accept chap All commands indented ? > #demand-dial (automatic) mode Invoke with: 'ppp -auto -alias demand > demand: > set authname MyUserName > set authkey MyPassword > set phone 123-4567 > set timeout 300 > set openmode active > accept chap > set ifaddr 127.1.1.1/0 204.73.244.1/0 255.255.255.0 > add 0 0 204.73.244.1 > ********************************************************* > The IP addresses above are real I think. > My ISP assigns an adress when I log on. Their > IP address is 204.73.244.1 > > and I've edited ppp.linkup: > ***************************************************** > demand:=20 > delete ALL=20 > add 0 0 HISADDR > MYADDR: > add 0 0 HISADDR :-/ > ****************************************************** > > Now when I enter the command: > ppp -auto -alias demand > > I see this: > Working in auto mode > Wsing Interface: tun0 > Warning: Add route failed: 0.0.0.0 already exists > > Do you have any ideas for me? Remove your default route setting from /etc/rc.conf. > Thanks. > Bruce -- Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812071817.SAA05373>