Date: Sat, 29 Apr 2000 17:40:15 -0700 (PDT) From: Dave Banning <sky_tracker@yahoo.com> To: andrew@ugh.net.au Cc: questions@freebsd.org Subject: Re: ppp error when ISP igns DNS each session Message-ID: <20000430004015.8381.qmail@web3201.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Andrew - with a little more dickering...I got it. The solution was a tweak to my ppp.conf The working one is; default: set device /dev/cuaa1 set log +Debug +Chat +Command +Warning set speed 57600 disable pred1 deny pred1 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \ \dATM0DT\\T TIMEOUT 40 CONNECT" set redial 3 10 ondemand: set authname tracker1 set authkey mypassword set phone 6422952 set timeout 300 set openmode active accept chap set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 0.0.0.0 add default HISADDR set redial 3 10 What made the difference was the added 0.0.0.0 on the ifaddr I don't know why. Thanks for your support! __________________________________________________ Do You Yahoo!? Talk to your friends online and get email alerts with Yahoo! Messenger. http://im.yahoo.com/ 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?20000430004015.8381.qmail>