[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Use a specific curcuit when establishing a SOCKS connection
- To: or-talk@xxxxxxxx
- Subject: Use a specific curcuit when establishing a SOCKS connection
- From: "horscht hamster" <hoaschti@xxxxxxxxxxxxxx>
- Date: Sat, 17 Jan 2009 20:22:52 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Sat, 17 Jan 2009 14:22:56 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=AU8+/xR0b3geilcezvSNGghtzseRRqbsNTBubBp0dRY=; b=aci93aXb1bUp2Jgv0xzldIk0ejYyu/xcpEnf/XX7iEuWmZq4yBSRJ0kastkJE6aavk irR/X3nmIfEqWb3DyXZECAQFwhWobD8uCrH8fgwGW41rgBkR+H4tKeuddNgGWe+inEyF 19O9yNU4YX9+bhC2lryFFUGg//QrweAIAi2xY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=d/NQnGSadvlmwFpPjACNAixENK2nnAmoRwM7PCHChWLZw54VD2xE+zJsqVQXhbdJSu 8IPipi7yEupFxSfsPWemEerNiZKHgAmcTc7Nt/hGfTFVEhnj2ivxOVzKbKqErsj50ya9 ggBI8ovrJK8pGRehb3CeIPGfRZ5Ak6kG4ItVU=
- In-reply-to: <4efd25500901171110h230a650w12d2b3d66647620b@xxxxxxxxxxxxxx>
- References: <4efd25500901171110h230a650w12d2b3d66647620b@xxxxxxxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
Hello,
i was wondering if its possible to use a specific curcuit i previously
created when opening a socks5 connection using tor.
for example:
when i open a curcuit in the tor controls using
EXTENDCIRCUIT 0 one,two,three
i get the id of the curcuit as a response:
250 EXTENDED 13
now the problem is that there are 5 other open curcuits and tor just
randomly uses one of those when i connect using the socks protocol.
but the thing is that i want to use this particular curcuit with id 13 for a
specific connection.
it would be convenient if you could specify the curcuits you
want to use by modifying the socks5 authentication line, which is in
my case:
0x05 0x01 0x00 (and add an id=13 here)
is this already possible, if not is there any other way to specify the
curcuit i want to use for this particular connection?
best regards
michael h.