--------------1A5EC5D26E8A068F31B1E8A8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi all,
This PPP thing is really starting to frustrate me, so here I am to
ask for help again. I'll cut to the chase to save you future optical
bills. This is what I have done
1. 'mkdir/etc/ppp'
2. I downloaded the kernel source for linux 2.0.10 and ppp-2.2.0f
3. 'cd/usr/src' - 'tar zxvpf linux-2.0.10.tar.gz' - 'tar zxvpf
ppp-2.2.0f.tar.gz'
4. 'cd ppp - 2.2.0f' - './configure'
5. 'make kernel'
6. 'cd/usr/src/linux' - 'make config'
7. 'make clean' - 'make dep' - 'make zImage'
8. 'cd/usr/src/ppp-2.2.0f' - 'make'
9. 'make install'
When I did that everything worked well without an error. These are what
my configuration files look like.
/etc/resolv.conf
domain cris.com
nameserver 190.3.12.2
nameserver 204.71.8.21
/etc/rc.d/rc.inet1
HOSTNAME='cat /etc/HOSTNAME'
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0
/etc/ppp/options
connect 'chat -v -f -/dial'
/dev/cua1
57600
defaultroute
noipdefault
debug
crtscts
lock
modem
/root/dial
TIMEOUT 3
ABORT'\nBUSY\r'
ABORT'\nNO ANSWER\r'
ABORT'\nRINGING\r\n\rRINGING\r'
ABORT'\nNO CARRIER\r'
ABORT'\nNO DIALTONE\r'
ABORT'\n*Access denied\r'
" AT
'OK-+++\c-OK' 300-30F
OK atdt8687671
TIMEOUT 50
TIMEOUT 2
word: "password"
The problem I am having now is that when I activate the dial or
options file in there respective directory, it says 'command not found'
for all the options in my /root/dial file. I have no idea why this is
not working correctly. I would appreciate anyones help on this.
Thanx
--------------1A5EC5D26E8A068F31B1E8A8
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
<FONT SIZE=-1>Hi all,</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1> This PPP thing is really starting to
frustrate me, so here I am to ask for help again. I'll cut to the
chase to save you future optical bills. This is what I have done</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>1. 'mkdir/etc/ppp'</FONT>
<BR><FONT SIZE=-1>2. I downloaded the kernel source for linux 2.0.10 and
ppp-2.2.0f</FONT>
<BR><FONT SIZE=-1>3. 'cd/usr/src' - 'tar zxvpf linux-2.0.10.tar.gz' - 'tar
zxvpf ppp-2.2.0f.tar.gz'</FONT>
<BR><FONT SIZE=-1>4. 'cd ppp - 2.2.0f' - './configure'</FONT>
<BR><FONT SIZE=-1>5. 'make kernel'</FONT>
<BR><FONT SIZE=-1>6. 'cd/usr/src/linux' - 'make config'</FONT>
<BR><FONT SIZE=-1>7. 'make clean' - 'make dep' - 'make zImage'</FONT>
<BR><FONT SIZE=-1>8. 'cd/usr/src/ppp-2.2.0f' - 'make'</FONT>
<BR><FONT SIZE=-1>9. 'make install'</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>When I did that everything worked well without an error.
These are what my configuration files look like.</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>/etc/resolv.conf</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>domain cris.com</FONT>
<BR><FONT SIZE=-1>nameserver 190.3.12.2</FONT>
<BR><FONT SIZE=-1>nameserver 204.71.8.21</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>/etc/rc.d/rc.inet1</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>HOSTNAME='cat /etc/HOSTNAME'</FONT>
<BR><FONT SIZE=-1>/sbin/ifconfig lo 127.0.0.1</FONT>
<BR><FONT SIZE=-1>/sbin/route add -net 127.0.0.0</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>/etc/ppp/options</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>connect 'chat -v -f -/dial'</FONT>
<BR><FONT SIZE=-1>/dev/cua1</FONT>
<BR><FONT SIZE=-1>57600</FONT>
<BR><FONT SIZE=-1>defaultroute</FONT>
<BR><FONT SIZE=-1>noipdefault</FONT>
<BR><FONT SIZE=-1>debug</FONT>
<BR><FONT SIZE=-1>crtscts</FONT>
<BR><FONT SIZE=-1>lock</FONT>
<BR><FONT SIZE=-1>modem</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>/root/dial</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1>TIMEOUT 3</FONT>
<BR><FONT SIZE=-1>ABORT'\nBUSY\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO ANSWER\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nRINGING\r\n\rRINGING\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO CARRIER\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO DIALTONE\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\n*Access denied\r'</FONT>
<BR><FONT SIZE=-1>" AT</FONT>
<BR><FONT SIZE=-1>'OK-+++\c-OK' 300-30F</FONT>
<BR><FONT SIZE=-1>OK atdt8687671</FONT>
<BR><FONT SIZE=-1>TIMEOUT 50</FONT>
<BR><FONT SIZE=-1>TIMEOUT 2</FONT>
<BR><FONT SIZE=-1>word: "password"</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1> The problem I am having now is that
when I activate the dial or options file in there respective directory,
it says 'command not found' for all the options in my /root/dial file.
I have no idea why this is not working correctly. I would appreciate
anyones help on this.</FONT><FONT SIZE=-1></FONT>
<P><FONT SIZE=-1> & --------------1A5EC5D26E8A068F31B1E8A8--
Thanx</FONT></HTML>