|
|
If you are using UUCP to connect remote machines, you can skip this section. To connect two computers with a direct wire, you need to choose a serial port on each machine, connect a serial wire (RS-232) between the two machines using the chosen serial ports, and edit the UUCP configuration files.
Find the name of the device special file associated with the line.
The device name should have the form:
/dev/ttynn
where nn is the number of the corresponding line. For example, /dev/tty1a usually corresponds to COM1. You need the name of the actual line for later steps. Be sure and use the non-modem control port (for example, /dev/tty1a instead of /dev/tty1A).
The serial port should be owned by uucp.
To make sure the line is owned by uucp, enter this command:
chown uucp /dev/ttynn
where nn is the number of the corresponding line.
The cable should connect pins 2, 3, and 7 on one computer to the same pins on the second computer. Typically, the cable must be nulled, which means that pin 2 on one machine is connected to pin 3 on the other, and 3 to 2. Because the connections can vary, check the hardware manuals for each computer to determine the proper pin connections.
where nn is the serial port you are using.
where nn is the serial port you are using.
where nn is the port of the main machine.
Press the <Bksp> key until the lines are synchronized and you get a login prompt. To log in, you must have an account on the remote machine.
If you do not get a login prompt, read the cu -x9 output for any clues of what could be wrong. See ``Common UUCP error messages''.