remote revision 114760
11590Srgrimes# $FreeBSD: head/etc/remote 114760 2003-05-05 21:37:43Z dougb $
21590Srgrimes#
31590Srgrimes#	@(#)remote	5.2 (Berkeley) 6/30/90
41590Srgrimes#
51590Srgrimes# remote -- remote host description file
61590Srgrimes# see tip(1), remote(5)
71590Srgrimes#
81590Srgrimes# dv	device to use for the tty
91590Srgrimes# el	EOL marks (default is NULL)
101590Srgrimes# du	make a call flag (dial up)
111590Srgrimes# pn	phone numbers (@ =>'s search phones file; possibly taken from
121590Srgrimes#	PHONES environment variable)
131590Srgrimes# at	ACU type
141590Srgrimes# ie	input EOF marks (default is NULL)
151590Srgrimes# oe	output EOF string (default is NULL)
161590Srgrimes# cu	call unit (default is dv)
171590Srgrimes# br	baud rate (defaults to 300)
181590Srgrimes# fs	frame size (default is BUFSIZ) -- used in buffering writes on
191590Srgrimes#	receive operations
201590Srgrimes# tc	to continue a capability
211590Srgrimes
221590Srgrimes# Systems definitions
231590Srgrimesnetcom|Netcom Unix Access:\
241590Srgrimes	:pn=\@:tc=unix1200:
251590Srgrimesomen|Omen BBS:\
261590Srgrimes	:pn=\@:tc=dos1200:
271590Srgrimes
281590Srgrimes# UNIX system definitions
291590Srgrimesunix1200|1200 Baud dial-out to a UNIX system:\
301590Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
311590Srgrimesunix300|300 Baud dial-out to a UNIX system:\
321590Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
331590Srgrimes
3485353Speter# DOS system definitions
351590Srgrimesdos1200|1200 Baud dial-out to a DOS system:\
361590Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
371590Srgrimes
381590Srgrimes# General dialer definitions used below
391590Srgrimes#
401590Srgrimes# COURIER switch settings:
411590Srgrimes# switch:	1 2 3 4 5 6 7 8 9 10
421590Srgrimes# setting:	D U D U D D U D U U
431590Srgrimes# Rackmount:	U U D U D U D D U D
4485353Speter#
4585353Speterdial2400|2400 Baud Hayes attributes:\
4685353Speter	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
4748839Ssimokawadial1200|1200 Baud Hayes attributes:\
4848839Ssimokawa	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
4948839Ssimokawa
501590Srgrimes# Hardwired line
511590Srgrimescuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
521590Srgrimescuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
531590Srgrimes
541590Srgrimes# Finger friendly shortcuts
551590Srgrimessio0|com1:dv=/dev/cuaa0:br#9600:pa=none:
561590Srgrimessio1|com2:dv=/dev/cuaa1:br#9600:pa=none:
571590Srgrimessio2|com3:dv=/dev/cuaa2:br#9600:pa=none:
581590Srgrimessio3|com4:dv=/dev/cuaa3:br#9600:pa=none:
591590Srgrimes