Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 21:54:57 +0200 (CEST)
From:      G Hasse <gh@raditex.se>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Strange ISDN problem
Message-ID:  <Pine.BSF.4.21.0108072143140.74544-100000@gandalf.sickla.raditex.se>
In-Reply-To: <Pine.BSF.4.30.0108072129480.38503-100000@noc.zabbadoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello!

I had a Teles S0/16.3c PNP card. With this card I could log into
our office but not the other way round...

At our office we have a NetGear ISDN router.

Now I changed to a Fritz!Card PCI v2.0 to se if this could
make a difference. But noop.

The first thing to suspect is the login done by chap or
if there is any PPP parameter - but noop. (I have checked this
a hundred times...)

So why can I log into my office but not from my office to home?

The entry is like this (the passwords and phone numbers are scrambeled)

---

This is on FreeBSD 4.1

---
entry
name                    = SICKLA
usrdevicename           = isp
usrdeviceunit           = 1
isdncontroller          = 0
isdnchannel             = -1
local-phone-incoming    = 08123456789
remote-phone-incoming   = 88783478
local-phone-dialout     = 8123456789
remote-phone-dialout    = 88783478
remdial-handling        = first
dialin-reaction         = accept
dialout-type            = normal
direction               = inout

ppp-auth-paranoid       = no

ppp-expect-auth = chap
ppp-expect-name = aha
ppp-expect-password = navigare

ppp-send-auth = chap
ppp-send-name = aha
ppp-send-password = navigare

ppp-auth-rechallenge    = yes

b1protocol              = hdlc
idletime-incoming       = 30
idletime-outgoing       = 30
ratetype                = 0
unitlength              = 90
unitlengthsrc           = rate
dialretries             = 10
dialrandincr            = on
recoverytime            = 5
usedown                 = on
downtries               = 2
downtime                = 30

And I run ispppcontrol

---------------------------------------
#!/bin/sh -x -v

killall isdnd

ifconfig isp1 delete -link1 down

ispppcontrol isp1 myauthproto=chap
ispppcontrol isp1 myauthname=aha
ispppcontrol isp1 myauthsecret=navigare

ispppcontrol isp1 hisauthproto=chap
ispppcontrol isp1 hisauthname=aha
ispppcontrol isp1 hisauthsecret=navigare

#ispppcontrol isp1 norechallenge

ifconfig isp1 inet 192.168.20.1 192.168.20.2 netmask 0xffffffff link1

----

If anyone have an idea I would be VERY glad to hear from you.

Göran

----------------------------------------------------------------
Göran Hasse            email: gh@raditex.se     Tel: +46 8 694 92 70
Raditex AB             http://www.raditex.se    Fax: +46 8 442 05 91
Sickla Alle 7, 1tr                              Mob: 070-5530148
131 34  NACKA, SWEDEN



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.4.21.0108072143140.74544-100000>