Tips for Unine's members
Connecting to Unine's network
Through VPN
Windows = Cisco AnyConnect VPN Client
Linux = Cisco AnyConnect VPN Client or VPNC
Tutorial on SITEL's website
Using SSH Tunneling
SSH server is now offline. We must use VPN...
From SSH Manual:
-N Do not execute a remote command. This is useful for just forwarding ports (protocol version 2 only).
-T Disable pseudo-tty allocation.
-L [bind_address:]port:host:hostport
Specifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side.
Create a tunnel to unine network using the passe.unine.ch gateway :
$ ssh -N -T -L 1234:130.125.11.60:22 LoginUnine@passe.unine.chHere, the local port (1234) is forwarded to the remote machine inside the unine network (130.125.11.60:22).
To use this tunnel, just specify your local port (on localhost).
$ ssh -p 1234 login@localhost
Connecting to the unine network filesystem
First, you may need some additional packages (on ubuntu smbfs).
$ sudo mount -t cifs //vert/YourLogin\$ /mnt/nfs -o user=YourLogin,workgroup=unine.ch,password=YourPassword,rw,nopermJust replace YourLogin, YourPassword and /mnt/nfs.
Sending files to the homepage server through FTP
server: members.unine.ch port: 21 login: YourLogin pass: YourPassword remote directory: /homes/YourFirstname.YourLastname/webyou can reach your homepage at http://members.unine.ch/YourFirstname.YourLastname.
Printing at IIUN
Room: B110
Printer Driver: HP LaserJet 2430 Postscript (recommended)
Device URI: lpd://vert.unine.ch/info-2
IP: 130.125.12.100
Room: B107
Printer Driver: HP LaserJet 4250 Postscript (recommended)
Device URI: lpd://vert.unine.ch/info-4
IP: 130.125.11.100
On Ubuntu, you can configure printers with your browser at http://localhost:631/admin
Email at Unine
https://webmail.unine.ch/
Tutorial to configure your email client on SITEL website
UNINE Logo
- UNINE white background [.ai] [.eps] [.pdf]
- UNINE blue background [.ai] [.eps] [.pdf]
- UNINE with 100 ans [.eps]
- 100 ans [.ai] [.eps] [.pdf]
- IIUN white background [.ai] [.eps] [.pdf]
- IIUN blue background [.ai] [.eps] [.pdf]
MultiCore machine at Unine
- Sunfire T2000 (8 cores, 32 threads, Sparc v9 1.2Ghz, RAM 16 GiB)
- Mac Pro (8 cores, 2x Intel Xeon QuadCore X5365 3.00GHz, RAM 5 GiB)
- Calleo 531 (16 cores, 4x QuadCore AMD Opteron 8354 2.2GHz, RAM 8 GiB)
MSDN Academic Alliance
On the website, you can download all Microsoft software for your studies.
Link to MSDNAA UniNe

