[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Precompiled tor binary for openwrt/dd-wrt?
> I've put a diff for OpenWrt's tor package and binary packages at the
> following location: http://www.hepe.com/~jim/openwrt/whiterussian/
Thank you very much!
> I've tested these packages briefly on my Asus 500g Deluxe.
It seems so, that my linksys has some problems.
After installing a fresh OpenWRT and your packages:
--- SNIP ---
root@OpenWrt:~# ipkg install
http://www.hepe.com/~jim/openwrt/whiterussian/zlib_1.2.2-2_mipsel.ipk
root@OpenWrt:~# ipkg install
http://www.hepe.com/~jim/openwrt/whiterussian/libevent_1.1-1_mipsel.ipk
root@OpenWrt:~# ipkg install
http://www.hepe.com/~jim/openwrt/whiterussian/libopenssl_0.9.7k-3_mipsel.ipk
root@OpenWrt:~# ipkg install
http://www.hepe.com/~jim/openwrt/whiterussian/libpthread_0.9.27-1_mipsel.ipk
root@OpenWrt:~# ipkg install
http://www.hepe.com/~jim/openwrt/whiterussian/tor_0.1.1.23-1_mipsel.ipk
--- SNAP ---
And setting that simple client configuration:
--- SNIP ---
root@OpenWrt:~# cat /etc/tor/torrc
SocksPort 9050 # what port to open for local application connections
SocksListenAddress 192.168.xxx.xxx
SocksPolicy accept 192.168.xxx.0/24
SocksPolicy reject *
Log debug stderr
#RunAsDaemon 1
User tor
Group tor
PidFile /tmp/tor.pid
--- SNAP ---
I get that error:
--- SNIP ---
Sep 27 11:36:58.634 [notice] Tor v0.1.1.23. This is experimental
software. Do not rely on it for strong anonymity.
Sep 27 11:36:58.982 [notice] Initialized libevent version 1.1 using
method poll. Good.
Sep 27 11:36:58.986 [notice] connection_create_listener(): Opening Socks
listener on 192.168.xxx.xxx:9050
Sep 27 11:36:59.432 [debug] parse_dir_server_line(): Trusted dirserver
at 18.244.0.188:9031 (46DB)
Sep 27 11:36:59.435 [debug] parse_dir_server_line(): Trusted dirserver
at 18.244.0.114:80 (E45D)
Sep 27 11:36:59.439 [debug] parse_dir_server_line(): Trusted dirserver
at 86.59.21.38:80 (1F85)
Sep 27 11:36:59.443 [debug] parse_dir_server_line(): Trusted dirserver
at 140.247.60.64:80 (F5FC)
Sep 27 11:36:59.447 [debug] parse_dir_server_line(): Trusted dirserver
at 194.109.206.212:80 (EAD6)
Sep 27 11:36:59.541 [info] or_state_load(): Loaded state from
"/tmp/.tor/state"
Sep 27 11:36:59.546 [debug] parse_addr_policy(): Adding new entry
'accept 192.168.0.0/16'
Sep 27 11:36:59.549 [debug] parse_addr_policy(): Adding new entry 'reject *'
Sep 27 11:36:59.848 [info] crypto_seed_rng(): Seeding RNG from
"/dev/urandom"
Killed
--- SNAP ---
Perhaps someone has an idea...
Thanks a lot.