Date: Thu, 22 Oct 1998 11:44:20 -0500 (CDT) From: Mike Jenkins <mjenkins@carp.gbr.epa.gov> To: Andrew.Karjagin@tdis.gctc.rssi.ru Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Lised modem line Message-ID: <199810221644.LAA00613@carp.gbr.epa.gov> In-Reply-To: <362F05D3.1DC60039@tdis.gctc.rssi.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Thu, 22 Oct 1998 14:15:48 +0400 > From: "Andrew A.Karjagin" <Andrew.Karjagin@tdis.gctc.rssi.ru> > > Help me, please, to configure a remote access to FreeBSD 2.2.6 box by > lised (stand out, distinguish) telephone line. > I have two Courier modems, FreeBSD box as server, Windows box as client > and I want to use a SLIP protocol between hosts. > The options at the internal modem RAM are set for the lised line, getty > is contacted modem on FreeBSD box and modems are > contacted themselves, but getty don't put a terminal window for client, > as it do in case of standard telephone line. Thank you for help! The default dialin devices (ttyd?) expect carrier. Maybe the modem is not providing the carrier signal. Tell FreeBSD to ignore modem signals on the device with an stty command on the "initial state" device: # stty -f /dev/ttyid0 clocal See sio(4) and stty(1). Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810221644.LAA00613>