PDA

Visualizza Versione Completa : canalizzazione (ssh?) tiger-leopard



iLupus
13-09-09, 05:06
Ciao a tutti.
Spero di non essermi sbagliato sezione, anche se da quanto vedo questa dovrebbe essere la "tana" di coloro che conoscono questo genere di stratagemmi... :)
Premettendo che non conosco nulla sull'argomento (ma solo di sentito dire), mi piacerebbe poter visionare alcuni siti televisivi italiani dall'estero. Parlo, per esempio, di rivideo e rai. Purtroppo quando cerco di visionarli mi esce un avviso che dice che è permesso la visualizzazione solo a coloro che si trovano nel territorio italiano. Pensavo quindi se (perdonate la terminologia quasi sicuramente non tecnica e peraltro incompetente) fosse possibile collegarsi al router di mia madre a Milano usandolo come proxy fisico in Italia. Mia madre ha anch'essa un mac con leopard (non so se c'entra qualcosa).
Grazie per l'attenzione.

flashcream
13-09-09, 10:12
1) se sul mac in italia installi e configuri squid quel mac potrà fare da proxy server per la navigazione internet. http://www.squid-cache.org/

creato quindi questo proxy server potrai collegarti ad esso definendo un'apposita posizione network sul mac all'estero. meglio con autenticazione, altrimenti potrebbe essere usato da chiunque. http://wiki.squid-cache.org/Features/Authentication?action=show&redirect=SquidFaq%2FProxyAuthentication

2) tramite ssh e senza software nel seguente modo:


You can use SSH to set up a socks proxy on a remote Mac where you have an account.

First setup the remote Mac:

1. Make sure you set up a user account on the remote Mac, and that all user accounts have a strong password
2. turn on "remote access".
3. If the remote Mac is behind a router, you will also need to give it a manual internal IP address and to set up port forwarding on your router to forward port 22 to that manual internal IP address.
4. You will need to leave the remote Mac running (turn off sleep and set it to restart if there is a power failure).
5. You will need to know the external address of the remote Mac, so note it, and if your isp regularly changes it, you will need to purchase a service that regularly informs you of the remote Macs current IP address.

Once set up as above, you start up the proxy from your local Mac using the terminal application and the command:

ssh username@xx.xx.xx.xx -D 2001

where username is your short username and xx.xx.xx.xx is the remote Macs external ip address. You will need to enter your password.

Now set Firefox on your local Mac to use a socks 4 proxy on 127.0.0.1 (localhost) port 2001, and you can use www.showmyip.com to verify your proxying through the remote Mac.

Now your web traffic will be proxied and encrypted between your local and remote Mac. This should also work with other application that allows you to set a socks 4 proxy.

There is some risk in having remote access setup on a computer which is constantly on the internet. Strong passwords can help deter hackers, but for further security, there are ways to change the port that remote access uses, or to disable passwords and use only encryption keys for access. Others in this forum can give you the details.

nota che ogni soluzione prevede che il mac in italia sia acceso. forse questo ti sfugge perchè parli di collegamento al (solo) router in italia. un router non può farti da server proxy.

iLupus
13-09-09, 16:00
nota che ogni soluzione prevede che il mac in italia sia acceso. forse questo ti sfugge perchè parli di collegamento al (solo) router in italia. un router non può farti da server proxy.no no, io ero/sono aperto a qualsiasi soluzione, intuivo che potesse prospettarsi una soluzione di questo tipo, solo che non sapevo come. Adesso proverò e vi saprò dire. Grazie mille!