* David Suna <[EMAIL PROTECTED]> [040422 12:46]: [ISDN connection problem] > I don't know what is happening to cause it to hang up. I tried setting > the Authentication options to all of the choices (none, pap, chap, > chap+pap) and none of them worked. > > Is there a way I can get more detailed information about what is going on > between when the connection and the hangup?
Never dealt with ISDN, but you may want to add the debug keyword to the ppp driver, it will spew a whole lot of information about what's going on in there. There is normally a /etc/ppp/options file to which you can add a line with the word debug the logs should go to /var/log/debug or whatever it is on RedHat, you may need to configure syslogd to emit this information to a file. Baruch ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
