Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. C:>netsh advfirewall firewall show rule name=all | grep 9000 -B 10 -A 3
  2.  
  3. Rule Name: MyRule
  4. ----------------------------------------------------------------------
  5. Enabled: Yes
  6. Direction: In
  7. Profiles: Domain,Private,Public
  8. Grouping:
  9. LocalIP: Any
  10. RemoteIP: Any
  11. Protocol: TCP
  12. LocalPort: 9000
  13. RemotePort: Any
  14. Edge traversal: No
  15. Action: Allow
  16.  
  17. 2017-01-17 19:34:31 DROP TCP 192.168.2.10 192.168.2.20 46793 9000 60 S 2693136347 0 29200 - - - RECEIVE
  18. 2017-01-17 19:41:34 DROP TCP 192.168.2.10 192.168.2.20 46813 9000 60 S 4150828470 0 29200 - - - RECEIVE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement