All of lore.kernel.org
 help / color / mirror / Atom feed
* Pass-filter, multilink and [LCP ProtRej ...]
@ 2005-07-23 19:44 James Henry Maiewski
  2005-07-23 21:19 ` Clifford Kite
  0 siblings, 1 reply; 2+ messages in thread
From: James Henry Maiewski @ 2005-07-23 19:44 UTC (permalink / raw)
  To: linux-ppp

Hello,

	Before I desrcibe some problems I've been having with PPP (or at least using 
PPP], I would ask anyone familiar with KPPP, how one can get a listing of the 
arguments that KPPP will use with pppd.  I'm using KPPP v2.4.1; pppd v2.4.1; 
kernel 2.6.3-7mdk (Mandrake 10.0).

	Of late, the PPP link to my dial-up ISP has developed a tendency to cut 
transmission rates to zero, sometimes staying there.  For a while now, I've 
been unable to establish the link at all unless I pass pppd the -persist 
option, but it worked fine even so until recently.  Some of the control 
messages that are new are:

Couldn't set pass-filter in kernel: Invalid argument

sent [LCP ConfRej id=0x1 <mrru 1500>] #This is something my ISP has started  
#asking for recently, i don't think that I have multilink going, or that I 
#should.

rcvd [LCP ProtRej id=0x3 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
#I have no idea what this is all about.  I thought that LCP had been completed 
at this point

	I have included the latest DEBUG details below.  I killed the process 
manually.

Jul 23 15:13:58 localhost pppd[4621]: pppd 2.4.1 started by chief, uid 501
Jul 23 15:13:58 localhost pppd[4621]: using channel 3
Jul 23 15:13:58 localhost pppd[4621]: Using interface ppp0
Jul 23 15:13:58 localhost pppd[4621]: Connect: ppp0 <--> /dev/tts/4
Jul 23 15:13:58 localhost pppd[4621]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
<magic 0x446ba45e> <pcomp> <accomp>]
Jul 23 15:13:58 localhost pppd[4621]: rcvd [LCP ConfReq id=0x1 <asyncmap 
0xa0000> <auth pap> <magic 0x13c10d28> <mrru 1500> <endpoint [local:99.44]>]
Jul 23 15:13:58 localhost pppd[4621]: sent [LCP ConfRej id=0x1 <mrru 1500>]
Jul 23 15:13:58 localhost pppd[4621]: rcvd [LCP ConfRej id=0x1 <pcomp> 
<accomp>]
Jul 23 15:13:58 localhost pppd[4621]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> 
<magic 0x446ba45e>]
Jul 23 15:13:58 localhost pppd[4621]: rcvd [LCP ConfReq id=0x2 <asyncmap 
0xa0000> <auth pap> <magic 0x13c10d28> <endpoint [local:99.44]>]
Jul 23 15:13:58 localhost pppd[4621]: sent [LCP ConfAck id=0x2 <asyncmap 
0xa0000> <auth pap> <magic 0x13c10d28> <endpoint [local:99.44]>]
Jul 23 15:13:58 localhost pppd[4621]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> 
<magic 0x446ba45e>]
Jul 23 15:13:58 localhost pppd[4621]: sent [PAP AuthReq id=0x1 
user="af0116010448@mtdata.net" password=<hidden>]
Jul 23 15:14:01 localhost pppd[4621]: sent [PAP AuthReq id=0x2 
user="af0116010448@mtdata.net" password=<hidden>]
Jul 23 15:14:02 localhost pppd[4621]: rcvd [PAP AuthAck id=0x2 ""]
Jul 23 15:14:02 localhost pppd[4621]: Couldn't set pass-filter in kernel: 
Invalid argument
Jul 23 15:14:02 localhost pppd[4621]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> 
<compress VJ 0f 01> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 23 15:14:02 localhost pppd[4621]: sent [CCP ConfReq id=0x1 <deflate 15> 
<deflate(old#) 15> <bsd v1 15>]
Jul 23 15:14:02 localhost pppd[4621]: rcvd [IPCP ConfReq id=0x1 <compress VJ 
0f 00> <addr 10.10.10.10>]
Jul 23 15:14:02 localhost pppd[4621]: sent [IPCP ConfAck id=0x1 <compress VJ 
0f 00> <addr 10.10.10.10>]
Jul 23 15:14:02 localhost pppd[4621]: rcvd [IPCP ConfNak id=0x1 <addr 
206.15.138.235> <compress VJ 0f 00> <ms-dns1 206.15.168.70> <ms-dns3 
206.15.168.65>]
Jul 23 15:14:02 localhost pppd[4621]: sent [IPCP ConfReq id=0x2 <addr 
206.15.138.235> <compress VJ 0f 00> <ms-dns1 206.15.168.70> <ms-dns3 
206.15.168.65>]
Jul 23 15:14:02 localhost pppd[4621]: rcvd [LCP ProtRej id=0x3 80 fd 01 01 00 
0f 1a 04 78 00 18 04 78 00 15 03 2f]
Jul 23 15:14:02 localhost pppd[4621]: rcvd [IPCP ConfAck id=0x2 <addr 
206.15.138.235> <compress VJ 0f 00> <ms-dns1 206.15.168.70> <ms-dns3 
206.15.168.65>]
Jul 23 15:14:02 localhost pppd[4621]: local  IP address 206.15.138.235
Jul 23 15:14:02 localhost pppd[4621]: remote IP address 10.10.10.10
Jul 23 15:14:02 localhost pppd[4621]: primary   DNS address 206.15.168.70
Jul 23 15:14:02 localhost pppd[4621]: secondary DNS address 206.15.168.65
Jul 23 15:14:02 localhost pppd[4621]: Script /etc/ppp/ip-up started (pid 4634)
Jul 23 15:14:03 localhost pppd[4621]: Script /etc/ppp/ip-up finished (pid 
4634), status = 0x0
Jul 23 15:14:57 localhost pppd[4621]: rcvd [LCP EchoReq id=0x4 
magic=0x13c10d28]
Jul 23 15:14:57 localhost pppd[4621]: sent [LCP EchoRep id=0x4 
magic=0x446ba45e]

With an advance of thanks,
	Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pass-filter, multilink and [LCP ProtRej ...]
  2005-07-23 19:44 Pass-filter, multilink and [LCP ProtRej ...] James Henry Maiewski
@ 2005-07-23 21:19 ` Clifford Kite
  0 siblings, 0 replies; 2+ messages in thread
