Android Question RDC Server Behind Windows 7 Firewall

rad

Member
Licensed User
Longtime User
Hi... All B4A Lovers...

I currently trying to implement RDC Server on my Computer (Windows 7) which is connected with my Android Phone by WiFi Tethering.

So far the communication between my application on android wih my RDC Server are running well, especially when i turn of my windows firewall.

firewall1.png

But when I turn windows firewall on.. even though i have create an exclusion for port 17178 at inbound rules the connection still failed.

firewall2.png

For those B4A lovers who have experienced the same thing and have been solve this issue, please share the experiences ....

Thanks B4...
RAD
 

chuath

Member
Licensed User
Longtime User
do the same for outbound rules.
open source port 17178 to anywhere for outbound.
currently u only allow inbound access and denied outbound
 
Upvote 0

rad

Member
Licensed User
Longtime User
do the same for outbound rules.
open source port 17178 to anywhere for outbound.
currently u only allow inbound access and denied outbound

Hi chuath... thanks to give a response to my thread...

Like your suggest, i have give the same for outbound rules... but its still can not be connected.

firewall3.png

any other suspect?
 
Upvote 0

rad

Member
Licensed User
Longtime User
Again, you are absolutely right Erel....
I follow your suggest to unblock all blocked java process (java.exe & javaw.exe), and.... tadaaa.... the connection established.

Thanks Erel...
 
Upvote 0
Top