In message <[EMAIL PROTECTED]>, writes:
  >
  >my isp provider is my college, the dial-in pool does not automatically 
  >run ppp after connection. Local address is assigned dynamically. I log 
  >in (Username: Password are the login prompts), and type "ppp" on a prompt 
  >(prompt is "your destination >") to run ppp. So far, my ppp script is not 
  >working. It dials (and connects, I think, at least it makes that modem 
  >connection sound) but nothing happens after that. I would appreciate any 
  >help:
  >
  >dial-up script
  >-------------
  >#!/bin/sh
  >#
  >#
  >
  >/usr/sbin/pppd :128.110.124.120 file /root/.dunc/options connect 
  >"/usr/sbin/chat -v -f /root/.dunc/chatfile" /dev/ttyS2 38400 &

Add `debug' to the options in /root/.dunc/options. That should dump the
conversation to the console and logfiles.  You should then be able to
see what's happening.

  >
  >
  >
  >/root/.dunc/chatfile
  >--------------------
  >"" atdt5813960  CONNECT "" rname:--rname: MY_LOGIN  word: MY_PASSWRD "" ppp
  >
  >
  >--
  >TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
  >[EMAIL PROTECTED] . 
  >Trouble?  e-mail to [EMAIL PROTECTED] .
  >
  >

-- 
Oliver Elphick                                [EMAIL PROTECTED]
Isle of Wight                                  http://lfix.co.uk/oliver

     Make it idiot-proof, and someone will breed a better idiot.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to