remote revision 121309
1180740Sdes# $FreeBSD: head/etc/remote 121309 2003-10-21 19:15:29Z imp $
2180740Sdes#
3226046Sdes#	@(#)remote	5.2 (Berkeley) 6/30/90
4226046Sdes#
5226046Sdes# remote -- remote host description file
6180740Sdes# see tip(1), remote(5)
7180740Sdes#
8180740Sdes# at	ACU type
9180740Sdes# br	bit rate (defaults to 9600)
10180740Sdes# cu	call unit (default is dv)
11180740Sdes# du	make a call flag (dial up)
12180740Sdes# dv	device to use for the tty
13180746Sdes# el	EOL marks (default is NULL)
14180746Sdes# fs	frame size (default is BUFSIZ) -- used in buffering writes on
15180746Sdes#	receive operations
16180740Sdes# ie	input EOF marks (default is NULL)
17180740Sdes# oe	output EOF string (default is NULL)
18180740Sdes# pa	The parity type to use: even, odd, none, zero, one (default even)
19240075Sdes# pn	phone numbers (@ =>'s search phones file; possibly taken from
20240075Sdes#	PHONES environment variable)
21240075Sdes# tc	to continue a capability
22180740Sdes
23180740Sdes# Example systems 
24180740Sdesunixshell|Unix Access:\
25180740Sdes	:pn=\@:tc=unix57600:
26180740Sdesdosbbs|DOS-based BBS:\
27180740Sdes	:pn=\@:tc=dos57600:
28180740Sdes
29180740Sdes# UNIX system definitions
30180740Sdesunix57600|57600 Baud dial-out to a UNIX system:\
31180746Sdes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:
32180746Sdesunix33600|33600 Baud dial-out to a UNIX system:\
33180746Sdes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600:
34180740Sdes
35180740Sdes# DOS system definitions
36180740Sdesdos57600|57600 Baud dial-out to a DOS system:\
37180740Sdes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
38180740Sdes
39180740Sdes# 33.6k and 56k modems run the com port at 115200 bps to allow for the
40180740Sdes# compression performed in the modem.  Note that some serial hardware
41180740Sdes# does not support speeds above 38400 bps and that speeds above that have
42180740Sdes# never been formally standardized.  Modern architectures with 16550 or
43180740Sdes# better UARTs typically have no issues with the higher speeds.
44180740Sdesdial57600|57600 Baud Hayes attributes:\
45180740Sdes	br#115200:tc=dial:
46180740Sdesdial33600|33600 Baud Hayes attributes:\
47180750Sdes	br#115200:tc=dial:
48180750Sdes# 14.4k and 28.8k modems ran the port at 4x.  Some rare 19.2 baud modems
49180750Sdes# did too, but those aren't included in this example.
50180740Sdesdial28800|28800 Baud Hayes attributes:\
51180740Sdes	br#115200:tc=dial:
52180740Sdesdial14400|14400 Baud Hayes attributes:\
53180740Sdes	br#57600:tc=dial:
54180740Sdesdial|Generic dialing parameters:\
55180740Sdes	:dv=/dev/cuaa0:cu=/dev/cuaa0:at=hayes:du:pa=none:
56180740Sdes
57180740Sdes# Hardwired line
58180740Sdescuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
59180740Sdes
60180740Sdes# Finger friendly shortcuts
61180740Sdessio0|com1:dv=/dev/cuaa0:br#9600:pa=none:
62180740Sdessio1|com2:dv=/dev/cuaa1:br#9600:pa=none:
63180740Sdessio2|com3:dv=/dev/cuaa2:br#9600:pa=none:
64180740Sdessio3|com4:dv=/dev/cuaa3:br#9600:pa=none:
65180740Sdes