ممنون
تست کردم پورت 5405 توی سیستمم باز بود .
فقط برای این که پست کامل باشه و اسپم نفرستاده باشم .
نحوه باز کردن و بستن پورت 5405 در ویندوز سون و اکس پی ::
کد:open the port in XP : netsh firewall add portopening protocol = TCP port = 5405 name = "TCP/IP" mode = ENABLE scope = SUBNET block the port in XP : netsh firewall delete portopening protocol = TCP port = 5405 ............................................................................... open the port in 7 : netsh advfirewall firewall add rule name="allow5405" protocol=TCP dir=out localport=5405 action=allow block the port in 7 : netsh advfirewall firewall add rule name="allow5405" protocol=TCP dir=out localport=5405 action=block