From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 04:13:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5B7C1065670 for ; Sun, 8 Feb 2009 04:13:36 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [220.233.188.227]) by mx1.freebsd.org (Postfix) with ESMTP id 475888FC0C for ; Sun, 8 Feb 2009 04:13:36 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id n184DXSB019896; Sun, 8 Feb 2009 15:13:33 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 8 Feb 2009 15:13:32 +1100 (EST) From: Ian Smith To: Dmitry In-Reply-To: <20090207175131.00DFB106572F@hub.freebsd.org> Message-ID: <20090208142716.L38905@sola.nimnet.asn.au> References: <20090207175131.00DFB106572F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: #2 DNS Auto in KPPP in FreeBSD 7.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 04:13:37 -0000 On Sat, 07 Feb 2009 16:30:58 +0300 Dmitry wrote: > Hi to All! Sorry for my bad English. My problem: I am have 3G/EDGE > modem ZTE MF622+ and FreeBSD 7.1. In using KPPP (KDE 3.5.10) my modem > can't connect to EDGE provider, because in KPPP not enabled option > Auto DNS setting. If manually set this option, that says tech support > of provider, pppd print, that not connect and not determinate IP > adress. Why I can enable this option? In Linux this option is enabled > and all working fine. Thank you! pppd(8) has not had any serious work done on it for over two years, see http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pppd/main.c There was some talk in -net of dropping support for it altogether. The KPPP authors have so far declined to consider adding support for FreeBSD's ppp(8), due perhaps to their primarily Linux orientation. I suggest instead using either ppp(8) - which is extensively supported by the FreeBSD Handbook and in the mailing lists - or the net/mpd5 port, which uses in-kernel netgraph modules. Both support fetching upstream DNS addresses. I happily used ppp(8) for 10 years, but now prefer mpd. cheers, Ian