From: Clifford Kite @ 2005-07-23 21:19 UTC (permalink / raw)
  To: linux-ppp

On Sat, 23 Jul 2005, James Henry Maiewski wrote:

|Hello,
|
|Before I desrcibe some problems I've been having with PPP (or at leastusing
|PPP], I would ask anyone familiar with KPPP, how one can get a listing of the 
|arguments that KPPP will use with pppd.  I'm using KPPP v2.4.1; pppd v2.4.1; 
|kernel 2.6.3-7mdk (Mandrake 10.0).

I'm not familiar with kppp, but that said putting the pppd option dryrun in
/etc/ppp/options should do it.  Afterwards dryrun will need to be removed.

|Of late, the PPP link to my dial-up ISP has developed a tendency to cut 
|transmission rates to zero, sometimes staying there.  For a while now, I've 
|been unable to establish the link at all unless I pass pppd the -persist 
|option, but it worked fine even so until recently.  Some of the control 
|messages that are new are:
|
|Couldn't set pass-filter in kernel: Invalid argument

The 2.4.1 binary wasn't compiled with the FILTER=y option in pppd/Makefile
set:  Uncomment #FILTER=y and recompile - if you can, otherwise ignore it.  
Apparently kppp attempts to use the pppd pass-filter option for something.

|sent [LCP ConfRej id=0x1 <mrru 1500>] #This is something my ISP has started  
|#asking for recently, i don't think that I have multilink going, or that I 
|#should.

Add the pppd option nomp and the Configure-Reject will become a Protocol-
Reject.

|rcvd [LCP ProtRej id=0x3 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
|#I have no idea what this is all about.  I thought that LCP had been completed 
|at this point

The peer just rejected all CCP protocols pppd offered, very common.  Add
the pppd noccp option and pppd won't offer any.

|I have included the latest DEBUG details below.  I killed the process 
|manually.

...

If the problems you mentioned were the messages you asked about then
nothing was really wrong.  The link should have been viable.

---
Clifford Kite                                 http://ckite.no-ip.net



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-23 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-23 19:44 Pass-filter, multilink and [LCP ProtRej ...] James Henry Maiewski
2005-07-23 21:19 ` Clifford Kite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.