From owner-freebsd-questions@FreeBSD.ORG Sat Dec 1 20:20:07 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 0C7A5FDC for ; Sat, 1 Dec 2012 20:20:07 +0000 (UTC) (envelope-from cpet@sdf.org) Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.19]) by mx1.freebsd.org (Postfix) with ESMTP id D0B008FC08 for ; Sat, 1 Dec 2012 20:20:06 +0000 (UTC) Received: from [192.168.1.66] (dsl-187-150-64-124-dyn.prod-infinitum.com.mx [187.150.64.124] (may be forged)) (authenticated (0 bits)) by sdf.lonestar.org (8.14.5/8.14.5) with ESMTP id qB1KJcdI018937 for ; Sat, 1 Dec 2012 20:19:38 GMT Message-ID: <50BA6652.8090005@sdf.org> Date: Sat, 01 Dec 2012 14:19:30 -0600 From: Chris Petrik User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: set connection to a modem References: <20121128170525.c3fb92e8.freebsd@edvax.de> <50B7D85F.5040900@a1poweruser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Sat, 01 Dec 2012 20:20:07 -0000 On 12/1/2012 12:38 AM, saeedeh motlagh wrote: > thanks Ilya for your reply. i'm using putty to connect to my modem > and also/dev/cuauo as the config file. i can co > nnect to my modem and it responses to AT commands that you suggest so every > thing is ok. > > > my question is: this connection via /dev/cuau0 can be configured, doesn't > it? and if yes, through which config file i can set these settings such as > speed, flow control, etc. for this connection? for example, my modem > works just > with a specific speed. how i can tell /dev/cuau0 device to talk to my > modem with this speed? as i have no idea how to config the connection speed > for this /dev/cuau0 device.. > > any guidance would be really appreciated. > thanks > > > On Fri, Nov 30, 2012 at 1:19 AM, Fbsd8 wrote: > >> s m wrote: >> >>> thanks guys for your replies, >>> >>> now i understand two types of connections are available by modem, dial-in >>> and dial-out. >>> honestly, i should do it for my boss and don't know what he should want >>> exactly to do but i am sure that he has an external serial modem and wants >>> to config it by AT commands via a freebsd system; therefore i think our >>> connection is dial-out. >>> >>> now which files i should edit? just ppp.conf? and because our modem >>> supports specific speed and flow control, is it necessary to set these >>> parameters in my freebsd? and if yes, how i can do that? please help me >>> to >>> do that >>> >>> thanks >>> >>> >> There are very detailed ppp configuration instructions here >> www.a1poweruser.com >> >> >> ______________________________**_________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions >> To unsubscribe, send any mail to "freebsd-questions-** >> unsubscribe@freebsd.org " >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I am just poking about so sorry if im off topic but you can possibly use ppp to do this? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html