On my windows box I only need one port open, so I can open a socket connection to an AIR app and retrieve some status data occasionally. This is the only outside connection need.

How can I do this on windows 7, and secure it?

link|improve this question

71% accept rate
feedback

migrated from serverfault.com Jun 30 '11 at 15:33

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 0 down vote accepted

Open up the Advanced Firewall settings in Windows Firewall, highlight all active inbound rules and hit Disable Rule on the right pane. Now right-click on inbound rules and select New Rule. Follow the prompts to create a rule for your Adobe AIR app.

enter image description here

enter image description here

link|improve this answer
Great thanks for your help! screen shots really appreciated! – davivid Jun 30 '11 at 15:59
@davivid you are more than welcome :) – John T Jun 30 '11 at 16:02
feedback

Could you not just configure the firewall to block all connections apart from the port you specify?

Go into Windows firewall -> Advanced and from there you can create new inbound and outbound rules blocking ports. Simply block all apart from the one you require.

link|improve this answer
Yeah I guess so, just hadn't done this sort of thing before. Thanks! – davivid Jun 30 '11 at 16:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.