From owner-freebsd-isp@FreeBSD.ORG Wed Aug 15 15:06:09 2007 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B32F16A420 for ; Wed, 15 Aug 2007 15:06:09 +0000 (UTC) (envelope-from jay.quest4@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id 58D0F13C4B5 for ; Wed, 15 Aug 2007 15:06:09 +0000 (UTC) (envelope-from jay.quest4@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so165426rvb for ; Wed, 15 Aug 2007 08:06:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:cc:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=uIQJkPYjm164xbOkFMUnKtwtmi2Wwne72EyB0VyimN1RvmBERXqs4co2OcpQdX2IkWwxqV4jfC06krY6x1Lwa1IOMeSfo5A7BWTV2Q2kxUMyimI98y+zd+GwobV4vfZoZ1u3kFOcXrawsZw2bmoiQgX1lEK65XCgidDmvBBIfn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:cc:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=msXLjuAo3qzTof63dEXjLvOdsIwfLKGfok7tuhz9nG4wLBG+jjvtlEVLPJn2Wzi7zFJKNKyJePv4qiX8y1UiFFynxBN9l5MydqvEuarMYB/ZdysvsiBrkTsCyIsCUV1pjNA0ChAu9xT6Lx2poPtBkGkKhKio8UIwjByg4U/Y1j0= Received: by 10.141.155.5 with SMTP id h5mr215741rvo.1187190352651; Wed, 15 Aug 2007 08:05:52 -0700 (PDT) Received: from 4BANKS ( [12.5.189.186]) by mx.google.com with ESMTPS id g22sm2415960rvb.2007.08.15.08.05.45 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Aug 2007 08:05:50 -0700 (PDT) Message-ID: <004301c7df4d$c09ed8e0$babd050c@4BANKS> From: "Jay Banks" To: Date: Wed, 15 Aug 2007 10:05:39 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-isp@freebsd.org Subject: re: MPD PPPoE Server X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 15:06:09 -0000 Just a note that I did get the server to work. Andre Luiz dos Santos wrote: > Perhaps you're missing proxy-arp: > http://mpd.sourceforge.net/doc/mpd25.html Yes, enabling proxy-arp seems to have fixed the problem. Marty wrote: > As far as using 1 nic I do not believe it is possible. It must be possible, because I only have one NIC and it is working ---=3D-=3D-=3D- With a shared 1.5 Mpbs T1 line, I did a speed test and got 1.2 down and 800 kbps up. The only thing I need to do is figure out is some IP address issues. I configured the following range in mpd.conf (not my real IP addresses): set ipcp ranges 64.238.118.143/32 64.238.118.145/32 In mpd.secret, I configured: jbanks "mypassword" 64.238.118.144/24 When I connect with my Mikrotik PPPoE client, it shows that it was dynamically assigned the IP address of 64.238.118.144 by the PPPoE server. And it shows a default route of: Default route 0.0.0.0/0 gateway 64.238.118.143 It also shows: Destination network 64.238.118.143 Pref. Source = 64.238.118.144 Now the PPPoE server is located at 64.238.118.136 and=20 64.238.118.143 is an unassigned IP address. Everything seems to work fine, but I'm not sure how or why the Mikrotik client is getting a destination network of 64.238.118.143...other than, that IP address was the first address in my set ipcp ranges command. What should the default network be, exactly? The PPPoE server IP address (64.238.118.136) or the network gateway (64.238.118.1), and how exactly can I pass that to the Mikrotik client correctly from = mpd? Thanks for the help, guys! Jay Banks