How to setup TOR

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
cs_privat
Posts: 14
Joined: Fri Nov 06, 2015 2:10 am

How to setup TOR

Post 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
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: How to setup TOR

Post 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".
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

cs_privat
Posts: 14
Joined: Fri Nov 06, 2015 2:10 am

Re: How to setup TOR

Post by cs_privat »

Thank you very much!!!

But how to setup if the device has no Browser?
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: How to setup TOR

Post 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

cs_privat
Posts: 14
Joined: Fri Nov 06, 2015 2:10 am

Re: How to setup TOR

Post by cs_privat »

Hello ispyisail,

thank you very much, for your post... But could you specify it?
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: How to setup TOR

Post 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
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

cs_privat
Posts: 14
Joined: Fri Nov 06, 2015 2:10 am

Re: How to setup TOR

Post by cs_privat »

Thanks, I am gonna try it after finish working and let you know the result!
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1

cs_privat
Posts: 14
Joined: Fri Nov 06, 2015 2:10 am

Re: How to setup TOR

Post by cs_privat »

It works, thank you very much!

Topic could be closed...
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1

Post Reply