Clifford Kite wrote:
> noone <(E-Mail Removed)> wrote:
>
>
>>Previously, I have both bsd_comp and ppp_defalte built as modules in the
>>kernel, and have the following in /etc/modules.conf:
>
> ...
>
>
>>Question now is:
>
>
>>1) How do I find out what compression method my ISP uses ?
>
>
> Add debug to the pppd options and look at the LCP negotiations that
> are logged to see what kind of CCP options the ISP requests.
>
>
Enabled the debug option on pppd now, and modified /etc/syslog.conf so
that it logs to /var/log/messages. Here is what it shows:
Where can I find out more information about these LCP / CCP / IPCP
output that pppd outputs ? I can find information about this on Cisco's
site,
http://www.cisco.com/warp/public/471...html#lcpauthen
but the output is quite different from the output below ... so much as
to confuse me further.
Oct 25 10:39:56 localhost pppd[2255]: Using interface ppp0
Oct 25 10:39:56 localhost pppd[2255]: Connect: ppp0 <--> /dev/ttyS0
Oct 25 10:39:56 localhost pppd[2255]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0x44513da5> <pcomp> <accomp>]
Oct 25 10:39:57 localhost pppd[2255]: rcvd [LCP ConfReq id=0x1 <mru
1524> <asyncmap 0x0> <pcomp> <accomp>
<endpoint [MAC:00:c0:7b:8b:60:77]>]
Oct 25 10:39:57 localhost pppd[2255]: sent [LCP ConfAck id=0x1 <mru
1524> <asyncmap 0x0> <pcomp> <accomp>
<endpoint [MAC:00:c0:7b:8b:60:77]>]
Oct 25 10:39:59 localhost pppd[2255]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0x44513da5> <pcomp> <accomp>]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [LCP ConfAck id=0x1 <asyncmap
0x0> <magic 0x44513da5> <pcomp> <accomp>]
Oct 25 10:39:59 localhost modprobe: modprobe: Can't locate module
ppp-compress-21
Oct 25 10:39:59 localhost modprobe: modprobe: Can't locate module
ppp-compress-21
Oct 25 10:39:59 localhost pppd[2255]: sent [CCP ConfReq id=0x1 <deflate
15> <deflate(old#) 15>]
Oct 25 10:39:59 localhost pppd[2255]: sent [IPCP ConfReq id=0x1
<compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [IPCP ConfReq id=0x1
<compress VJ 0f 01> <addr 203.56.8.99>]
Oct 25 10:39:59 localhost pppd[2255]: sent [IPCP ConfAck id=0x1
<compress VJ 0f 01> <addr 203.56.8.99>]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [CCP ConfReq id=0x1 < 11 06
00 01 01 03>]
Oct 25 10:39:59 localhost pppd[2255]: sent [CCP ConfRej id=0x1 < 11 06
00 01 01 03>]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [CCP ConfRej id=0x1 <deflate
15> <deflate(old#) 15>]
Oct 25 10:39:59 localhost pppd[2255]: sent [CCP ConfReq id=0x2]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [IPCP ConfNak id=0x1 <addr
203.173.129.126> <ms-dns1 203.109.250.50> <ms-dns3 203.109.250.61>]
Oct 25 10:39:59 localhost pppd[2255]: sent [IPCP ConfReq id=0x2
<compress VJ 0f 01> <addr 203.173.129.126> <ms-dns1 203.109.250.50>
<ms-dns3 203.109.250.61>]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [CCP ConfRej id=0x2]
Oct 25 10:39:59 localhost pppd[2255]: rcvd [IPCP ConfAck id=0x2
<compress VJ 0f 01> <addr 203.173.129.126> <ms-dns1 203.109.250.50>
<ms-dns3 203.109.250.61>]