Microsystems Technology Laboratories > OpenCoral
Opencoral
 

Configure Equipment Controller

Configure Equipment Controller

Edit the /etc/services file and add the following line:

equipcntl       25001/tcp               # Labeqd

Edit /etc/hosts.allow and allow access to the equipment controller server from the Coral servers. The recommendation for security is to limit access only to this machine. Here is an sample of hosts.allow where the Coral server is at 18.62.10.22:

ALL EXCEPT sshd,equipcntl: 18.62.,127.0.0.1 EXCEPT 18.62.12. 18.62.13.
sshd: ALL
equipcntl: 18.62.10.22