Changes

Jump to: navigation, search

Mozilla@Seneca Cluster Administration/Forwarded Ports

3,274 bytes added, 17:22, 24 November 2006
adedd content
This page describes ports forwarded from Hera to the machines sitting behind it.


=Linux Hosts=

Linux hosts have forwards to 4 ports: 22, 80, 443, and 5900.

Linux1 has the following:
* hera.senecac.on.ca:1022 -> linux1:22
* hera.senecac.on.ca:180 -> linux1:80
* hera.senecac.on.ca:1443 -> linux1:443
* hera.senecac.on.ca:1900 -> linux1:5900

So to connect with ssh to linux1 you would do the following:
:<pre>ssh -p 1022 username@hera.senecac.on.ca</pre>

The rest of the Linux nodes following the same format, replacing the '1' with their number. For example, to access VNC on linux11 you would do the following:
:<pre>vncviewer hera.senecac.on.ca:11900</pre>

There are 15 total Linux machines at the time of this writing.

=Windows Hosts=

Windows hosts have forwards to 3 ports: 80, 443, and 3389.

Win1 has the following:
* hera.senecac.on.ca:31080 -> win1:80
* hera.senecac.on.ca:31443 -> win1:443
* hera.senecac.on.ca:31389 -> win1:3389

To connect to win1 with Remote Desktop open up your RDP client and type the following for the 'host': 'hera.senecac.on.ca:31389'.

The rest of the Windows machines follow the same format replacing the '31' with '3x' where x is the number of the machine. For example, to access port 80 on win3 you need to use the URL 'http://hera.senecac.on.ca:33080'.

There are 5 total Windows machines at the time of this writing.


=Virtual Machines=

The following table lists all of the port fowards for Virtual Machines. If you have forgotten how to access your VM please consult it before asking Ben.

<table style="width: 60%;" class="standard-table" cellborder=1 border=1 cellpadding=2 cellspacing=0>
<th style="width: 20%">Machine</th>
<th style="width: 20%">Operating System</th>
<th style="width: 30%">Forwarded Ports</th>
<tr>
<td>airbag</td>
<td>Ubuntu 6.06</td>
<td>
<table style="width: 100%;" cellborder="0" border="0" cellpadding=2 cellspacing=0 align="center">
<tr>
<td style="font-weight: bold; text-decoration:underline;">Port on Hera</td>
<td style="font-weight: bold; text-decoration:underline;">Port on the host</td>
</tr>
<tr>
<td>40022</td><td>22</td>
</tr>
<tr>
<td>40080</td><td>80</td>
</tr>
<tr>
<td>40443</td><td>443</td>
</tr>
<tr>
<td>40900</td><td>5900</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>functest</td>
<td>Windows Server 2003</td>
<td>
<table style="width: 100%;" cellborder="0" border="0" cellpadding=2 cellspacing=0 align="center">
<tr>
<td style="font-weight: bold; text-decoration:underline;">Port on Hera</td>
<td style="font-weight: bold; text-decoration:underline;">Port on the host</td>
</tr>
<tr>
<td>41080</td><td>80</td>
</tr>
<tr>
<td>41443</td><td>443</td>
</tr>
<tr>
<td>41389</td><td>3389</td>
</tr>
<tr>
<td>41900</td><td>5900</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>cvs</td>
<td>Ubuntu 6.10</td>
<td>
<table style="width: 100%;" cellborder="0" border="0" cellpadding=2 cellspacing=0 align="center">
<tr>
<td style="font-weight: bold; text-decoration:underline;">Port on Hera</td>
<td style="font-weight: bold; text-decoration:underline;">Port on the host</td>
</tr>
<tr>
<td>40022</td><td>22</td>
</tr>
<tr>
<td>40080</td><td>80</td>
</tr>
<tr>
<td>40443</td><td>443</td>
</tr>
<tr>
<td>2401</td><td>2401</td>
</tr>
<tr>
<td>40900</td><td>5900</td>
</tr>
</table>
</td>
</tr>
</table>
1
edit

Navigation menu