החל מחודש יוני 2021, תחסם הגישה לשרתי NOVA\SOUL מחוץ לרשת בית הספר, והיא תתאפשר מעתה דרך שירות VPN בלבד למעט מקרים חריגים!
על מנת להתחבר לשרתי בית הספר ראשית יש להתחבר לשירות ה - VPN של האוניברסיטה. לאחר מכן ניתן להתחבר בעזרת לקוח ssh או SFTP, לדוגמה עם אחת התוכנות הבאות (אבל לא רק): MobaXterm, Putty, WinSCP. השרת עבור תלמידי תואר ראשון הוא nova.cs.tau.ac.il. שם המשתמש והסיסמה זהים לאלו שבכל שירותי האוניברסיטה, ואת שאר הפרטים הנדרשים בעת החיבור ניתן לרוב להשאיר ללא שינוי. אם לא הצלחתם להתחבר, אנא שלחו מייל לכתובת system@cs.tau.ac.il. אנא ציינו את שם המשתמש שלכם.
https://computing.tau.ac.il/helpdesk/remote-access/communication/vpn
- Open WinSCP
- Hostname: nova.cs.tau.ac.il
- Username/Password: Your moodle/mytau username/password
- Press 'Login' and connect
- If you encounter a problem, press advanced button, verify that under Connection > Tunnel the 'Connect through SSH tunnel' checkbox is *NOT* checked, and try connecting again:
- Hostname: nova.cs.tau.ac.il
- Tunneling instructions can be found on google or in the bottom of this page
- In the Home screen, press 'Start Local Terminal'
- Then, 'ssh <username>@nova.cs.tau.ac.il' (Replace <username> with your username)
ftp\sftp - no tunneling or remote command options - only from VPN
a. Download the compressed VPN installation packages:
https://mytau.tau.ac.il/Software/vpn/GlobalProtect.tgz
b. Extract the tar:
tar -xvf GlobalProtect.tgz
c. Install your relevant paclage.
* In order to get a SAML authentication popup window, the GUI version must be used.
* The package for the GUI version is denoted by a GlobalProtect_UI prefix.
* If the installation fails due to dependencies problem, install them first using apt install / yum install commands, and then try to install the package again.
Install on Ubuntu (deb):
dpkg -i <package_name>.deb
Install on RHEL/CentOS (rpm):
rpm -i <package_name>.rpm
d. Once asked for the VPN portal name, type:
vpn.tau.ac.il
*** Follow the next instructions only if you've been asked to use the older VPN (Cisco AnyConnect) client ***
Windows clients
https://www.cs.tau.ac.il/system/servers17
Linux client (Ubuntu)
ssh -L [Local Port]:username@gate.tau.ac.il:22 username@nova.cs.tau.ac.il [-t ssh username@thirdserver.cs.tau.ac.il] [...]