On Fri, Apr 29, 2016 at 05:18:14AM -0700,
jians...@gmail.com wrote:
> but it don't work when i do as what you say
That isn't a very detailed error report.
Try some debugging:
Stop lantern.
Remove all downstream VMs from lanternVM.
Start firefox in dispVM and set lanternVM as its netvm.
Start lantern specifying IP and port.
In lanternVM, run netstat -nltp : Is lantern listening on the right IP
and port?
If not, fix it.
In lanternVM, run iptables -L -nv : Is there an input rule allowing
access to IP and port?
If not, fix it.
In dispVM browser under Preferences-advanced-Network-Settings, specify
lantern IP and Port for HTTP Proxy; select "Use this for all protocols"
and "Remote DNS" options.
Browse to website.
You will see activity in lantern output, and iptables -L -nv will show
count increasing on the permissive rule.
Once you have confirmed that the proxy is working, remove the dispVM,
and set whonix/TorVM downstream from the lanternVM.
Set Tor to use HTTPSProxy using the IP address and port that lantern is
listening on.
Repeat tests.
As I have said I dont use whonix, so there may be a whonix specific
issue. Raise bug with whonix folk if it still isn't working.
If you cant get help you can create a dedicated TorVM, set the proxy
there and use that as gateway to Tor.
unman