From owner-freebsd-isdn Thu May 21 03:35:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14396 for freebsd-isdn-outgoing; Thu, 21 May 1998 03:35:05 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mail.unlisys.net (root@mail.unlisys.net [195.21.255.252]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA14361 for ; Thu, 21 May 1998 03:34:56 -0700 (PDT) (envelope-from mscu.snafu.de!root@unlisys.net) Received: by mail.unlisys.net (Smail3.2.0.96inx) id ; Thu, 21 May 1998 12:34:44 +0200 (MET DST) Received: (from root@localhost) by mscu.snafu.de (8.8.8/8.8.8) id MAA01832; Thu, 21 May 1998 12:31:36 +0200 (CEST) (envelope-from root) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <000f01bd8421$833815c0$030aa8c0@obelix.webaffairs.net> Date: Thu, 21 May 1998 12:16:36 +0200 (CEST) Organization: Private FreeBSD site (UUCP) From: Matthias Schuendehuette To: Stefan Herrmann Subject: Re: problems kompiling the kernel with i4b Cc: FreeBSD-ISDN Mailingliste Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Stefan, On 20-May-98 Stefan Herrmann wrote: > I don't know what to do else, but the following > > root@asterix[0]~ # ping www.seicom.net > ping: cannot resolve www.seicom.net: Host name lookup failure > > fails :-( > > Did I forget something ? Perhaps - did you a 4route add default -interface isppp04 ? I made two tiny scripts to switch the connection to my ISP on and off: ******************* provi-on********************************** #!/bin/sh /sbin/ifconfig isppp0 up /sbin/route add default -interface isppp0 /sbin/ping -c 1 echo Returnwert von 'ping' = $? ******************* provi-on********************************** ******************* provi-off********************************** #!/bin/sh /sbin/ifconfig isppp0 down /sbin/route delete default ******************* provi-off********************************** at least it works for me ..... :-) These scripts assume that isppp0 is configured right running /etc/rc.isdn at system startup. See /usr/src/i4b/etc/rc.isdn-PPP for hints. HTH - Matthias ******************************************************************** Matthias Sch|ndeh|tte E-Mail: Matthias Schuendehuette Solmsstrasse 44 Phone: +49-30-69409824 D-10961 Berlin Data/Fax: +49-30-69409825 GERMANY This message was sent by XF-Mail on FreeBSD 2.2.6-STABLE ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message