Re: US Customers: anyone helping me?

2009-12-07 Thread Lexi Pimenidis
On Mon, Dec 07, 2009 at 07:56:19PM CET, Jacob Appelbaum wrote:

Hej,

> thomas.hluch...@netcologne.de wrote:
> [...]
> Will you attend the 26c3?

The poster's mail address suggests that he lives in my vicinity. As at least
I will be at 26c3, I could pick up his hardware there and bring it to Cologne.

Cheers,

Lexi

-- 
On. Frhb Ybtrvbobd, bOrp ZtgW, Dyblwrnvdun. 73, 50672 Xirfv
CZ Xirfv WNG 58720, Zrdlwcrqudqmrwnmvz: Tblwcrf Trnurvd
| Wcgr vmv, clw! Ywbfidiywbr, Jmnbdurnrb mvo Trobsbv,
| Mvo frborn cmlw Uwrifizbr!  Omnlwcmd dumobrnu, tbu wrbddrt Grtmrwv.
| Oc durw blw vmv, blw cntrn Uin!  Mvo gbv di xfmz cfd ebr smpin;
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: US Customers: anyone helping me?

2009-12-07 Thread John Case


On Mon, 7 Dec 2009, thomas.hluch...@netcologne.de wrote:


for my Sun Hosts I would like to have a Crypto Hardware Accelerator Card. At 
ebay.com there are some. Especially this one is what I want to get:

http://cgi.ebay.com/Sun-X6762A-375-3089-Crypto-Accelerator-1000_W0QQitemZ180440049586QQcmdZViewItemQQptZCOMP_EN_Networking_Components?hash=item2a0310a7b2

Unfortunately the owner sells only within the USA, but I live in germany. I 
wrote him and asked if he would make an exception, but he doesnt. At ebay.de 
there is nothing like this.

So can someone living in the US get this, then sending it for me to germany? If 
so, please contact me by mail directly (my PublicKeys can be obtained from the 
keyservers)



We had a big long discussion about hardware devices a few months ago:

http://www.mail-archive.com/or-talk@freehaven.net/msg11761.html

You may find it useful to read that entire thread.

In short: the Sun SCA-1000 does not perform AES at all, and will not help 
you with Tor at all.

***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Problems with setting up a private Tor network and setting up your own Tor relay(s)

2009-12-07 Thread Sambuddho Chakravarty
Dear Tor users
 I have two issues with the setting up a private Tor network and with
setting up my own Tor relay

Problem with setting up a private Tor network
--


1.I have successfully (seems like) been able to set up a private Tor network
but am not able to relay traffic through it. The network consists of  three
onion relays and two authoritative directory services.

2.Once the onion proxy and the onion relays seems to have successfully
created circuit(s) , I determined if the circuit(s) had successfully been
created.

3.For doing so I used the sample TorControllerExample.py (sample tor control
client distributed with the TorFlow packages). I am able to lists the
circuits.

4.However , when I try to set up an http connection through the onion proxy
, it fails with http 503  error:

Connecting to 127.0.0.1:8118... connected.
Proxy request sent, awaiting response... 503 Forwarding failure
17:38:25 ERROR 503: Forwarding failure.

