hello all
i"m quite new to linux ,i"m using red hat 5.1 with kernel 2.0.34
i want to connect to work (netvision ISP) using my account
i tried the following script but it started to connect and thats it....it
stopped

the modem id Diamond 33600 with Rockwell chip set (vacf) on com 3 under
winnt and in
linux its on cua2 and he can dial out without any problem
i also tried to connect with seyon i can hear the modem starting the
handshake but ther is  a problem  with the user name and password ...........
i didnt find any log file to see the errors ,but i probably dont know where
to look....
i will appreciate any suggestions
10x

the script
========
#!/bin/bash                      /// this one is in /usr/local/sbin/ppp-nv
setserial /dev/modem spd_normal
(
echo starting call to netvision...1>&2
if chat -t 180 -V -f /usr/local/sbin/chat_options
then
  pppd /dev/modem 38400 modem crtscts defaultroute
   sleep 5
  if ifconfig | grep ppp > /dev/null 2>&1
  then
  echo Connection failed 1>&2
  fi
fi
) < /dev/modem
=============================================================
i chmod 700 to this script


the second script :
==============
ABORT BUSY
ABORT NO CARRIER
ABORT NO DIALTONE
AT&F&C1&D2&K3
OK ATDT8601000
CONNECT
       :my user name in here
word:my passwored in here

=================================================================
chmod 600 to this one
i also edit the /etc/resolv.conf like this :

domain netvision.net.il
nameserver 194.90.1.5
nameserver 199.203.1.20
Regards. 
erez avraham 
Dial Up Customers Support 
------------------------------------------------------------- 
E-Mail: [EMAIL PROTECTED] Tel: 04-8560600 
Home Page: <http://www.netvision.net.il/>http://www.NetVision.net.il Fax:
04-8550345 
TeleSales: 04-8560560 [EMAIL PROTECTED] 
WAN Support: 04-8560550 [EMAIL PROTECTED] 
Dial-up Support: 04-8560570 [EMAIL PROTECTED] 
Administration: 04-8560660 [EMAIL PROTECTED] 
NetVision Ltd. 
The No.1 Israeli Internet & Intranet Services Provider

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

Reply via email to