I can no longer connect using ISDN and ML-PPP.  It worked just fine in
   RedHat-5.2.

   I reverted back to the RedHat-5.2 version of ppp:
   ppp-2.3.5-1.i386.rpm, but that didn't help.  RedHat-6.0 has
   ppp-2.3.7-2.i386.rpm. Obviously, the problem lies in the Linux
   kernel: in kernel-2.0.36 ppp-2.3.5-1.i386.rpm worked fine. In
   kernel-2.2.5-22, neither ppp version works for ISDN.

   I have no problem to connect with my slow regular modem.

   My ISDN TA modem is a ZyXEL omni.net plus where I am using the asynch
   to synch conversion (atb40) with ML-PPP (at&j3).

   As you can see from the logs below, I do get a hw connection. The PPP
   negotiations fail, however.

   Has anyone experienced this and found a solution?

      With Kindest Regards

         Bertil

   I am using the chat script

      'TIMEOUT'   '5'
      'REPORT'    'CONNECT'
      'ABORT'     'NO DIAL TONE'
      'ABORT'     'NO ANSWER'
      'ABORT'     'NO CARRIER'
      'ABORT'     'BUSY'
      'ABORT'     'VOICE'
      'ABORT'     'ERROR'
      ''          'ATZ'
      'OK'        'ATDI17149567834'
      'TIMEOUT'   '30'
      'CONNECT'   ''

   and I have the following PPP options set:

/etc/ppp/options
   domain abcdefg.net
   name abcdefgh                             # PAP client
   noipdefault                               # peer supplies your IP address
   ipcp-accept-local                         # accept supplied local IP address
   ipcp-accept-remote                        # accept supplied remote IP address
   asyncmap 0                                # no control character escape
   crtscts                                   # hardware flow control
   defaultroute                              # set peer as default route
   lock                                      # exclusive access to device
   modem                                     # use modem control lines

/etc/ppp/pap-secrets
   # Secrets for authentication using PAP
   #  client      server      secret            IP addresses
      abcdefgh    *           'ijklmnop'

/etc/sysconfig/network-scripts/ifcfg-ppp1
   PERSIST=yes
   DEFROUTE=yes
   ONBOOT=no
   INITSTRING=ATZ
   MODEMPORT=/dev/ttyS2
   LINESPEED=460800
   ESCAPECHARS=no
   DEFABORT=yes
   HARDFLOWCTL=yes
   DEVICE=ppp1
   PPPOPTIONS=
   DEBUG=no
   PAPNAME=
   REMIP=
   IPADDR=
   BOOTPROTO=none
   MTU=
   MRU=
   DISCONNECTTIMEOUT=
   RETRYTIMEOUT=
   USERCTL=yes

=== /var/log/ppp (as directed by "daemon.* /var/log/ppp" in /etc/syslog.conf):
Jul  2 17:42:52 localhost pppd[30444]: pppd 2.3.7 started by root, uid 0
Jul  2 17:42:52 localhost ifup-ppp: pppd started for ppp1 on /dev/ttyS2 at 460800
Jul  2 17:42:55 localhost pppd[30444]: Serial connection established.
Jul  2 17:42:55 localhost pppd[30444]: Using interface ppp0
Jul  2 17:42:55 localhost pppd[30444]: Connect: ppp0 <--> /dev/ttyS2
Jul  2 17:42:56 localhost pppd[30444]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 
0x3e36e6c9> <pcomp> <accomp>]
Jul  2 17:43:23 localhost last message repeated 9 times
Jul  2 17:43:26 localhost pppd[30444]: LCP: timeout sending Config-Requests
Jul  2 17:43:26 localhost pppd[30444]: Connection terminated.
Jul  2 17:43:26 localhost pppd[30444]: Connect time 0.6 minutes.
Jul  2 17:43:27 localhost pppd[30444]: Exit.

=== /var/log/messages:
Jul  2 17:42:52 localhost pppd[30444]: pppd 2.3.7 started by root, uid 0
Jul  2 17:42:52 localhost ifup-ppp: pppd started for ppp1 on /dev/ttyS2 at 460800
Jul  2 17:42:53 localhost chat[30449]: timeout set to 5 seconds
Jul  2 17:42:53 localhost chat[30449]: report (CONNECT)
Jul  2 17:42:53 localhost chat[30449]: abort on (NO DIAL TONE)
Jul  2 17:42:53 localhost chat[30449]: abort on (NO ANSWER)
Jul  2 17:42:53 localhost chat[30449]: abort on (NO CARRIER)
Jul  2 17:42:53 localhost chat[30449]: abort on (BUSY)
Jul  2 17:42:53 localhost chat[30449]: abort on (VOICE)
Jul  2 17:42:53 localhost chat[30449]: abort on (ERROR)
Jul  2 17:42:53 localhost chat[30449]: send (ATZ^M)
Jul  2 17:42:53 localhost chat[30449]: expect (OK)
Jul  2 17:42:53 localhost chat[30449]: ATZ^M^M
Jul  2 17:42:53 localhost chat[30449]: OK
Jul  2 17:42:53 localhost chat[30449]:  -- got it
Jul  2 17:42:53 localhost chat[30449]: send (ATDI17149567834^M)
Jul  2 17:42:53 localhost chat[30449]: timeout set to 30 seconds
Jul  2 17:42:53 localhost chat[30449]: expect (CONNECT)
Jul  2 17:42:53 localhost chat[30449]: ^M
Jul  2 17:42:55 localhost chat[30449]: ATDI17149567834^M^M
Jul  2 17:42:55 localhost chat[30449]: CONNECT
Jul  2 17:42:55 localhost chat[30449]:  -- got it
Jul  2 17:42:55 localhost chat[30449]: send (^M)
Opening "/var/log/messages"...
chat:  Jul 02 17:42:55 CONNECT 460800/PPP  64000/NONE
Closing "/var/log/messages".
Jul  2 17:42:55 localhost kernel: ppp_ioctl: set dbg flags to 190000
Jul  2 17:42:55 localhost kernel: ppp_ioctl: set flags to 190000
Jul  2 17:42:55 localhost kernel: ppp_tty_ioctl: set xasyncmap
Jul  2 17:42:55 localhost kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
Jul  2 17:42:55 localhost kernel: ppp_ioctl: set flags to 190000
Jul  2 17:42:55 localhost kernel: ppp_ioctl: set mru to 5dc
Jul  2 17:42:55 localhost kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
Jul  2 17:42:55 localhost kernel: ppp_ioctl: set flags to 190000
Jul  2 17:42:55 localhost pppd[30444]: Serial connection established.
Jul  2 17:42:55 localhost pppd[30444]: Using interface ppp0
Jul  2 17:42:55 localhost pppd[30444]: Connect: ppp0 <--> /dev/ttyS2
Jul  2 17:43:26 localhost kernel: ppp: channel ppp0 closing.
Jul  2 17:43:26 localhost pppd[30444]: LCP: timeout sending Config-Requests
Jul  2 17:43:26 localhost pppd[30444]: Connection terminated.
Jul  2 17:43:26 localhost pppd[30444]: Connect time 0.6 minutes.
Jul  2 17:43:27 localhost pppd[30444]: Exit.

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to