----- Original Message -----
Sent: Wednesday, November 21, 2001 7:32 PM
Subject: ppp problems...

Hi.
I'm using RH7.2
my server has a registered IP at internet i need to connect win9x and XP clients via ppp so they can use internet
through my server but clients canīt connect to my ppp server...
If I set the pppmenu script option at windows connection properties the user can log in... at linux console.
 but once connected at the windows terminal. if I click the continue button the connection drops.
 
why? what's the problem here?
 
thx in advance
 
 
Nov 21 19:13:02 esystem mgetty[5554]: failed timeout dev=ttyS0, pid=5554, caller='none', conn='', na
me=''
Nov 21 19:16:02 esystem mgetty[5650]: failed timeout dev=ttyS0, pid=5650, caller='none', conn='', na
me=''
Nov 21 19:16:48 esystem mgetty[5663]: init chat failed, exiting...: Interrupted system call
Nov 21 19:16:48 esystem mgetty[5663]: failed in mg_init_data, dev=ttyS0, pid=5663
Nov 21 19:17:33 esystem mgetty[5665]: data dev=ttyS0, pid=5665, caller='none', conn='LAPM', name='',
 cmd='/usr/sbin/pppd', user='/AutoPPP/'
Nov 21 19:17:33 esystem pppd[5665]: pppd 2.4.1 started by a_ppp, uid 0
Nov 21 19:17:33 esystem pppd[5665]: Using interface ppp0
Nov 21 19:17:33 esystem pppd[5665]: Connect: ppp0 <--> /dev/ttyS0
Nov 21 19:17:37 esystem ppp(pam_unix)[5665]: session opened for user jarley by a_ppp(uid=0)
Nov 21 19:17:37 esystem pppd[5665]: user jarley logged in
Nov 21 19:18:07 esystem pppd[5665]: IPCP: timeout sending Config-Requests
Nov 21 19:18:07 esystem ppp(pam_unix)[5665]: session closed for user jarley
Nov 21 19:18:07 esystem pppd[5665]: Connection terminated.
Nov 21 19:18:07 esystem pppd[5665]: Connect time 0.6 minutes.
Nov 21 19:18:07 esystem pppd[5665]: Sent 175 bytes, received 0 bytes.
Nov 21 19:18:07 esystem pppd[5665]: Exit.
here are my config files....
 
------------------------
/etc/ppp/options
-detach
asyncmap 0
modem
crtscts
lock
require-pap
refuse-chap
login
proxyarp
---------------------
/etc/ppp/options.ttyS0
63.170.172.144:192.168.1.10
---------------------------
/etc/ppp/pap-secrets
# Secrets for authentication using PAP
# client        server  secret                  IP addresses
*               *       ""                      *
-----------------------------
/etc/mgetty+sendfax/login.config
 
/AutoPPP/ -     a_ppp   /usr/sbin/pppd auth -chap +pap login debug
*       -       -       /bin/login @
 
--------------------------
/etc/sysctl.conf
 
 
# Disables packet forwarding
net.ipv4.ip_forward = 1
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
 

Reply via email to