Research Network
Caltech’s Information Management and Systems Services (IMSS) is developing a research network in collaboration with the Provost’s office.
Note
The research network is currently in beta testing. Contact IMSS to assess compatibility and timeline requirements.
Purpose
The network’s initial purpose is to facilitate data transfers between machines at higher speed and with less exposure than on the public network.
Network Access Points
Four virtual IP addresses serve as connection gateways:
IP Address |
|---|
10.79.1.92 |
10.79.1.93 |
10.79.1.94 |
10.79.1.95 |
Tip
These addresses move around based on availability and load. Distribute connections across multiple addresses for optimal load balancing.
Mounting Instructions
Uses SMB protocol with domain authentication format (ITS\username).
Home directory:
\\10.79.1.93\homes\username
Group directory:
\\10.79.1.93\groups\groupname_mountpoint
Access via Finder’s “Connect to Server” (Cmd+K):
Home directory:
smb://10.79.1.93/homes/username
Group directory:
smb://10.79.1.93/groups/groupname
Uses CIFS mounting with samba tools.
Mount command:
mount -t cifs //10.79.1.93/homes/username /mnt/hpc \
-o username=username,domain=ITS
List available shares:
smbclient -L //10.79.1.93 -U username
Getting Access
Interested labs should contact IMSS to:
Assess network compatibility
Discuss timeline requirements
Get setup assistance