1 # $FreeBSD: head/etc/remote 184352 2008-10-27 17:19:14Z thompsa $
3 # @(#)remote 5.2 (Berkeley) 6/30/90
5 # remote -- remote host description file
6 # see tip(1), remote(5)
9 # br bit rate (defaults to 9600)
10 # cu call unit (default is dv)
11 # du make a call flag (dial up)
12 # dv device to use for the tty
13 # el EOL marks (default is NULL)
14 # fs frame size (default is BUFSIZ) -- used in buffering writes on
16 # ie input EOF marks (default is NULL)
17 # oe output EOF string (default is NULL)
18 # pa The parity type to use: even, odd, none, zero, one (default even)
19 # pn phone numbers (@ =>'s search phones file; possibly taken from
20 # PHONES environment variable)
21 # tc to continue a capability
24 netcom|Netcom Unix Access:\
29 # UNIX system definitions
30 unix1200|1200 Baud dial-out to a UNIX system:\
31 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
32 unix300|300 Baud dial-out to a UNIX system:\
33 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
35 # DOS system definitions
36 dos1200|1200 Baud dial-out to a DOS system:\
37 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
39 # General dialer definitions used below
41 # COURIER switch settings:
42 # switch: 1 2 3 4 5 6 7 8 9 10
43 # setting: D U D U D D U D U U
44 # Rackmount: U U D U D U D D U D
46 dial2400|2400 Baud Hayes attributes:\
47 :dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
48 dial1200|1200 Baud Hayes attributes:\
49 :dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
52 cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
53 cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
55 # Finger friendly shortcuts
56 com1:dv=/dev/cuaa0:br#9600:pa=none:
57 com2:dv=/dev/cuaa1:br#9600:pa=none:
58 com3:dv=/dev/cuaa2:br#9600:pa=none:
59 com4:dv=/dev/cuaa3:br#9600:pa=none:
60 ucom1:dv=/dev/cuaU0:br#9600:pa=none:
61 ucom2:dv=/dev/cuaU1:br#9600:pa=none:
62 ucom3:dv=/dev/cuaU2:br#9600:pa=none:
63 ucom4:dv=/dev/cuaU3:br#9600:pa=none: