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

pppd



Hi ppl.
 
I give up.
I tried all that i can think of, i spent hours searching mailing lists and deja news in order to find why my pppd is not working :-(((.
I installed the whole computer 4 time now each time with diffrent configuration.
Now i have the GNOME and i tried to configure the connection with RedHat dialer configuration and it look ok.
It recognize the modem, i can send commands to the modem, but when i use the RedHat Dialer it does not work !
 
kppp keeps giving me core dumps (the whole kde does that actually - on 2 diffrent computers and hardware - is there a bug in Redhat 6.2 about it ?)
 
Can someone PLEASE send me a script to connect to Barak-Online ?
 
here is my configuration scripts :
 
pppd :
 
noauth
/dev/modem     
38400              
crtscts             
lock                 
asyncmap 0     
modem            
connect "/usr/sbin/chat  -eVvf /etc/ppp/barak.chat"
noipdefault       
passive        
defaultroute   
user lizard@macam.ac.il
 
 
My barak.chat script :
 
'ABORT' 'BUSY'
'ABORT' 'NO CARRIER'
'' 'ATZ'
'OK' 'ATDT9281111'
'CONNECT' ''
 
Dip script :
 
port modem
speed 38400
echo on
get $locip 0.0.0.0
dial 9281111
sleep 3
wait > 20
wait Username: 10
send lizard@macam.ac.il\n
wait Password: 10
send MyPASSWD\n
wait > 40
wait address 30
default
print ..
print CONNECTED to Mofet in PPP mode
mode PPP
 
 
Thanks,
 
Mike