Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 1997 01:42:56 -0000
From:      "Ricky" <rickyc@chevalier.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Cannot use modem and telnet server
Message-ID:  <199709081740.BAA01665@dns1.chevalier.net>

next in thread | raw e-mail | index | archive | help
Dear Sirs, Madams,
	I've installed FreeBSD ver.2.2.2 on my Compaq's Prolinea 433 personne
computer. Everything seems fine, however, I got some problems about connect
through my modem. My setting about three files-rc.serial, ttys and
gettytab.

rc.serial:-
#!/bin/sh
# $Id: rc.serial, 1.6 1996/02/24 19:51:25 bde Exp $

#
#Additional v.34 modem
#
stty -f /dev/ttyid1	crtscts
stty -f /dev/cuaia1	crtscts

#Change some ..............

ttys:-
	.
	.
#Serial terminals
ttyd0	"/usr/libexec/getty std.9600"	unknown off secure
ttyd1	"/usr/libexec/getty V19200"	dialup on
ttyd2	"/usr/libexec/getty std.9600"	unknown off secure
	.
	.

gettytab:-
	.
	.
#
#Additions for a v.34 Modem
#
um|V300|High Speed Modem at 300, 8-bit:\
	:nx=V19200:tc=std.300:
vn|V1200|High Speed Modem at 1200,8-bit:\
	:nx=V300:tc=std.1200:
uo|V2400|High Speed Modem at 2400,8-bit:\
	:nx=V1200:tc=std.2400:
up|V9600|High Speed Modem at 9600,8-bit:\
	:nx=V2400:tc=std.9600:
uq|V19200|High Speed Modem at 19200,8-bit:\
	:nx=V9600:tc=std.19200:
	.
	.

My modem is Hayes Accura 288 connected to COM2. The modem setted to auto
answer and it can answer comming call and at the remote screen saw many
garbage, I set the remote terminal V102 and I pressed [Enter] or [Break]
and nothing happed. I can not dial out because I don't know what program I
can use.

Another probem is when I use NT4's Telnet program to login my BSD telnet
server, display "BSD host inetd[233]: login_getclass: unknown class 'root'

How can I solve these problem.



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