I have this working on a school network with a RH 6.2 machine and I am
going to give you my set of options and how I did this so hopefully you
may be able to get yours working by trial and error. My dialup server is
behind
a firewall box with a ipchains MASQ network. I allow 2 dial in lines
with the options.ttyS1 set at:
192.168.2.254:192.168.2.101

My options file reads like this:

ms-dns 207.217.77.82
ms-dns 192.217.120.83
nodefaultroute
auth
require-pap
refuse-chap
crtscts
lock
modem
asyncmap 0
netmask 255.255.255.0
nodetach
proxyarp
login
noipx

Note that you need to use your DNS entries as these are for the ISP I
use.
Your pap-secrets looks fine and note in my options file that I am
sending the DNS for the windoze clients to use. If DNS is setup on your
windoze machines you won't need to do this but it can be either way. One
option I would try is the nodefaultroute. For my
/etc/mgetty+sendfax/login.conf
I use this:
/AutoPPP/ -     a_ppp           /usr/sbin/pppd auth -chap +pap login

Make sure that you have 1 tab and not spaces between the - and a_ppp and
the a_ppp and the /usr/sbin/pppd

Also I don't think your having problems here but in my /etc/inittab file
I have this:

s1:2345:respawn:/sbin/mgetty -D -n 1 /dev/ttyS1

the n 1 sets the modem to answer on 1 ring. 

Some of the variables are redundant in the
/etc/mgetty+sendfax/login.conf
and the /etc/ppp/options files but it still gets the work done.

Hope this helps,


Eddie Strohmier





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to