You might try, first, getting pppd to work with your Xisp dialer. I use chat.

Here's a script I can use to run pppd:

#!/bin/sh
#
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
#
export TELEPHONE ACCOUNT PASSWORD
#
# this uses the 'options',and 'ppp-on-dialer' files
exec /usr/sbin/pppd modem crtscts /dev/ttyS1 19200 noipdefault defaultroute \

  netmask 255.255.255.0 asyncmap 0xa0000 passive \
  xonxoff connect $DIALER_SCRIPT

Here's the file /etc/ppp/ppp-on-dialer, referred to by the preceding:

#!/bin/sh
#
exec /usr/sbin/chat -v     \
 ABORT  BUSY    \
 ABORT  'NO CARRIER'   \
 ''  ATZ    \
 OK  ATDT5551122   \
 CONNECT  ''    \
 name:  markj    \
 word:  XYXY    \
 ' '  ppp    \
 hostname: default

Can you create a script along the lines of the above, which exec's your Xisp
dialer?

For me, once I had this pppd setup working, setting up diald was a breeze.

Brian Witowski wrote:

> Greeting,
>
> Ok, it looks like I have to back-up a couple steps.  Apparently my PPP
> is not configured
> properly.  Heres the situation:
>
> I normally use Xisp as my dialer.  Its similar to kppp BUT it uses it's
> own binary dialer.  I can
> connect using Xisp and don't have any problems.  BUT, if I attempt to
> connect with DIP or any
> other terminal program, once it connects, I never see anything.  No
> 'Login:' etc.  After about
> 5 seconds I lose the connection.
> I tried using the X-windows Netconfig to set up my ppp.  I know what all
> the settings should be but it's just not taking.  I think if I had a
> list of all of the files that are used during connection I may be able
> to track something down.
>
> So, my questions are as follows:
>
> What are the files I need to be concerned with regarding PPP?  i.e.
> ppp-up, ppp-down, chat-ppp0 etc.
> Could somebody perhaps email ALL of their config files related to PPP so
> I can maybe track down what is going on?
> Does anybody have any ideas?  Oh yes, one of you recommended the Linux
> Network Toolkit.  I have that book.  Its a great book.  But since I'm
> using Caldera, not Red Hat I think there may be some variations.  Not
> sure.  Right now I'll try anything.
>
> Thanks!
> Brian
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]


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

Reply via email to