From owner-freebsd-net@FreeBSD.ORG Tue Mar 15 05:45:45 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45178106564A for ; Tue, 15 Mar 2011 05:45:45 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0E46B8FC17 for ; Tue, 15 Mar 2011 05:45:44 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id p2F5ja4B001137; Mon, 14 Mar 2011 23:45:40 -0600 From: Erich Dollansky To: freebsd-net@freebsd.org Date: Tue, 15 Mar 2011 12:45:37 +0700 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.4; amd64; ; ) References: <9F7A8C1B-5603-4B34-8EC2-5F542A908ECB@d3photography.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201103151245.37253.erichfreebsdlist@ovitrap.com> Cc: Ryan Coleman Subject: Re: Setting up Novatel Mifi 2200 on 8.2-REL X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2011 05:45:45 -0000 Hi, On Tuesday 15 March 2011 11:27:44 Ryan Coleman wrote: > I've searched high and low and have no idea where to start to get this thing going... It's recognizing it now but I am not finding any details online (like people who have shared their full configuration details) on how they got the VirginMobile version going. In fact, I've found so few pieces I am not sure how I might piece it all together. I've tried to hack a VZW one through but no luck. > > Thanks again. I'm working, also, on getting VPN to work should this not be settled by the time the machine needs to be installed. > I have had with my provider the same problem. Check the handbook as their suggestion finally worked for me. Delete also the following line if you do not know what they are doing: > Current ppp.conf details: > > set server /var/run/ppp.pid "" 0177 > > set dial "ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 " Use above what the handbook suggests. > > set redial 3 0 > > set timeout 0 > > disable ipv6cp > > enable lqr > > accept lqr > > set cd off > > # set ctsrts off Enable the line above. Erich