From owner-freebsd-questions Tue Dec 9 20:15:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11425 for questions-outgoing; Tue, 9 Dec 1997 20:15:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from zaphod.nrgnet.com (zaphod.nrgnet.com [206.205.130.177]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA11410 for ; Tue, 9 Dec 1997 20:15:40 -0800 (PST) (envelope-from markus@zaphod.nrgnet.com) Received: from localhost.nrgnet.com (localhost.nrgnet.com [127.0.0.1]) by zaphod.nrgnet.com (8.8.4/8.8.4) with SMTP id XAA00276 for ; Tue, 9 Dec 1997 23:15:43 -0500 (EST) Message-Id: <199712100415.XAA00276@zaphod.nrgnet.com> X-Authentication-Warning: zaphod.nrgnet.com: localhost.nrgnet.com [127.0.0.1] didn't use HELO protocol To: freebsd-questions@FreeBSD.ORG Subject: iijppp problems with proxy arp Date: Tue, 09 Dec 1997 23:15:43 -0500 From: Mark Plummer Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hello, i'm using iijppp on a 2.1.0-RELEASE freebsd machine. occasionally, the ppp dialup becomes unusable; it connects and authenticates fine, but when packets are to be passed, nothing works. i've noticed that the routing table believes the slave side ip address is to be reached through the ethernet card (there's a specific entry for it), and the arp table contains an entry for it as incomplete. neither entry goes away. this seems to happen when another machine pings the ip address when the slave side isn't connected (i suspect any traffic would do it). the pinging machine (or atleast the one i tested) got an icmp redirect when it pinged. what i'd like to know is: (a) would using pppd solve this problem, (b) would upgrading to a later rev of free bsd solve this problem, or (c) is there something i am doing wrong? my ppp.conf follows. please direct any questions or replies direct to me as well as the list. thanks in advance. markus ppp.conf =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # default: set device /dev/cuaa0 set speed 38400 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" # dialin: set timeout 1800 disable pap enable chap enable proxy set authname ppp set ifaddr 206.205.130.177 206.205.130.178 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- Mark Plummer, markus@nrgnet.com, +1 410 905 0136