From owner-freebsd-isdn Fri Apr 10 14:27:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18121 for freebsd-isdn-outgoing; Fri, 10 Apr 1998 14:27:49 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from maila.telia.com (root@maila.telia.com [194.236.189.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17976 for ; Fri, 10 Apr 1998 14:26:57 -0700 (PDT) (envelope-from arve.ronning@ah.telia.no) Received: from d1o203.telia.com (root@d1o203.telia.com [195.204.220.241]) by maila.telia.com (8.8.8/8.8.8) with ESMTP id XAA15372; Fri, 10 Apr 1998 23:26:42 +0200 (CEST) Received: from t2o201p46.telia.com (t2o201p46.telia.com [195.204.216.106]) by d1o203.telia.com (8.8.5/8.6.12) with SMTP id XAA20049; Fri, 10 Apr 1998 23:26:40 +0200 (MET DST) X-Authentication-Warning: d1o203.telia.com: t2o201p46.telia.com [195.204.216.106] didn't use HELO protocol Message-ID: <352F0C58.24E6@ah.telia.no> Date: Fri, 10 Apr 1998 23:23:20 -0700 From: Arve Ronning X-Mailer: Mozilla 3.03 (Win16; I) MIME-Version: 1.0 To: Eric Feillant CC: freebsd-isdn@FreeBSD.ORG Subject: Re: I4B & NAT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Can u send me u'r config file ? ( Natd.cf, ipfw.cf or rc.firewall, etc...) > Argh... I forgot to include this file, which I'm using to start/stop the ISDN line: --------------------------------- #!/bin/sh if [ -f /var/run/isdnd.pid ] then echo 'Stopping ISDN line' kill `cat /var/run/isdnd.pid` ifconfig isppp0 down route delete default echo 'ISDN line Stopped' else echo 'Starting ISDN line' spppcontrol isppp0 myauthproto=pap myauthname=<<>>\ myauthkey=<<>> hisauthproto=none callin /usr/local/bin/isdnd -d0xf9 ifconfig isppp0 up route add default -interface isppp0 echo 'ISDN line Started' fi --------------------------------- -Arve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message