Guest User

Untitled

a guest
Dec 22nd, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. root@test:/home/test# telnet localhost
  2. Trying 127.0.0.1...
  3. telnet: Unable to connect to remote host: Connection refused
  4. root@test:/home/test# netstat -tnpa
  5. Active Internet connections (servers and established)
  6. Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
  7. tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      1008/systemd-resolv
  8. tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1445/sshd          
  9. tcp        0      0 192.168.66.131:22       192.168.66.1:49346      ESTABLISHED 1628/sshd: test [pr
  10. tcp6       0      0 :::80                   :::*                    LISTEN      1283/apache2        
  11. tcp6       0      0 :::22                   :::*                    LISTEN      1445/sshd          
  12. root@test:/home/test#
  13.  
Advertisement
Add Comment
Please, Sign In to add comment