Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 1999 02:02:51 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   i4b syncppp not talking with Ascend Max (HP,4000-6000) version 6.1.3 - 6.1.7 ?
Message-ID:  <19991206020250.A3011@saturn.kn-bremen.de>

next in thread | raw e-mail | index | archive | help
This is still with 0.71 (i think, the version that was in -stable before
the recent MFC) so i don't know if its fixed since and i can't yet try
with ijppp either, but:  Trying to use a new german `call-by-call' ISP
(Lübecker Nachrichten, see http://www.teltarif.de/nl/n49.html ) i get
a connection with a seemingly successfully completed ppp negotiation
(a tcpdump (well actually i'm now using ethereal) of it at least looks
similar enough to that of other working links, i can't say i really
know the ppp protocol...) and the interface gets assigned a local
address, but despite all that no packet goes out, and if i log those
packets with ipfw they still all have a source address of 0.0.0.0,
as if the ppp link still hasn't yet been brought up fully.  although
as i said the negotiation appears to be complete...

 The `Ascend Max ...' in the subject is only what nmap guessed so
it _may_ be wrong. (tho it looks plausible...  remote address
(195.122.128.142) was taken from the logged ppp packets, ifconfig
still showed 0.0.0.1 but thats also what i see with working syncppp
links.)  Below is the relevant part from isdnd.rc followed by the
ifconfig/spppcontrol configuration, if there's something else you
think that could be relevant just ask.  (And if your in germany,
they charge DEM 0.055 over the day and DEM 0.045 after 1800 CET
and at weekends, calculated by seconds.  and if your not in germany:
yes around here that price isn't bad, before 2100 even local calls
cost more!  if you now shake your head consider yourself lucky, no,
very lucky... :( )

-------cut----
entry
name			= isp3-ln
usrdevicename		= isp	
usrdeviceunit		= 3
isdncontroller  	= 0
isdnchannel		= -1
					# numbers used to DIAL OUT
remote-phone-dialout    = 010880192361      # telephone number used to dial out to the
                                        # remote site
local-phone-dialout	= 94408		# our number to tell remote

					# numbers used to verify at DIAL IN
local-phone-incoming	= 94408		# we take calls for this local number
remote-phone-incoming	= 10880192361   # we take calls from this remote machine
#remdial-handling	= first
dialin-reaction		= reject
dialout-type		= normal
b1protocol		= hdlc
#idletime-incoming	= 240
idletime-incoming	= 30
idletime-outgoing	= 30
ratetype		= 0  
#unitlength		= 90
unitlength		= 60
#unitlengthsrc		= rate
unitlengthsrc		= aocd		# none, rate, cmdl, conf, aocd
dialretries		= 3
dialrandincr		= on
#recoverytime		= 25
recoverytime		= 5
#usedown			= off
#downtries		= 2
#downtime		= 30

-------cut----
 ...
spppcontrol isp3 myauthproto=pap
spppcontrol isp3 myauthname=LN
spppcontrol isp3 myauthsecret=online

echo isp3 - lübeckernachrichten
route delete default
route add default -interface isp3
ifconfig isp3 inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255 link1
ifconfig isp3 down
-------cut----

 (of course i then `ifconfig isp3 up' before i (try to) use it.)

 Thanx and Regards,
-- 
Juergen Lock <nox.foo@jelal.kn-bremen.de>
(remove dot foo from address to reply)


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?19991206020250.A3011>