From owner-freebsd-questions Wed Nov 10 7:54:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demon.db.de (pC19F00AC.dip.t-dialin.net [193.159.0.172]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9614D6D; Wed, 10 Nov 1999 07:54:39 -0800 (PST) (envelope-from wcp@demon.db.de) Received: from PELISSERO.db.de (pelissero.db.de [10.70.140.27]) by demon.db.de (8.9.2/8.9.2) with ESMTP id QAA05933; Wed, 10 Nov 1999 16:48:01 +0100 (CET) (envelope-from wcp@demon.db.de) From: "Walter C. Pelissero" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14377.38500.814000.559026@demon.db.de> Date: Wed, 10 Nov 1999 16:59:32 +0100 (W. Europe Standard Time) To: freebsd-isdn@freebsd.org, freebsd-questions@freebsd.org Subject: ISDN & PPP for dial-in/out X-Mailer: VM 6.67 under Emacs 20.3.1 Reply-To: wcp@pop.systemy.it X-Attribution: WP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I hope it's not a stupid question. Do you have any example on how to set up a FreeBSD 3.1 box so that it's able to dial out my ISP automatically and answer (and act as a ISP) when I call in from home? I tried to mess around with i4b (ver 0.83) with and without userland ppp (ver 991109) but I seem to stuck on remote calls not being recognized. This is for instance my last trial isdnd.rc: #------------------------------------------------------------------------------ # # example of a configuration file for the isdn daemon & user-ppp # -------------------------------------------------------------- # #------------------------------------------------------------------------------ #============================================================================== # SYSTEM section: isdnd global configuration parameters #============================================================================== system # accounting # ---------- acctall = on # generate info for everything acctfile = /var/log/isdnd.acct # name & location of accounting file useacctfile = yes # generate accouting info to file isdntime = on monitor-allowed = no # global switch: monitor on/off #================================================================= # User-ppp example #================================================================= entry name = userppp0 usrdevicename = rbch usrdeviceunit = 0 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = 00mynumber remote-phone-incoming = * local-phone-dialout = 00mynumber remote-phone-dialout = 00ispnumber # ppp(8) will override this remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 60 # Should be larger than ppps timeout #idletime-outgoing = 60 # Should be larger than ppps timeout idletime-outgoing = 0 # Should be larger than ppps timeout ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 entry name = userppp1 usrdevicename = rbch usrdeviceunit = 1 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = 00mynumber remote-phone-incoming = * local-phone-dialout = 00mynumber remote-phone-dialout = 00ispnumber # ppp(8) will override this remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 60 # Should be larger than ppps timeout #idletime-outgoing = 60 # Should be larger than ppps timeout idletime-outgoing = 0 # Should be larger than ppps timeout ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message