Connecting from Outside: Difference between revisions
| Line 1: | Line 1: | ||
go back to [[Main Page]], [[Computational Resources]], [[Services]] | go back to [[Main Page]], [[Computational Resources]], [[Services]] | ||
== | == Access to Local Clusters from outside == | ||
So you want to connect from your home/cybercafe/WIFI/whatever. | So you want to connect from your home/cybercafe/WIFI/whatever. | ||
| Line 16: | Line 16: | ||
*If you use Putty to connect from home/cybercafe/WIFI/whatever:"-p 2004" means port 2004. You can enter the port number in the box next to computer name without the -p, (change the default 22 by 2004). | *If you use Putty to connect from home/cybercafe/WIFI/whatever:"-p 2004" means port 2004. You can enter the port number in the box next to computer name without the -p, (change the default 22 by 2004). | ||
*To copy a folder from kimik2 to/from an external linux machine, you can issue the following commands in kimik2: | |||
scp -r folder-name user@external-ip:folder-name | |||
scp -r user@external-ip:folder-name . | |||
(the external machine needs to have ssh-server or the like installed; and no paranoid protection) | |||
== Acces to electronic journals from outside == | == Acces to electronic journals from outside == | ||
Revision as of 14:40, 8 February 2011
go back to Main Page, Computational Resources, Services
Access to Local Clusters from outside
So you want to connect from your home/cybercafe/WIFI/whatever.
You will need an ssh client. And ask your favourite admin (Martín) for a user/password if you don't already have one (it isn't the same as kimik/tekla)
from command line:
ssh user@betelgeuse.iciq.es -p 2004 -X
(where 'user' is your username)
for other programs, RTFM or ask admin for help.
- If you use Putty to connect from home/cybercafe/WIFI/whatever:"-p 2004" means port 2004. You can enter the port number in the box next to computer name without the -p, (change the default 22 by 2004).
- To copy a folder from kimik2 to/from an external linux machine, you can issue the following commands in kimik2:
scp -r folder-name user@external-ip:folder-name
scp -r user@external-ip:folder-name .
(the external machine needs to have ssh-server or the like installed; and no paranoid protection)
Acces to electronic journals from outside
1.- ICIQ proxy
You can have acces to electronic journals from home by using iciq's proxy.
http proxy: proxy.iciq.es port: 8088
The username required is: iciq\youriciqusername, where youriciqusername is in your e-mail adress (youriciqusername@iciq.es) The password required is your e-mail's password
2.- URV proxy
http proxy: proxyauth.urv.net port: 8085
more information there: Intranet_proxy