View Single Post
  #5  
Old 07-02-2009, 08:43 PM
bluesky bluesky is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 667
bluesky is on a distinguished road
Default Re: how to open all tcp/udp ports to a subnet?

Hi,

i am not sure if this work.


netsh advfirewall firewall add rule name="TEST" dir=in action=allow protocal=tcp localport=any program=all remoteip=xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx

thanks
Reply With Quote