From owner-freebsd-questions Sun May 3 07:33:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05606 for freebsd-questions-outgoing; Sun, 3 May 1998 07:33:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bbs.mpcs.com (bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05600 for ; Sun, 3 May 1998 07:33:38 -0700 (PDT) (envelope-from hgoldste@bbs.mpcs.com) Received: (from hgoldste@localhost) by bbs.mpcs.com (8.8.8/8.8.8/MPCS spamzap) id KAA26340; Sun, 3 May 1998 10:33:37 -0400 Date: Sun, 3 May 1998 10:33:37 -0400 From: Howard Goldstein Message-Id: <199805031433.KAA26340@bbs.mpcs.com> To: freebsd-questions@FreeBSD.ORG Cc: harry@visiontm.com Subject: Re: PPPD and Proxyarp In-Reply-To: <01bd75c0$6c5c4980$f16190cf@hp.visiotnm.com> Reply-To: hgoldste@bbs.mpcs.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Harry wrote: : : "Cannot determine ethernet address for proxy ARP" : : The man page for PPPD says "The proxyarp option causes pppd to look for a : network interface on the same subnet as the remote host". I assume this is : my problem as my local net is 192.168.93 and my PPP connection is : 208.236.113. I just can't figure out how to 1) tell PPPD what the route is : to the ed0 interface or 2) change whatever problem setting I have in my : local settings. ... : ifconfig_ed0="inet 192.168.93.204 netmask 255.255.255.0" ... I've seen the "can't determine" prob happen when the proxied address is on a net that isn't attached to an ethernet interface, as is the case here. The proxyarp wants to see an ARPing interface on the same net that you're trying to proxyarp. (the other messages address an even more fundamental problem concerning the attempt to expose a 192.168 address on the net. The above just deals with proxy arping) -- The ants are my friends, they're blowing in the wind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message