How to setup TOR
Moderator: Moderators
How to setup TOR
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
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
Router: Netgear WNDR3700, V1
Re: How to setup TOR
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
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: How to setup TOR
Thank you very much!!!
But how to setup if the device has no Browser?
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
Router: Netgear WNDR3700, V1
Re: How to setup TOR
you mean command line?cs_privat wrote:Thank you very much!!!
But how to setup if the device has no Browser?
If you what to use command line just use OpenWRT
Re: How to setup TOR
Hello ispyisail,
thank you very much, for your post... But could you specify it?
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
Router: Netgear WNDR3700, V1
Re: How to setup TOR
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)cs_privat wrote:But how to setup if the device has no Browser?
At a command line on a PC on your network
Code: Select all
# ssh root@192.168.1.1
password
Code: Select all
$ cd /etc
$ vi tor.ips
Code: Select all
192.168.1.XXX
<esc> :w
<esc> :q
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
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: How to setup TOR
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
Router: Netgear WNDR3700, V1
Re: How to setup TOR
It works, thank you very much!
Topic could be closed...
Topic could be closed...
IMAGE: gargoyle_1.6.2-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin
Router: Netgear WNDR3700, V1
Router: Netgear WNDR3700, V1