Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Prossima revisione
Revisione precedente
vlsi:workbook:computing:remote:ssh_firefox [22/08/2013 19:06]
pacher creata
vlsi:workbook:computing:remote:ssh_firefox [20/07/2015 16:31] (versione attuale)
pacher
Linea 7: Linea 7:
  
    * Introduction    * Introduction
-   ​* ​Configuring Firefox +   ​* ​... 
-   ​* ​Create the ssh tunnel +   ​* ​...
-   * PuTTY configuration+
  
  
Linea 16: Linea 15:
  
  
-===== Introduction ​=====+====== Some links ======
  
-Altri links: 
  
 //​[[http://​th.physik.uni-frankfurt.de/​wiki-it/​index.php?​title=How_to_read_scientific_papers_from_home]]//​ //​[[http://​th.physik.uni-frankfurt.de/​wiki-it/​index.php?​title=How_to_read_scientific_papers_from_home]]//​
Linea 29: Linea 27:
  
  
 +====== Configuring Firefox ======
  
-All you need is to  +**1.** Open a Firefox session, then go to 
-configure your browser to use a remote machine ​**proxy**+
  
-and tunnel its connection through ​+**Edit => Preferences => Advanced => Network => Settings**
  
-which it isn’t accessible directly. +Use the **Manual Proxy Configuration** and set the following values:
- +
- +
- +
-you need an <​nowiki>​SSH</​nowiki>​ client installed on your computer. ​  +
- +
-If you have access to a remote machine by way of ssh you can set up Firefox,  +
-or any other SOCKS v5 enabled application,​ to. +
- +
-But if you try to read them from home, the servers won’t allow you because  +
-only one machine has the right to access them : the laboratory’s proxy.  +
- +
- +
- +
-===== Configuring Firefox ===== +
- +
-Istruzioni valide both for UNIX/Linux, Mac and Windows operating systems +
- +
-configure in order to use a proxy on localhost:​8080 +
- +
-If you are a CERN users connect to lxplus.cern.ch computing farm  +
- +
- +
-Dunque, per fare tunneling e aprire Firefox come se fossi al CERN: +
-?500 +
-1) apri Firefox e vai su +
- +
-**Edit => Preferences** then left click on **Advanced** poi  **Network** tab poi su the first **Settings** button  +
-beside Connection entry poi Manual Proxy Configuration e settare i valori+
  
  
Linea 75: Linea 45:
 {{:​vlsi:​firefox_ssh2.png?​450}} {{:​vlsi:​firefox_ssh2.png?​450}}
  
-poi **OK** ​**Close**+Left click **OK**, then **Close**.
  
-''​about:​config'' ​nella address ​barr dare Return. A warning message si mostra, + 
-left click on the button to confirm.+**2.** Type ''​about:​config'' ​into the address ​bar press Return. ​
  
  
 {{:​vlsi:​firefox_ssh3.png?​750}} {{:​vlsi:​firefox_ssh3.png?​750}}
 +
  
 Enter **network.proxy** in the Filter bar, then set **network.proxy.socks**,​ Enter **network.proxy** in the Filter bar, then set **network.proxy.socks**,​
Linea 91: Linea 62:
  
  
-4) da bash fai ssh -ND 1080  your_afs_username@lxplus.cern.ch +**3.** Open Linux terminal and open a tunnel to ''​lxplus''​ with
- +
-poi la shell resta in hang; questo punto hai Firefox tunnellato con il +
-CERN ! +
  
 <​code>​ <​code>​
-ssh -ND 1080 username@zoroastro.to.infn.it+ssh -ND 1080  ​your_afs_username@lxplus.cern.ch
 </​code>​ </​code>​
  
-where -D indicated the local port to forward, and -N avoid opening a shell.+The shell hangs and now Firefox is tunnelled with CERN.
  
-If you are a CERN users connect to **lxplus.cern.ch** computing farm  +====== PuTTY configuration ​======
- +
-<​code>​ +
-ssh -ND 1080 username@lxplus.cern.ch & +
-</​code>​ +
- +
-La shell rimane in hang oppure posso usare & e lanciare il tutto il background. +
- +
-e Firefox e' aperto come se si fose collegati al CERN +
- +
-===== PuTTY configuration =====+
  
  
Linea 123: Linea 80:
  
 Last update: [[ pacher@NOSPAMto.infn.it | Luca Pacher ]] - Mar 11, 2013 Last update: [[ pacher@NOSPAMto.infn.it | Luca Pacher ]] - Mar 11, 2013
 +~~NOTOC~~