Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. receiving-server$ netstat -plant4 | grep 192.168.101
  2. tcp 0 0 192.168.101.180:80 192.168.101.14:50070 ESTABLISHED 4925/rsyslogd
  3.  
  4. sending-client$ systemctl stop rsyslog
  5.  
  6. receiving-server$ netstat -plant4 | grep 192.168.101
  7. tcp 0 0 192.168.101.180:80 192.168.101.14:50070 TIME_WAIT -
  8.  
  9. TIME-WAIT - represents waiting for enough time to pass to be sure
  10. the remote TCP received the acknowledgment of its connection
  11. termination request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement