VirtualBox or Genymotion Emulator blocks program protocols through host's port proxy -
something blocks program protocols (for example, ftp) when connect through port proxy server (server_ip:port) started on genymotion android emulator. telnet connects server_ip:port successfully, browser or other programs, can't. direct connection, not through port proxy, works perfectly.
i switched off firewalls , antiviruses ann anythig can block network data.
scenario:
1) on emulator - start ftp server of es explorer (or other listening server)
2) on host's browser locate - ftp_:_//_emulator_ip_:_emulator_port
3) , operate emulator files on ftp.
then make:
4) on host command line - netsh interface portproxy add v4tov4 emulator_port emulator_ip emulator_port
5) on host - telnet host_ip emulator_port or telnet 127.0.0.1 emulator_port
6) , telnet connected
7) on host's browser or other ftp-programms - ftp_:_//_host_ip_:_emulator_port_ or ftp_:_//127.0.0.1:_emulator_port or ftp_:_//_host_name_:_emulator_port
8) , cannot access ftp service @ all
i hade
who guilty? virtualbox or genymotion emulator? blocking programm protocols (such ftp) on port proxy?
what should access genymotion emulator via port proxy?
thank you!
Comments
Post a Comment