Page 1 of 1

How to setup TOR

Posted: Mon Nov 09, 2015 2:58 am
by cs_privat
Hello everybody,

as can seen in my first Post, Tor runs now on Gargoyle Image.

But now I need again your help. How to setup TOR, that a particular IP address (connected by LAN-Port) runs over Tor? Especially to get access with "*.onion" URL?

Thanks in advanced.

m2privat

Re: How to setup TOR

Posted: Mon Nov 09, 2015 3:10 am
by nworbnhoj
Use your browser to navigate to your router (maybe 192.168.1.1) and logout of the admin GUI. Below the Gargoyle login you will see a button "enable TOR for your IP".

Re: How to setup TOR

Posted: Mon Nov 09, 2015 3:21 am
by cs_privat
Thank you very much!!!

But how to setup if the device has no Browser?

Re: How to setup TOR

Posted: Mon Nov 09, 2015 5:01 am
by ispyisail
cs_privat wrote:Thank you very much!!!

But how to setup if the device has no Browser?
you mean command line?

If you what to use command line just use OpenWRT

Re: How to setup TOR

Posted: Mon Nov 09, 2015 5:40 am
by cs_privat
Hello ispyisail,

thank you very much, for your post... But could you specify it?

Re: How to setup TOR

Posted: Mon Nov 09, 2015 7:06 am
by nworbnhoj
cs_privat wrote:But how to setup if the device has no Browser?
You need to ssh into your router and add the ip address of the device requiring TOR access into the file /etc/tor.ips (you will need to assign a static IP address to the device)

At a command line on a PC on your network

Code: Select all

# ssh root@192.168.1.1
password
At the command line in Gargoyle

Code: Select all

$ cd /etc
$ vi tor.ips
At the command line in vi

Code: Select all

192.168.1.XXX
<esc> :w
<esc> :q
logout of Gargoyle

Code: Select all

$ exit

Re: How to setup TOR

Posted: Mon Nov 09, 2015 8:06 am
by cs_privat
Thanks, I am gonna try it after finish working and let you know the result!

Re: How to setup TOR

Posted: Wed Nov 11, 2015 4:46 am
by cs_privat
It works, thank you very much!

Topic could be closed...