Setup:
Linux box (running 2.3.18ac8) with a serial device (USR,
Dual Standard), running pppd 2.3.10.

I have the USR run on "AT Command Set Disabled" and a
connection is established regularly. The remote box is
a small shiny cisco with the other USR modem on the aux
port.

I get the following problem:

1.
-->
Sep 29 00:44:47 welcome-to pppd[558]: rcvd [proto=0x8207] 01 09 00 04
Sep 29 00:44:47 welcome-to pppd[558]: Unsupported protocol (0x8207) received
<--

What is that protocol? Any CCP related stuff?

2.
-->
rcvd [IPCP ConfReq id=0x31 <compress VJ 0f 00> <addr 212.86.128.145>]
sent [IPCP ConfAck id=0x31 <compress VJ 0f 00> <addr 212.86.128.145>]
rcvd [proto=0x8207] 01 22 00 04
Unsupported protocol (0x8207) received
sent [LCP ProtRej id=0x2 82 07 01 22 00 04]
rcvd [LCP EchoRep id=0x0 magic=0xe83faa7c]
rcvd [IPCP ConfRej id=0x1 <addr 0.0.0.0>]
sent [IPCP ConfReq id=0x2 <addrs 0.0.0.0 212.86.128.145> <compress VJ 0f 01>]
rcvd [LCP ProtRej id=0xae 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
rcvd [IPCP ConfRej id=0x2 <addrs 0.0.0.0 212.86.128.145>]
sent [IPCP ConfReq id=0x3 <compress VJ 0f 01>]
rcvd [IPCP ConfAck id=0x3 <compress VJ 0f 01>]
Could not determine local IP address
sent [IPCP TermReq id=0x4 "Could not determine local IP address"]
rcvd [IPCP TermAck id=0x4]
sent [LCP TermReq id=0x3 "No network protocols running"]
<--

(Log cutted a bit for better readibility, just the ts and
 hostname are missing)

As I have "212.86.128.146:212.86.128.145" in my options
file, it should be able to negotiate that address. I also
have ipcp-accept-(remote|local)....

ifconfig gives me an eth0 and eth1, there's no ppp device
being created (ifconfig-wise). /dev/ppp exists and my
conf.modules reads

-->
alias   tty-ldisc-3     ppp_async
alias   char-major-108  ppp_generic
<--


Any hint? Any idea on how to make the Cisco send its idea
of my IP so it may get taken by the pppd?

This is the config in question:

-->
interface Async1
 description ako's courier
 ip address 212.86.128.145 255.255.255.252
 no ip directed-broadcast
 ip tcp header-compression
 encapsulation ppp
 keepalive 10
 async default routing
 async mode dedicated
<--

Any pointers or hints welcome.

Thanks much,
Alexander

-- 
Never trust BGP[tm].
Alexander Koch - <>< - WWJD - aka Efraim - PGP 0xE7694969 - ARGH-RIPE

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to