remote revision 1.8 1 # $NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $
2 # from: @(#)remote 8.1 (Berkeley) 6/10/93
3 #
4 # remote -- remote host description file
5 # see tip(1), remote(5)
6 #
7 # dv device to use for the tty
8 # el EOL marks (default is NULL)
9 # du make a call flag (dial up)
10 # pn phone numbers (@ =>'s search phones file; possibly taken from
11 # PHONES environment variable)
12 # at ACU type
13 # ie input EOF marks (default is NULL)
14 # oe output EOF string (default is NULL)
15 # cu call unit (default is dv)
16 # br baud rate (defaults to 300)
17 # fs frame size (default is BUFSIZ) -- used in buffering writes on
18 # receive operations
19 # dc direct connect -- the remote system is hardwired to a tty and
20 # doesn't set Carrier Detect.
21 # tc to continue a capability
22
23 # General dialer definitions used below
24 #
25 dialdty00defs:dv=/dev/dty00:at=hayes:du:
26 dial2400|2400 Baud Hayes attributes:\
27 :br#2400:tc=dialdty00defs:
28 dial1200|1200 Baud Hayes attributes:\
29 :br#1200:tc=dialdty00defs:
30
31 # UNIX system definitions
32 #
33 unix2400|2400 Baud dial-out to another UNIX system:\
34 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
35 unix1200|1200 Baud dial-out to another UNIX system:\
36 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
37
38 # Hardwired lines
39 #
40 dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
41 dty0b:dv=/dev/dty00:br#2400:pa=none:dc:
42
43 dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
44 dty1b:dv=/dev/dty01:br#2400:pa=none:dc:
45
46 # REMEMBER NOT TO USE PARITY!
47 console:dv=/dev/dty01:br#9600:pa=none:dc:
48