Date: Thu, 21 Jan 1999 22:41:07 +0100 (CET) From: Dominik Brettnacher <domi@saargate.de> To: freebsd-isdn@FreeBSD.ORG Subject: =?ISO-8859-1?Q?FritzCard_and_PPP_doesn=B4t_work=2E=2E=2E=2E?= Message-ID: <Pine.BSF.3.96.990121223515.623C-100000@dominik.saargate.de>
next in thread | raw e-mail | index | archive | help
I have a FritzCard, FreeBSD 2.2.8 and i4b-00.70.00-beta. FreeBSD recognizes the following: isic0 at 0x300 irq 15 flags 0x4 on isa isic0: AVM A1 or AVM Fritz!Card isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x16e0) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x6e0, AddrB=0xee0) i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached This is my isdnd.rc: ---cut--- 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 # monitor # ------- monitor-allowed = yes # global switch: monitor on/off monitor-port = 451 # default monitor TCP port # Monitor rights are granted due to the most specific host/net spec, i.e. in # the example below host 192.168.1.2 will have the rights specified on that # line, even so it belongs to net 192.168.1.0/24 as well. # # A monitor specification may either be: # # - the name of a local (UNIX-domain) socket; this MUST start with a "/" monitor = "/var/run/isdn-monitor" monitor-access = fullcmd monitor-access = channelstate, logevents monitor-access = callin, callout # ratesfile # --------- ratesfile = /etc/isdn/isdnd.rates # name & location of rates file # regular expression pattern matching # ----------------------------------- #regexpr = "connected.*KTS" # look for matches in log messages #regprog = connectKTS # execute program when match is found # realtime priority section # ------------------------- rtprio = 25 # modify isdnd's process priority ############################################################################### entry name = lf usrdevicename = isp usrdeviceunit = 0 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = 06868180051 remote-phone-incoming = 0686193630 local-phone-dialout = 06868180051 remote-phone-dialout = 0686193630 remdial-handling = first dialin-reaction = accept dialout-type = normal b1protocol = hdlc idletime-incoming = 240 idletime-outgoing = 30 ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 3 dialrandincr = on recoverytime = 25 ---cut--- I try to get a connection with these commands: ifconfig isp0 link1 0.0.0.0 193.158.76.64 netmask 0xffffff00 debug ifconfig isp0 down spppcontrol isp0 myauthproto=pap myauthname=xxxxx myauthsecret="xxxxx" ifconfig isp0 up route add default -interface isp0 But the only thing I get is this: ---cut--- isp0: lcp close(starting) isp0: phase dead isp0: lcp close(initial) isp0: lcp open(initial) isp0: phase establish isp0: lcp close(starting) isp0: phase dead isp0: lcp close(initial) isp0: lcp open(initial) isp0: phase establish isp0: lcp close(starting) isp0: phase dead isp0: lcp close(initial) isp0: lcp open(initial) isp0: phase establish isp0: lcp close(starting) isp0: phase dead isp0: lcp close(initial) isp0: lcp open(initial) isp0: phase establish isp0: lcp close(starting) isp0: phase dead ---cut--- What am I doing wrong? -- Dominik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990121223515.623C-100000>