Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Chain INPUT (policy DROP)
  2. target prot opt source destination
  3. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:25565
  5. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:27015
  7. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  8.  
  9. Chain FORWARD (policy ACCEPT)
  10. target prot opt source destination
  11.  
  12. Chain OUTPUT (policy ACCEPT)
  13. target prot opt source destination
  14.  
  15. tcp6 0 0 :::25565 :::* LISTEN 3092/java
  16.  
  17. 14:20:38.482053 IP 172.31.170.1.42111 > 172.31.170.102.22: Flags [S], seq ...
  18. 14:20:38.482095 IP 172.31.170.102.22 > 172.31.170.1.42111: Flags [S.], seq ...
Add Comment
Please, Sign In to add comment