remote revision 72809
150472Speter# $FreeBSD: head/etc/remote 72809 2001-02-21 19:45:47Z nik $
238738Sbrian#
337Srgrimes#	@(#)remote	5.2 (Berkeley) 6/30/90
437Srgrimes#
537Srgrimes# remote -- remote host description file
637Srgrimes# see tip(1), remote(5)
737Srgrimes#
837Srgrimes# dv	device to use for the tty
937Srgrimes# el	EOL marks (default is NULL)
1037Srgrimes# du	make a call flag (dial up)
1137Srgrimes# pn	phone numbers (@ =>'s search phones file; possibly taken from
1237Srgrimes#	PHONES environment variable)
1337Srgrimes# at	ACU type
1437Srgrimes# ie	input EOF marks (default is NULL)
1537Srgrimes# oe	output EOF string (default is NULL)
1637Srgrimes# cu	call unit (default is dv)
1737Srgrimes# br	baud rate (defaults to 300)
1837Srgrimes# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1937Srgrimes#	receive operations
2037Srgrimes# tc	to continue a capability
2137Srgrimes
22292Salm# Systems definitions
23292Salmnetcom|Netcom Unix Access:\
2430361Shoek	:pn=\@:tc=unix1200:
25292Salmomen|Omen BBS:\
2630361Shoek	:pn=\@:tc=dos1200:
27292Salm
2837Srgrimes# UNIX system definitions
291088Swollmanunix1200|1200 Baud dial-out to a UNIX system:\
3037Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
311088Swollmanunix300|300 Baud dial-out to a UNIX system:\
3237Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
3337Srgrimes
34292Salm# DOS system definitions
35292Salmdos1200|1200 Baud dial-out to a DOS system:\
36292Salm	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
37292Salm
3837Srgrimes# General dialer definitions used below
3937Srgrimes#
4037Srgrimes# COURIER switch settings:
4137Srgrimes# switch:	1 2 3 4 5 6 7 8 9 10
4237Srgrimes# setting:	D U D U D D U D U U
4337Srgrimes# Rackmount:	U U D U D U D D U D
4437Srgrimes#
4537Srgrimesdial2400|2400 Baud Hayes attributes:\
465174Sache	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
4737Srgrimesdial1200|1200 Baud Hayes attributes:\
485174Sache	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
4937Srgrimes
5037Srgrimes# Hardwired line
5135467Sphkcuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
5235467Sphkcuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
5372809Snik
5472809Snik# Finger friendly shortcuts
5572809Snikcom1:dv=/dev/cuaa0:br#9600:pa=none:
5672809Snikcom2:dv=/dev/cuaa1:br#9600:pa=none:
5772809Snikcom3:dv=/dev/cuaa2:br#9600:pa=none:
5872809Snikcom4:dv=/dev/cuaa3:br#9600:pa=none:
59