I got diald working on Slackware 3.6. I don't completely understand
what everything means, but here is my configuration. I am using
diald-0.16 with the "diald-patch-0.16.5.gz" patch applied. I have a
Motorola Bitsurfr PRO connected to /dev/ttys2 connecting with MLPPP to
my ISP with a dynamically assigned IP address. I have IP masquerading
installed. My linux box has an address of 192.168.1.1 and my windoze
box has an address of 192.168.1.2 .It turns out I just had to tweak my
connect script to make this work (see my previous post). Below are the
files for my config.

brian
---------------------
Brian Lavender http://www.brie.com/brian/

If you think nobody cares if
you're alive, try missing a couple
of car payments.
 -- Earl Wilson 


darkstar:~# cat /etc/diald.conf
mode ppp
connect /etc/diald/connect
device /dev/ttyS2
speed 115200
modem
lock
crtscts
local 192.168.0.1
remote 192.168.0.2
dynamic
defaultroute
include /usr/lib/diald/standard.filter


darkstar:~# cat /etc/ppp/options  (numerous options removed from the 
noipdefault                        original file used with ppp-go)
asyncmap 0
name "bigbrie"


darkstar:~# cat /etc/ppp/pppscript
TIMEOUT 60
ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
"" "AT@B0=2%A4=0%A2=95" OK  <-- init string for TA (aka digital modem)
"atd4480131&4480131"      <-- I dial twice for MLPPP
TIMEOUT 75
CONNECT


darkstar:~# cat /etc/diald/connect (this file has permissions 0700)
#!/bin/sh
 
/usr/sbin/chat -v -f /etc/ppp/pppscript


darkstar:~# cat /etc/ppp/pap-secrets
# PAP authentication file: /etc/ppp/pap-secrets
# This file should have a permission of 600.
# ~# chmod 600 /etc/ppp/pap-secrets
# Username      Server      Password      IP addresses
"bigbrie"   *   "metoknow"

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

Reply via email to