Université
de Neuchâtel
Logo UniNE
 
 
   UniNE > IIUN annuaire | plan du site | accès | contact  

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.ch
Here, 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,noperm
Just 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/web
you 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

MultiCore machine at Unine

MSDN Academic Alliance

On the website, you can download all Microsoft software for your studies.
Link to MSDNAA UniNe