Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2000 15:42:28 +1100
From:      Gregory Bond <gnb@itga.com.au>
To:        stable@freebsd.org
Subject:   arplookup llinfo
Message-ID:  <200009180442.PAA05501@lightning.itga.com.au>

next in thread | raw e-mail | index | archive | help
Since I enabled a ppp-over-tcp link into this box, I've been getting the 
following errors:

Sep 17 16:31:40 hellcat /kernel: arplookup 192.168.72.178 failed: could not allo
cate llinfo
Sep 17 16:31:40 hellcat /kernel: arpresolve: can't allocate llinfo for 192.168.7
2.178rt

This IP address is the remote end of the PPP link; the remote end initiates ppp
calls that are "answered" by this box (using ppp -direct gnbhome).  The
ppp.conf entry looks like this:

default:
 ident user-ppp VERSION (built COMPILATIONDATE)
 set device /dev/cuaa1
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 set timeout 120                        # 3 mintue idle timer (the default)
 add default HISADDR                    # Add a (sticky) default route
 enable dns                             # request DNS info (for resolv.conf)

gnbhome:
        set ifaddr 192.168.72.177 192.168.72.178 255.255.255.255
        add 192.168.72.192/28 HISADDR

As far as I can tell, these errors are having no effect.  Any clues?




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009180442.PAA05501>