I checked the logs for privoxy and found the following

Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: scan: GET {URI not being
displayed due to privacy reasons}
 HTTP/1.0
Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: scan: User-Agent: Wget/1.10.2
Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: scan: Accept: */*
Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: scan: Host: {Host IP not being
displayed due to privacy reasons}
Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: Adding: Connection: close
Dec 07 17:26:01.418 Privoxy(b7d08b90) Header: New HTTP Request-Line: GET
/veryla
rgefile HTTP/1.0
Dec 07 17:26:01.418 Privoxy(b7d08b90) Request: {URI not being displayed due
to privacy reasons}
Dec 07 17:26:01.418 Privoxy(b7d08b90) Connect: to {Host IP not being
displayed due to privacy reasons}
Dec 07 17:26:01.418 Privoxy(b7d08b90) Writing: �
Dec 07 17:26:01.418 Privoxy(b7d08b90) Connect: socks4_connect: SOCKS4
negotiatio
n write failed.


Problem with setting up a Tor relay
--

I am using the following torrc for the host to be run as a Tor relay.

## See https://www.torproject.org/docs/tor-doc-relay for details.
Nickname jumma
## Required: what port to advertise for incoming Tor connections.
ORPort 9001

## If you want to listen on a port other than the one advertised
## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment the
## line below too. You'll need to do ipchains or other port forwarding
## yourself to make this work.
#ORListenAddress 0.0.0.0:9090

## A handle for your relay, so people don't have to refer to it by key.
#Nickname ididnteditheconfig

## The IP address or full DNS name for your relay. Leave commented out
## and Tor will guess.
#Address noname.example.com

## Define these to limit how much relayed traffic you will allow. Your
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## be at least 20 KBytes.
RelayBandwidthRate 1024 KBytes  # Throttle traffic to 100KB/s (800Kbps)
RelayBandwidthBurst 1024 KBytes # But allow bursts up to 200KB/s (1600Kbps)

## Contact info to be published in the directory, so we can contact you
## if your relay is misconfigured or something else goes wrong. Google
## indexes this, so spammers might also collect it.
#ContactInfo Random Person 
## You might also include your PGP or GPG fingerprint if you have one:
#ContactInfo 1234D/ Random Person 

## Uncomment this to mirror directory information for others. Please do
## if you have enough bandwidth.
#DirPort 9030 # what port to advertise for directory connections
## If you want to listen on a port

---End of torrc

I am trying to use this relay as entry or exit node and hence specify the
following in the client (OP) torrc

EntryNodes {entry node name}
StrictEntryNodes 1

The rest of the torrc configuration is the same as the default torrc
configuration which can be obtained with the default torrc source
distribution. However, the OP fails to accept the our relay both as an entry
or as and an exit node and returns the following error messages :

--   When our OR is being used as an exit node
by our OP---

Dec 07 16:55:39.556 [notice] Bootstrapped 80%: Connecting to the Tor
network.
Dec 07 16:55:39.562 [warn] No specified exit routers seem to be running, and
StrictExitNodes is set: can't choose an exit.
Dec 07 16:55:39.562 [warn] failed to choose an exit server
Dec 07 16:55:40.566 [warn] No specified exit routers seem to be running, and
StrictExitNodes is set: can't choose an exit.
Dec 07 16:55:40.566 [warn] failed to choose an exit server
Dec 07 16:55:41.570 [warn] No specified exit routers seem to be running, and
StrictExitNodes is set: can't choose an exit.
Dec 07 16:55:41.570 [warn] failed to choose an exit server
Dec 07 16:55:42.574 [warn] No specified exit routers seem t

Re: US Customers: anyone helping me?

2009-12-07 Thread Jacob Appelbaum
thomas.hluch...@netcologne.de wrote:
> Hello altogether,
> 
> for my Sun Hosts I would like to have a Crypto Hardware Accelerator Card. At 
> ebay.com there are some. Especially this one is what I want to get:
> 
> http://cgi.ebay.com/Sun-X6762A-375-3089-Crypto-Accelerator-1000_W0QQitemZ180440049586QQcmdZViewItemQQptZCOMP_EN_Networking_Components?hash=item2a0310a7b2
> 
> Unfortunately the owner sells only within the USA, but I live in germany. I 
> wrote him and asked if he would make an exception, but he doesnt. At ebay.de 
> there is nothing like this.
> 
> So can someone living in the US get this, then sending it for me to germany? 
> If so, please contact me by mail directly (my PublicKeys can be obtained from 
> the keyservers)

Will you attend the 26c3?

If so, there's a large Tor gathering planned and I'm sure someone will
gladly bring it along for you.

Best,
Jacob



signature.asc
Description: OpenPGP digital signature


Re: US Customers: anyone helping me?

2009-12-07 Thread Olaf Selke
rather expensive but worldwide shipping
http://cgi.ebay.de/Sun-X6762A-Crypto-Accelerator-1000-375-3089_W0QQitemZ300369444042QQcmdZViewItemQQptZCOMP_EN_Servers?hash=item45ef69fcca

Olaf
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: US Customers: anyone helping me?

2009-12-07 Thread Andrew Lewman
On 12/07/2009 08:17 AM, Michael Reed wrote:
> Well, he probably does not want to do all the associated paperwork
> and/or risk going to jail.
>>
>> http://cgi.ebay.com/Sun-X6762A-375-3089-Crypto-Accelerator-1000_W0QQitemZ180440049586QQcmdZViewItemQQptZCOMP_EN_Networking_Components?hash=item2a0310a7b2
>>

If you look on Sun's website, that card is available outside the US too.
 I suspect the seller just doesn't want to be bothered with non-US buyers.

-- 
Andrew Lewman
The Tor Project
pgp 0x31B0974B

Website: https://torproject.org/
Blog: https://blog.torproject.org/
Identi.ca: torproject
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: US Customers: anyone helping me?

2009-12-07 Thread Michael Reed
Well, he probably does not want to do all the associated paperwork 
and/or risk going to jail...I suggest reading 
http://www.bis.doc.gov/encryption/default.htm before pursuing this... (I 
am not suggesting I agree or disagree with the policy, just pointing out 
the obvious issues surrounding US crypto export that one should be 
familiar with if thinking about this...).


-Michael

thomas.hluch...@netcologne.de wrote:

Hello altogether,

for my Sun Hosts I would like to have a Crypto Hardware Accelerator Card. At 
ebay.com there are some. Especially this one is what I want to get:

http://cgi.ebay.com/Sun-X6762A-375-3089-Crypto-Accelerator-1000_W0QQitemZ180440049586QQcmdZViewItemQQptZCOMP_EN_Networking_Components?hash=item2a0310a7b2

Unfortunately the owner sells only within the USA, but I live in germany. I 
wrote him and asked if he would make an exception, but he doesnt. At ebay.de 
there is nothing like this.

So can someone living in the US get this, then sending it for me to germany? If 
so, please contact me by mail directly (my PublicKeys can be obtained from the 
keyservers)

Thanks in advance

Thomas
  


***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


US Customers: anyone helping me?

2009-12-07 Thread Thomas . Hluchnik
Hello altogether,

for my Sun Hosts I would like to have a Crypto Hardware Accelerator Card. At 
ebay.com there are some. Especially this one is what I want to get:

http://cgi.ebay.com/Sun-X6762A-375-3089-Crypto-Accelerator-1000_W0QQitemZ180440049586QQcmdZViewItemQQptZCOMP_EN_Networking_Components?hash=item2a0310a7b2

Unfortunately the owner sells only within the USA, but I live in germany. I 
wrote him and asked if he would make an exception, but he doesnt. At ebay.de 
there is nothing like this.

So can someone living in the US get this, then sending it for me to germany? If 
so, please contact me by mail directly (my PublicKeys can be obtained from the 
keyservers)

Thanks in advance

Thomas


signature.asc
Description: This is a digitally signed message part.