On Fri, 5 Jun 1998, SLP wrote: > Hello > > I have problems configuring /etc/ppp/options: > Theres a line where I ve entered > > connect "/usr/sbin/chat " ATDT861-7915 CONNECT" The connect command needs to be enclosed in single quote marks, not double quotes. Here is my connect command for example: connect '/usr/sbin/chat -f /usr/local/bin/radiks.chat' In my opinion it is better to put the expect/send pairs into a file for ease of maintenance. Using my file as an example, you might want to construct a file as follows: "" ATDT8617915 \ CONNECT "" That says to expect nothing and send your dial command, then expect CONNECT and send nothing. I'm also not sure you need the double quotes around the name in your user parameter. In /etc/resolv.conf you might want to add a search line such as search microtec.net I hope this helps some. > Here what I did for my isp configs: > In /etc/ppp/options > > /dev/ttyS3 > 57600 > crtscts > modem > defaultroute > noipdefault > lock > connect "/usr/sbin/chat " ATDT861-7915 CONNECT" > user "login" > remotename remotename > > > In /etc/ppp/pap-secrets > > Under "client", I have "login", under "server" *, under secret "password". > > In /etc/resolv.conf > > nameserver 204.50.80.200 > > > > > Is there something I m missing? An additional file for ie ? > I have redhat 4.2 of Infomagic, and whenever I execute pppd, I just get > some ascii characters, nothing else..Modem aint dial despite the fact I did > ls -sf /dev/cua3 /dev/modem. > > > Thanks for helping me... > > Allan > > > > > -- > PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! > http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject. > > -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
