Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2012 17:32:04 +0700
From:      Erich Dollansky <erichfreebsdlist@ovitrap.com>
To:        freebsd-questions@freebsd.org
Cc:        Subhasish Chakraborty <imsubhasishc@gmail.com>
Subject:   Re: help needed for connecting internet with ZTE ac 8700 USB cdma ( EvDO) modem
Message-ID:  <201202021732.04393.erichfreebsdlist@ovitrap.com>
In-Reply-To: <CAO%2BHoq095AqpcXLcL2uqWJ1Te_bobCTA7G156Hu_=eb0nYWEQQ@mail.gmail.com>
References:  <CAO%2BHoq095AqpcXLcL2uqWJ1Te_bobCTA7G156Hu_=eb0nYWEQQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Thursday 02 February 2012 16:53:11 Subhasish Chakraborty wrote:
> 
> In my my PC-BSD /etc/ppp/ppp.conf file looks like .
> 
can you also try do start ppp manually and enter the commands directly?

It seems that your only problem is the connection to the ISP. The rest seems to work.

 set device /dev/cuaU0.0
 set ctsrts off
 set login
 set dial
 set phone #777
 set authname xxxx
 set authkey yyyy
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns            # set dns servers in resolv.conf
 nat enable yes
 nat deny_incoming yes


You have to replace the x and y with your values.

Good luck!

Erich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202021732.04393.erichfreebsdlist>