Hi all,
I have tried using Rconnect on a Linux box. It worked fine for one day.
After that I am unable to connect. The following error is coming in
/VAR/LOG/MESSAGES:
PPPD 2.4.1 started by root
Connect Script Failed.
Exit
I have tried using WVDIAL also. It detects the Modem properly. Using
WVDIAl I am getting errors like "NO Carrier Detected" or "No Dialtone
Error"
I am using a Reliance Wireless Local Loop. Model of the same is FWT
LST250.
The Rconnect script I am using is shown below.
#!/bin/sh
if [ $# -ne 2 ]
then
echo "Error in $0 - Invalid Argument Count"
echo "Usage: rconnect <phone no> <phone no>"
echo "Currently phone no is used for both username and password"
exit
fi
echo user $1 password $2 >$HOME/.ppprc
route | grep default >/dev/null
if [ $? = 0 ]
then
set `route | grep default`
route del default
echo $2 >$HOME/.routedefault
fi
pppd /dev/rmodem 115200 debug usepeerdns defaultroute connect
'/usr/sbin/chat -v "" at+ifc=2,2 OK "atdt#777" CONNECT' mtu 264
Please help me to resolve the issue.
Thanks and Best Regards,
Vineet
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help