1,885
edits
Changes
→Machine names, IPs, and Status
= Machine names, IPs, and Status =
<table border="1" width="100%" class="mediawiki sortable">
<tr>
<td>[[CDOT_Development_Systems/easterisland|easterisland]](to be set)</td>
<td>Mac mini</td>
<td>T1045H - cubicle E</td>
search whatever.was.already.here.com '''cdot.proximity.on.ca'''
To configure this on a Linux/Unix/OSX system for which you do not have administrative rights, use the LOCALDOMAIN environment variable. For example, you could add this line to your <code>~/.bash_profile</code> or <code>~/.profile</code>:
export LOCALDOMAIN="cdot.proximity.on.ca senecac.on.ca senecacollege.ca"
Alternately, you can append the machine names and IPs to the '''hosts''' file (<code>/etc/hosts</code> on Linux and Mac OSX, <code>c:\windows\system32\drivers\etc\hosts</code> on Windows) -- do not delete the existing contents of that file, just add this text:
142.204.133.123 liberia
142.204.133.124 newzealand
After doing this, you can access the machines by name: <code>ssh '''userid'''@liberia</code>