Panta stats via QS/Tor
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > Anonymous Servers > Panta stats via QS/Tor




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Panta stats via QS/Tor  
Marcus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-23-06 12:12 AM

Here's how I'm currently getting stats via Banana and Tor in QS:

Start QS > Tools > Remailers > Proxy:
Proxy Host: 127.0.0.1
Port: 4430
Socks Level: <none>

Start QS > Tools > Remailers > URL Manager:
Mix List: http://localhost:4430/echolot/mlist.txt
Mix Keys: http://localhost:4430/echolot/pubring.mix
Mix Type II: http://localhost:4430/echolot/type2.list
Cpunk List: http://localhost:4430/echolot/rlist.txt
Cpunk Keys: http://localhost:4430/echolot/pgp-all.asc

Stunnel config:
[BANANA_HTTPS_STATS]
accept = 4430
connect = pinger.bananasplit.info:443
delay = no

My question is how do I get stats via SSL through Panta using Tor, or any
other pinger that offers stats via SSL?  I want to add another option to
my stats list for when Banana is down.  Thanks.


-=-
This message was sent via two or more anonymous remailing services.









[ Post a follow-up to this message ]



    Re: Panta stats via QS/Tor  
Marcus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-23-06 06:12 AM

In article <KZ5AYL7O38920.6442013889@anonymous>
Anonymous-Remailer@See.Comment.Header (Marcus) wrote:
>
> Here's how I'm currently getting stats via Banana and Tor in QS:
>
> Start QS > Tools > Remailers > Proxy:
> Proxy Host: 127.0.0.1
> Port: 4430
> Socks Level: <none>
>
> Start QS > Tools > Remailers > URL Manager:
> Mix List: http://localhost:4430/echolot/mlist.txt
> Mix Keys: http://localhost:4430/echolot/pubring.mix
> Mix Type II: http://localhost:4430/echolot/type2.list
> Cpunk List: http://localhost:4430/echolot/rlist.txt
> Cpunk Keys: http://localhost:4430/echolot/pgp-all.asc
>
> Stunnel config:
> [BANANA_HTTPS_STATS]
> accept = 4430
> connect = pinger.bananasplit.info:443
> delay = no
>
> My question is how do I get stats via SSL through Panta using Tor, or any
> other pinger that offers stats via SSL?  I want to add another option to
> my stats list for when Banana is down.  Thanks.

OK, I figured it out.  In case anyone was wondering, here is
what I came up with:

Start QS > Tools > Remailers > Proxy:
Proxy Host: 127.0.0.1
Port: 4430
Socks Level: <none>

Start QS > Tools > Remailers > URL Manager:
Mix List: http://localhost:4430/stats/stats/mlist.txt
Mix Keys: http://localhost:4430/stats/pubring.mix
Mix Type II: http://localhost:4430/stats/stats/rlist2.txt
Cpunk List: http://localhost:4430/stats/stats/rlist.txt
Cpunk Keys: http://localhost:4430/stats/allkeys.txt


Stunnel config (disabled Banana):
#[BANANA_HTTPS_STATS]
#accept = 4430
#connect = pinger.bananasplit.info:443
#delay = no
#
[PANTA_HTTPS_STATS]
accept = 4430
connect = www.panta-rhei.eu.org:443
delay = no
#






[ Post a follow-up to this message ]



    Re: Panta stats via QS/Tor  
Anonymous via the Cypherpunks Tonga Remailer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-24-06 06:12 PM

In article <a4f9cec5e636a190306e6a5ff9a86d9d@msgid.frell.theremailer.net>
Marcus <fritz@spamexpire-200607.rodent.frell.theremailer.net> wrote:
>
> In article <KZ5AYL7O38920.6442013889@anonymous>
> Anonymous-Remailer@See.Comment.Header (Marcus) wrote: 
>
> OK, I figured it out.  In case anyone was wondering, here is
> what I came up with:
>
> Start QS > Tools > Remailers > Proxy:
> Proxy Host: 127.0.0.1
> Port: 4430
> Socks Level: <none>
>
> Start QS > Tools > Remailers > URL Manager:
> Mix List: http://localhost:4430/stats/stats/mlist.txt
> Mix Keys: http://localhost:4430/stats/pubring.mix
> Mix Type II: http://localhost:4430/stats/stats/rlist2.txt
> Cpunk List: http://localhost:4430/stats/stats/rlist.txt
> Cpunk Keys: http://localhost:4430/stats/allkeys.txt
>
>
> Stunnel config (disabled Banana):
> #[BANANA_HTTPS_STATS]
> #accept = 4430
> #connect = pinger.bananasplit.info:443
> #delay = no
> #
> [PANTA_HTTPS_STATS]
> accept = 4430
> connect = www.panta-rhei.eu.org:443
> delay = no
> #

It looks like to me that you are connecting directly to the stats source
via ssl with no Tor involvement.






[ Post a follow-up to this message ]



    Re: Panta stats via QS/Tor  
Marcus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-26-06 06:12 AM

In article <20060724142425.ACA6A172B1@mail.cypherpunks.to>
Anonymous via the Cypherpunks Tonga Remailer
<nobody@cypherpunks.to> wrote:
>
> In article <a4f9cec5e636a190306e6a5ff9a86d9d@msgid.frell.theremailer.net>
> Marcus <fritz@spamexpire-200607.rodent.frell.theremailer.net> wrote: 
>
> It looks like to me that you are connecting directly to the stats source
> via ssl with no Tor involvement.

Stunnel is routed through Tor via SocksCap.




































[ Post a follow-up to this message ]



    Re: Panta stats via QS/Tor  
Anonymous


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-06 06:12 AM

In article <ZZ4972XI38924.0420023148@twistycreek.com>
Marcus <anon@comments.header> wrote:
>
> In article <20060724142425.ACA6A172B1@mail.cypherpunks.to>
> Anonymous via the Cypherpunks Tonga Remailer
> <nobody@cypherpunks.to> wrote: 
>
> Stunnel is routed through Tor via SocksCap.

Ah, gotcha.  Duh.










[ Post a follow-up to this message ]



    Re: Panta stats via QS/Tor  
Marcus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-06 12:13 PM

In article <RLCI864238924.9661342593@anonymous.poster>
Anonymous <nobody@bikikii.ath.cx.invalid> wrote:
>
> In article <ZZ4972XI38924.0420023148@twistycreek.com>
> Marcus <anon@comments.header> wrote: 
>
> Ah, gotcha.  Duh.

No problem.  I guess I could have mentioned that in my earlier
post.














[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:54 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register