amyng | 18 Apr 2007 23:55

IPCP Negotiation Failure


Apology if this is not the correct forum, but I'm on my last straw.

I'm running 2.4.4 pppd on Solaris trying to connect to a device (which I can
get to by window rasppp btw).

After receiving "Could not determine local IP address" IPCP confReq (see
following ppp log)...

$ pppd options in effect:
debug           # (from /etc/ppp/options)
kdebug 31               # (from /etc/ppp/options)
-detach         # (from /etc/ppp/options)
dump            # (from /etc/ppp/options)
noauth          # (from /etc/ppp/options)
/dev/ttya               # (from command line)
38400           # (from command line)
lock            # (from /etc/ppp/options)
connect /etc/ppp/ppp-on-dialer          # (from command line)
crtscts         # (from /etc/ppp/options)
local           # (from /etc/ppp/options)
ipcp-accept-local               # (from /etc/ppp/options)
ipcp-accept-remote              # (from /etc/ppp/options)
noipdefault             # (from /etc/ppp/options)
defaultroute            # (from /etc/ppp/options)
ipcp-no-addresses               # (from /etc/ppp/options)
noccp           # (from /etc/ppp/options)
Serial connection established.
Using interface ppp0
Connect: ppp0 <--> /dev/ttya
(Continue reading)

William Allen Simpson | 23 Apr 2007 16:14
Picon

Re: IPCP Negotiation Failure

amyng wrote:
> Apology if this is not the correct forum, but I'm on my last straw.
> 
It's not, unless a serious bug in the specification.  But we sometimes
help each other a bit....

> I'm running 2.4.4 pppd on Solaris trying to connect to a device (which I can
> get to by window rasppp btw).
> 
What device?

> sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0>]
> rcvd [IPCP ConfReq id=0x10 <addr 192.168.129.1>]
> sent [IPCP ConfAck id=0x10 <addr 192.168.129.1>]
> rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01> <addr 0.0.0.0>]

> sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.129.2>]
> rcvd [IPCP ConfReq id=0x11 <addr 192.168.129.1>]
> sent [IPCP ConfAck id=0x11 <addr 192.168.129.1>]
> rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01> <addr 192.168.129.2>]

> I have an output of a successful ppp connection from the same pppd connected
> to a similar device using the same options:

Again, what device?

> sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.129.2>]
> rcvd [IPCP ConfReq id=0x3 <addr 192.168.129.1>]
> sent [IPCP ConfAck id=0x3 <addr 192.168.129.1>]
> sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.129.2>]
(Continue reading)


Gmane