Using 'redir' command
Does anyone know how I can use redir add tcp
command to try to get my emulator on port 5554 to communicate with my Apache Server on port 3128? I tried redir add tcp:5554:3128
, but I got
Error port already in use by another program
I think its talking about the emulator on port 5554, but I think your supposed to run the command while the instance of the emulator is running. Basically my emulator does not co开发者_JS百科nnect to Apache, I think it might be the port mapping.
Any ideas?
Much Appreciated, Graeme.
I think you're barking up the wrong tree. :)
First, make sure Apache is bound to a public IP address, and not just localhost.
(It doesn't have to be open to the whole internet, but it should be viewable by other machines on your network.)
Then just refer to it like any other URL: http://your.machine.name:3128/whatever/
精彩评论