From owner-freebsd-questions@FreeBSD.ORG Thu Dec 27 11:43:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80772B00 for ; Thu, 27 Dec 2012 11:43:10 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id 36E088FC08 for ; Thu, 27 Dec 2012 11:43:09 +0000 (UTC) Received: from localhost (unknown [95.170.88.81]) by mx1.skyriver.ru (Postfix) with ESMTPSA id 9BAD05A92; Thu, 27 Dec 2012 15:35:20 +0400 (MSK) Date: Thu, 27 Dec 2012 15:34:25 +0400 From: Peter Vereshagin To: freebsd-questions@freebsd.org Subject: Re: PPPOED: reading data of line quality from the A/DSL modem Message-ID: <20121227113425.GB5388@external.screwed.box> References: <50DC29F1.1070500@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50DC29F1.1070500@zedat.fu-berlin.de> Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K Cc: "O. Hartmann" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 11:43:10 -0000 Hello. 2012/12/27 11:58:57 +0100 "O. Hartmann" => To freebsd-questions@freebsd.org : OH> When using modern SoGo A/DSL routers, most devices do have fancy GUIs SoHo? Or 'SoGo' is a brand? OH> and information screens about the settings of the device and especially OH> the line quality, like SNR, dampening et cetera. OH> OH> In my private office, I've setup a FreeBSD server acting like a OH> gateway/router, replacing my oldish non-IPv6 capable ADSL modem/router. OH> Using a secondary NIC connecting to the ADSL modem via PPPOED, I'd like OH> to read some of the important statistsics from the device's chipset like OH> line quality informations. Sometimes our line here go bad and with the OH> setup at the moment, I can not check what's wrong. OH> OH> Also, I have no informations about the actual up- and downstream speed, OH> which is also important to me. OH> Since most professional/commercial ADSL routers/modems use opensource OH> software, most prefereably Linux, I was wondering if there isn't a way OH> to achieve those data from FreeBSD as well. I prefer the system's tools It is not clear if you want to install FreeBSD on your modem? That depends on its model. OH> in favour over a port installation, but if there is a sophisticated OH> software, I would appreciate a hint or tip. It's kind of unlikely that FreeBSD 'base system' does have a tool(s) to measure the DSL quality characteristics. Depending on your modem's model you can have a telnet(1) interface to it from your FreeBSD server to look up for line quality information via modem's specific commands by hand. But telnet(1) doesn't seem to be the notifying tool you think you need. It should be nothing complicated to make such a tool or install the ready-to-use software from the FreeBSD Ports system. Same can go here about the web interface your modem can be controlled by saying not about the telnet(1) but about web browser, correspondently. -- Peter Vereshagin (http://vereshagin.org) pgp: 1754B9C1