Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
Ye did exactly what you said. in lib/TorNet.py there is a default field 'ip' changed from 127.0.0.1 to 10.0.2.11 . i think it also use for cert generation. Then configure with basic-min --> start. then cleaned all cache. just able to connec

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread l.m
Hi, Your Tor Browser client is caching a consensus from when you were running all the nodes on a single virtual machine: > Consensus includes unrecognized authority 'test001a' at 127.0.0.1:7001 You should double-check two things: - For each of the directory authorities and relay make sure Out

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
output while tor-browser bootstrap May 30 20:04:19.376 [warn] You have used DirAuthority or AlternateDirAuthority to specify alternate directory authorities in your configuration. This is potentially dangerous: it can make you look different from all other Tor users, an

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
yes. nmap 10.0.2.11 -p 5000,5001,5002 Starting Nmap 6.47 ( http://nmap.org ) at 2015-05-30 19:49 CEST Nmap scan report for 10.0.2.11 Host is up (0.00069s latency). PORT STATE SERVICE 5000/tcp open upnp 5001/tcp open commplex-link 5002/tcp open rfe Nmap done: 1 IP address (1 host up) scanne

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread l.m
Hi, > yes i can, here is nmap output > * > Starting Nmap 6.47 ( http://nmap.org ) at 2015-05-30 19:05 CEST > Nmap scan report for 10.0.2.11 > Host is up (0.00070s latency). > PORT STATE SERVICE > 7000/tcp open afs3-fileserver > 7001/tcp open afs3-callback > 70

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
yes i can, here is nmap output * Starting Nmap 6.47 ( http://nmap.org ) at 2015-05-30 19:05 CEST Nmap scan report for 10.0.2.11 Host is up (0.00070s latency). PORT STATE SERVICE 7000/tcp open afs3-fileserver 7001/tcp open afs3-callback 7002/tcp open afs3-prser

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread l.m
Hello, > 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)

[tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
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* (Vir