You're right Johan. I haven't seen that in the RFC, but it seems logical
that many pppd options are related to serial line and HDLC
encapsulation. That's why I disable many of them in my configuration and
use synchronous HDLC (which is the simplest to decode).

Anyway, I can't manage to disable "asyncmap". But it doesn't seems to
worry the PPP server (at the other side of the ADSL line) as you can see
in the following excerpt of my log file (see attachement).

Benoit.

On Fri, 6 Apr 2001, johan verrept wrote:

> this are all the optins of the normal (unix) pppd that are disabled for pppoa:
> 
>     "noaccomp", "-ac",
>     "default-asyncmap", "-am", "asyncmap", "-as", "escape",
>     "receive-all",
>     "crtscts", "-crtscts", "nocrtscts",
>     "cdtrcts", "nocdtrcts",
>     "xonxoff",
>     "modem", "local", "sync",
> 
> these are mostly related to serial line stuff.
Apr  6 09:24:12 hansolo pppd[705]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 
0x4a7dc568>]
Apr  6 09:24:12 hansolo pppd[705]: rcvd [LCP ConfReq id=0x0 <mru 1500> <auth chap MD5> 
<magic 0x54d340>]
Apr  6 09:24:12 hansolo pppd[705]: sent [LCP ConfAck id=0x0 <mru 1500> <auth chap MD5> 
<magic 0x54d340>]
Apr  6 09:24:12 hansolo pppd[705]: rcvd [LCP ConfRej id=0x1 <asyncmap 0x0>]
Apr  6 09:24:12 hansolo pppd[705]: sent [LCP ConfReq id=0x2 <magic 0x4a7dc568>]
Apr  6 09:24:12 hansolo pppd[705]: rcvd [LCP ConfAck id=0x2 <magic 0x4a7dc568>]
Apr  6 09:24:12 hansolo pppd[705]: rcvd [CHAP Challenge id=0x1 
<b3b34950180274a4fdc40f4654428a93>, name = "BSNIC102"]
Apr  6 09:24:12 hansolo pppd[705]: sent [CHAP Response id=0x1 
<bec9fa7ab3df96c0fb2adc61ad052b53>, name = "fti/xf4ccx6@fti"]
Apr  6 09:24:15 hansolo pppd[705]: rcvd [CHAP Success id=0x1 "CHAP authentication 
success, unit 504"]
Apr  6 09:24:15 hansolo pppd[705]: Remote message: CHAP authentication success, unit 
504
Apr  6 09:24:15 hansolo pppd[705]: 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>]
Apr  6 09:24:15 hansolo pppd[705]: rcvd [LCP EchoReq id=0x0 magic=0x54d340]
Apr  6 09:24:15 hansolo pppd[705]: sent [LCP EchoRep id=0x0 magic=0x4a7dc568]
Apr  6 09:24:15 hansolo pppd[705]: rcvd [IPCP ConfReq id=0xb3 <addr 193.253.219.1>]
Apr  6 09:24:15 hansolo pppd[705]: sent [IPCP ConfAck id=0xb3 <addr 193.253.219.1>]
Apr  6 09:24:18 hansolo pppd[705]: 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>]
Apr  6 09:24:18 hansolo pppd[705]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
Apr  6 09:24:18 hansolo pppd[705]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 
0.0.0.0> <ms-dns3 0.0.0.0>]
Apr  6 09:24:18 hansolo pppd[705]: rcvd [IPCP ConfReq id=0xb3 <addr 193.253.219.1>]
Apr  6 09:24:18 hansolo pppd[705]: sent [IPCP ConfAck id=0xb3 <addr 193.253.219.1>]
Apr  6 09:24:18 hansolo pppd[705]: rcvd [IPCP ConfNak id=0x2 <addr 193.253.219.139> 
<ms-dns1 193.252.19.3> <ms-dns3 193.252.19.4>]
Apr  6 09:24:18 hansolo pppd[705]: sent [IPCP ConfReq id=0x3 <addr 193.253.219.139> 
<ms-dns1 193.252.19.3> <ms-dns3 193.252.19.4>]
Apr  6 09:24:18 hansolo pppd[705]: rcvd [IPCP ConfAck id=0x3 <addr 193.253.219.139> 
<ms-dns1 193.252.19.3> <ms-dns3 193.252.19.4>]
Apr  6 09:24:18 hansolo pppd[705]: local  IP address 193.253.219.139
Apr  6 09:24:18 hansolo pppd[705]: remote IP address 193.253.219.1
Apr  6 09:24:18 hansolo pppd[705]: primary   DNS address 193.252.19.3
Apr  6 09:24:18 hansolo pppd[705]: secondary DNS address 193.252.19.4

Reply via email to