Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 1999 10:23:52 +0200 (CEST)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        "Booth, Christopher" <christopher_booth@mcgraw-hill.com>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: IIJPPP & FreeBSD 3.1
Message-ID:  <XFMail.990505102352.asmodai@wxs.nl>
In-Reply-To: <199905042059.QAA17859@interlock.mgh.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04-May-99 Booth, Christopher wrote:
> Greetings, FreeBSDers:
> 
> I used to be able to access the Internet and Web from FreeBSD 2.2.6 with
> no problem. Since upgrading to 3.1 I have been unable to connect to my
> new ISP, from the same hardware. I have a dynamic account on a lone,
> single-user P133 with an internal modem.
> 
> I am able to dial up, but not packets get passed. After a short while,
> usually about 20 seconds I get disconnected. The ppp never changes to PPP
> and I get the message
> 
>      Warning: Chat script failed

Try this one for /etc/ppp/ppp.conf:


default:
 allow user usera userb userc
 set log Phase Chat LCP IPCP CCP tun command
 set device /dev/cuaa1
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 30 \"\" AT OK-AT-OK ATE1Q0
OK \\dATDT\\T TIMEOUT 60 CONNECT"
 disable pred1
 deny pred1
 disable vjcomp
 deny vjcomp

ISP:
 set phone 123-456678
 set login
 set authname loginname_of_your_account
 set authkey password_of_your_account
 set timeout 300
 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


Please note that the pred1 and vjcomp might NOT be necessary on your
system... My dial up was ISDN based...

---
Jeroen Ruigrok van der Werven                asmodai(at)wxs.nl
        The FreeBSD Programmer's Documentation Project 
Network/Security Specialist      <http://home.wxs.nl/~asmodai>;
*BSD: Powered by Knowledge & Know-how <http://www.freebsd.org>;


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?XFMail.990505102352.asmodai>