From owner-freebsd-questions Sat Nov 8 23:35:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20719 for questions-outgoing; Sat, 8 Nov 1997 23:35:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from chili.habaneros.com ([206.12.31.4]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA20713 for ; Sat, 8 Nov 1997 23:35:40 -0800 (PST) (envelope-from njensen@habaneros.com) Message-Id: <199711090735.XAA20713@hub.freebsd.org> Received: (qmail 17817 invoked from network); 9 Nov 1997 07:35:04 -0000 Received: from disdn217.smartt.com (HELO jalapeno) (207.102.115.85) by 206.12.31.4 with SMTP; 9 Nov 1997 07:35:04 -0000 From: "Neil Jensen" To: Subject: Install & ISDN - Bitsurfer Pro Date: Sat, 8 Nov 1997 23:33:47 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having one of those frustrating modem-configuration evenings :-( Trying to install 2.2.5R via PPP and FTP using a Bitsurfer Pro. I can get the modem to connect to my ISP (or at least get a 'CONNECT 115200' message from PPP and the modem lights indicate a connection), but when I tell the install program to go ahead, I get a "cannot resolve hostname...." error. My ISP uses PAP, so I am manually doing the following at the PPP cli: set authname xxxxxx set authkey xxxxxx enable pap accept pap I have also noticed that the install program doesn't seem to be setting the netmask properly in ppp (according to 'show ipcp'), so I have tried also doing: set ifaddr x.x.x.x/30 y.y.y.y/30 add 0 0 y.y.y.y The results are the same (i.e. connected, but no traffic). Using the show ipcp, show lcp, show proto commands all seem to indicate that absolutely no packets are being successfully passed. Is this a problem with ISDN and the setup program only? The mail archives seem to indicate that some people are using the Bitsurfer Pro successfully. If anyone has any suggestions or creative ideas, I would love to hear them :). Please copy me directly, as I am no longer subscribed to this list. Thanks in advance, Neil Jensen PS - I should point out that I can succesfully use the ISDN modem on one of my NT machines, so I'm pretty confident that I am using the correct gateway, DNS, address settings.