<html><br>
<br>Hello<br><br><span style="font-family: Times New Roman;">I set up PPP earlier (dial in) to a Red Hat system.  I did this:</span><br style="font-family: Times New Roman;"><br style="font-family: Times New Roman;"><span style="font-family: Times New Roman;">    In <span style="font-weight: bold;">/etc/inittab:</span>            S0:2345:respawn:/sbin/mgetty ttyS0 -x7 -D /dev/ttyS0</span><br style="font-family: Times New Roman;"><span style="font-family: Times New Roman;">                                 kill -1 1</span><br style="font-family: Times New Roman;"><br style="font-family: Times New Roman;"><span style="font-family: Times New Roman;">    In </span><b style="font-family: Times New Roman;">/etc/mgetty+sendfax/login.config:           </b><span style="font-family: Times New Roman;">/AutoPPP/  -  *  /usr/sbin/pppd auth -chap +pap login debug modem crtscts</span><br style="font-family: Times New Roman;"><br style="font-family: Times New Roman;"><span style="font-family: Times New Roman;">    In <span style="font-weight: bold;">/etc/ppp/pap-secrets</span>:</span><br style="font-family: Times New Roman;"><pre style="font-family: Times New Roman;">  fred    *    sanford    *<br>     dick    *    vandyke    *<br><br>    in <span style="font-weight: bold;">options.ttyS0</span>:    10.0.0.141:10.0.0.149<br><br></pre><ul style="font-family: Times New Roman;"><li>in <b>/etc/sysctl.conf</b> :                net.ipv4.ip_forward = 1<br>
</li><li>in <b>/etc/sysconfig/network</b>:   NETWORKING=YES<br>
</li><li>and in <b>/etc/ppp/options</b>:
<pre>lock<br>debug<br>dump<br>logfile /tmp/pppd_debug.log<br>noccp<br>nodeflate<br>proxyarp<br>silent<br></pre>
</li></ul><pre style="font-family: Times New Roman;"><br></pre>This worked.  I believe I recorded everything I did.  Then I tried this on a CentOS 4.5.  It gets to "verifying user name and<br>password" but then never responds.  Oh and yes I did try logging in with a regular hyperterm (non PPP) to be sure the login/pwd<br>combinations work, so that is not the problem.  (Yes, they are something other then fred/sanford and dick/vandyke actually.<br>I just used those as an example).<br><br>Anyway I can't get in and I don't see anything in /var/log/messages (nor /tmp/pppd_debug.log).<br>Is there something I am missing?  This is actually a disk replacement, so everything on the client side<br>of my dialup remains the same (number, login, password, etc).<br><br>Thanks<br>
</html>