[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ppp-script problem,



In message <[🔎] Pine.SOL.3.91.970822170140.18247A-100000@cor>, 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
  >debian-user-request@lists.debian.org . 
  >Trouble?  e-mail to templin@bucknell.edu .
  >
  >

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: