From owner-freebsd-isp@FreeBSD.ORG Fri Sep 29 20:02:58 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC36D16A47B for ; Fri, 29 Sep 2006 20:02:58 +0000 (UTC) (envelope-from ovidiue@unixware.ro) Received: from elgreco.hmdnsgroup.com (elgreco.hmdnsgroup.com [63.247.135.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF6A43D45 for ; Fri, 29 Sep 2006 20:02:57 +0000 (GMT) (envelope-from ovidiue@unixware.ro) Received: from [88.158.99.2] (port=54107 helo=unixware.ro) by elgreco.hmdnsgroup.com with esmtpa (Exim 4.52) id 1GTOZR-0002I9-OS; Fri, 29 Sep 2006 16:02:54 -0400 Message-ID: <451D8953.6090805@unixware.ro> Date: Fri, 29 Sep 2006 23:00:03 +0200 From: ovidiu ene User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: lists@yazzy.org References: <451D4B8F.7080605@unixware.ro> <200609292123.01583.lists@yazzy.org> In-Reply-To: <200609292123.01583.lists@yazzy.org> X-HMDNSGroup-MailScanner-Information: Please contact the ISP for more information X-HMDNSGroup-MailScanner-SpamCheck: X-HMDNSGroup-MailScanner-From: ovidiue@unixware.ro X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - elgreco.hmdnsgroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - unixware.ro X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-isp@freebsd.org Subject: Re: MPD pppoe access concentrator name and service name 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: Fri, 29 Sep 2006 20:02:58 -0000 Marcin Jessa wrote: >On Friday 29 September 2006 18:36, ovidiu ene wrote: > > >>I've been trying for a while to setup a mpd pppoe server to have a >>access concentrator name and a service name and is not working. >>I understand that access concentrator name is given by hostname, but >>what about service name? >> >> > >You can give the native PPPoE a try. >man(8) pppoed explains how to do it. Take a look at this example: >pppoed_flags="-d -P /var/run/pppoed.pid -a "yazzy.org" -l "default" " > > > I've been using pppoed in the past but i've migrated to mpd because i had problem with broken pppoe clients from lan which break pppoed server, making pppoe server unusable. > > >>I've used pppoe server for a year now and at service name i have * >>wildcard. If i use set pppoe service "test" instead of "*" after i start >>mpd, from a windows client i cannot see the service. Any ideea howto fix >>that? I've googled for a while without success. >> >> > >AFAIR you can tell windows what service name to chose. There is also a free >pppoe client - http://www.raspppoe.com/ which you can use to "browse" your >network for pppoe broadcast packets. > > > Yes, I'm using rasppoe on client side but if instead of "*" service I assign a name to the service, raspppoe is unable to find the pppoe service. This is a tcpdump for 2 situations: with "*" as service name in mpd and with an assigned name instead of "*" this is the case with a service name 1. 22:41:09.081502 PPPoE PADI [Service-Name] [Host-Uniq 0x5253504500000000E0D3063307E4C601] this is the case with "*" service name (working version) 1. 22:47:18.170867 PPPoE PADI [Service-Name] [Host-Uniq 0x5253504500000000609A050F08E4C601] 2. 22:47:18.175976 PPPoE PADO [AC-Name "wanna"] [Service-Name] [Service-Name "*"] [Host-Uniq 0x5253504500000000609A050F08E4C601] [AC-Cookie 0x006942C6] The problem with * is that if i have 2 pppoe servers, users connects randomly to one or other server, I want some of customers to go to a server, some to other, that's why I don't want to use * >_______________________________________________ >freebsd-isp@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-isp >To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > > >