Hi all
Excuse me for this new question about PPP (linux 2.0.0 , pppd 2.2.2).
Well , now I can do dial up (finally ) via Chat to my ISP.
Here is a bit off my chat :
...................................................
echo "ok . here start the chat"
if chat -v "" "ATZ" "OK" "ATDP2210100" "CONNECT" \
ogin: $LOGIN ssword: $PASSWORDQuote:> /dev/cua2 19200 < /dev/cua2 19200 \
then
echo "ok. calling PPPD" 1>2
pppd -d -detach /dev/cua2 &
else
echo "PPP call failed" 1>&2
exit 1
fi
Well , it dial up connect with ISP and after 1 minute
shows "PPP call failed" :).
My questions are:
1- Why the script don't shows the message "ok. calling PPPD" ?
2- Why my debugging PPP don't work (tail -f /var/log/messages --->
notthing shows in the other terminal ) ?. Where is my system log ????
3- If I get work PPP to my ISP how can I send a mail to other user ?
The script ip-up don't exist.
An more time, excuse me for the stupids questions.
Thank you a lot.
(special thanks to albrecht and Al Longyer for yours help)
af2