Hi,

I'm trying to convert the following dip script to /etc/ppp/chatscript 
so i can use pppd to dial in, but i've not had much luck.  Can 
someone help me please.

Thanks,
Chris.

// Begin ZetnetPPP.Dip \\
#!/usr/sbin/dip

  netmask 255.255.255.0
  get $mtu 1006
  get $remote 194.73.161.1
  port modem
  speed 38400
  parity N
  databits 8
  stopbits 1
  flush
  send \r\n\r\n
  send ATZ\r
  wait OK 2

  send atdt0345573793\r
        flush
        wait CONNECT 60

   sleep 3
   wait login 10
        send ZETppp\r
        wait ame 5
        send Christopher Bond\r
        wait umber 3
        send 1234-567-89\r100001\rpassword\r

   default
   mode PPP


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

Reply via email to