From owner-freebsd-net Tue Sep 3 16:56:45 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2867837B400 for ; Tue, 3 Sep 2002 16:56:43 -0700 (PDT) Received: from www.houstonbroncos.com (adsl-64-219-75-194.dsl.hstntx.swbell.net [64.219.75.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DBB43E6A for ; Tue, 3 Sep 2002 16:56:42 -0700 (PDT) (envelope-from sfeagins@Bugdesign.com) Received: from www.houstonbroncos.com (www.houstonbronco.com [64.219.75.194]) by www.houstonbroncos.com (8.11.6/8.11.6) with ESMTP id g8409ur31906; Tue, 3 Sep 2002 19:09:56 -0500 (CDT) (envelope-from sfeagins@Bugdesign.com) X-Originating-IP: [64.219.75.197] From: "Sam Feagins" To: "Julian Elischer" Cc: "Archie Cobbs" , freebsd-net@Freebsd.org Subject: Re: mpd config help Date: Wed, 04 Sep 2002 00:09:56 +0000 Message-ID: <20020903.cSr.39916100@www.houstonbroncos.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: phpGroupWare (http://www.phpgroupware.org) v 0.9.14.000 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >use >route get 192.168.2.243 >and >route get 192.168.2.240 > >to check what ACTUALLY happens. > I ran both of those commands, and here's what it says (I threw in also the 192.168.2.0 just for fun) %route get 192.168.2.240 route to: 192.168.2.240 destination: 192.168.2.240 interface: ng0 flags: %route get 192.168.2.243 route to: 192.168.2.243 destination: 192.168.2.0 mask: 255.255.255.0 gateway: 192.168.2.240 interface: ng0 flags: %route get 192.168.2.0 route to: 192.168.2.0 destination: 192.168.2.0 mask: 255.255.255.0 gateway: 192.168.2.240 interface: ng0 flags: It looks correct, and I even compared those results to when pptpclient is up, and they match.(Just a reminder pptpclient works!) Only difference I can find between pptpclient and mpd, is in the interface. mpd has subnet of 0xffffffff and pptpclient has subnet of 0xffffff00. I've tried changing the subnet on mpd, but still no luck. I'm not sure where to look. It just seems like mpd doesn't want to route correctly for the natd clients behind this box. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message