[tor-bugs] #29024 [Core Tor/Chutney]: Add pluggable-transport support to Chutney

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 14 18:48:08 UTC 2019


#29024: Add pluggable-transport support to Chutney
-------------------------------------------------+-------------------------
 Reporter:  nickm                                |          Owner:  (none)
     Type:  task                                 |         Status:
                                                 |  needs_review
 Priority:  Medium                               |      Milestone:  Tor:
                                                 |  0.4.1.x-final
Component:  Core Tor/Chutney                     |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tor-pt, 041-accepted-20190115,       |  Actual Points:  1
  network-team-roadmap-2019-Q1Q2                 |
Parent ID:                                       |         Points:  2
 Reviewer:                                       |        Sponsor:
                                                 |  Sponsor19
-------------------------------------------------+-------------------------
Changes (by nickm):

 * status:  new => needs_review
 * actualpoints:   => 1


Comment:

 My branch `chutney-obfs4` now supports obfs4 as well.  PR at
 https://github.com/torproject/chutney/pull/29 .

 There will be some followup work here to improve test-network.sh, to
 document all of this better, and to support more PTs, and to make it work
 with #30459.

 To start this network yourself, run these:
 {{{
 # configure and launch everything except the bridge client
 CHUTNEY_CONFIG_PHASE=1 ./chutney configure networks/bridges-obfs4
 CHUTNEY_LAUNCH_PHASE=1 ./chutney start networks/bridges-obfs4
 # wait a moment for the PT to launch
 sleep 2
 # configure and launch the bridge client.
 CHUTNEY_CONFIG_PHASE=2 ./chutney configure networks/bridges-obfs4
 CHUTNEY_LAUNCH_PHASE=2 ./chutney start networks/bridges-obfs4
 }}}

 As noted above, this happens in two phases because the bridge line can't
 be constructed until the bridge and its PT are running.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29024#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list