Setting Ports to Auto-Answer
Use this procedure to set up a port for auto-answering. This procedure is required only if you want dial-in access.
Procedure
- Create an entry in the Devices file:
- Navigate to the correct directory:
cd /etc/uucp
- Display the directory contents:
ls
- Open the Devices file with vi:
vi Devices
- Navigate to the bottom of the file:
G
- Open a new line:
0
- Add an entry to the Devices list. Type:
Direct term/dg0async1s -9600 direct
and
press ESC.
- Repeat for every port that you want to be able to auto-answer.
- Exit the vi editor:
ZZ.
- Enter
cu -l term/dg0async1s.
- To set a port to auto-answer, enter
ats0=1&w.The system responds
OK.
- To view settings, enter
A+&v.
- Repeat these steps for each device that will be used for dial-in.
- To exit, press
~ (tilde).