Hi,
I setup Tor Test-Network in my laptop using chutney with basic-min configuration and i also configured tor-browser with this test network to browse internet.
But now i want to bootstrap Test Tor-Network inside Virtual Machine.
(Virtual Machine 1 = (3 AUTHORITY + 1 RELAY) IP= 10.0.2.11
(Virtual Machine 2 = (tor-browser) IP= 10.0.2.9
But this time tor-browser is not bootstrapping. I can ping from (11 to 9)
torbrowser torrc config ()
###############################################
AllowSingleHopExits 1
CircuitIdleTimeout 100
DataDirectory tor-browser_en-US/Browser/TorBrowser/Data/Tor
DirReqStatistics 0
DirAuthority test000a orport=5000 no-v2 hs v3ident=32D2EB75473AB923F63D0D3C4B6929FC1BB658AE 10.0.2.11:7000 1DB6AEADE945A2EE1722A203CFED30478D0C8C82
DirAuthority test001a orport=5001 no-v2 hs v3ident=0D6042A1C288C7891888248CDDAA58D9B907ECF1 10.0.2.11:7001 84B06F3CF268D941CD11E725AACA287152C90C70
DirAuthority test002a orport=5002 no-v2 hs v3ident=AD22661D7D85F72D3D24B789092F8BE4454EFFAC 10.0.2.11:7002 2AFD392AC496045351CCF8CBF148944FEF0AEAE4
DisableDebuggerAttachment 0
ExitNodes test000a
GeoIPFile tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip
GeoIPv6File tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip6
KeepalivePeriod 100
TestingTorNetwork 1
ProtocolWarnings 1
SafeLogging 0
StrictNodes 1
###########################################################################
Please help..