From owner-freebsd-questions Mon Jan 11 14:25:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10546 for freebsd-questions-outgoing; Mon, 11 Jan 1999 14:25:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smarter.than.nu (thought.calbbs.com [207.71.213.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10537 for ; Mon, 11 Jan 1999 14:25:35 -0800 (PST) (envelope-from brian@CSUA.Berkeley.EDU) Received: from localhost (localhost [127.0.0.1]) by smarter.than.nu (8.9.1/8.9.1) with ESMTP id OAA00798 for ; Mon, 11 Jan 1999 14:24:59 -0800 (PST) (envelope-from brian@CSUA.Berkeley.EDU) Date: Mon, 11 Jan 1999 14:24:58 -0800 (PST) From: "Brian W. Buchanan" X-Sender: brian@smarter.than.nu To: freebsd-questions@FreeBSD.ORG Subject: ppp -alias not working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to get ppp -alias working so that I can have my ppp-connected box IP masquerade for the box on my local network. I've verified the following: - ppp has aliasing enabled - 10.0.0.1 (the PPP-connected box) and 10.0.0.2 (the other box on the local network) have no connectivity problems - 10.0.0.2 has 10.0.0.1 configured as its default gateway - 10.0.0.2 attempts to route Internet-destined traffic via 10.0.0.1 - The machines' Ethernet interfaces are configured with the same subnet mask (255.255.255.0) - The only IPFW rule on either machine is "allow ip from any to any" The PPP-connected box, however, does not pass any traffic out over the PPP link. I also tried enabling logging of aliased connections, but nothing shows up in the log in response to connection attempts from 10.0.0.2. It looks like ppp simply isn't listening for packets coming from the local network off ed1, or is ignoring them. Anyone know how to fix this? Thanks, Brian -- Brian Buchanan brian@smarter.than.nu brian@CSUA.Berkeley.EDU "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message