Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. [root@Sailfish nemo]# iptables -L -v -n
  2. Chain INPUT (policy ACCEPT 573 packets, 53136 bytes)
  3. pkts bytes target prot opt in out source destination
  4.  
  5. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  6. pkts bytes target prot opt in out source destination
  7.  
  8. Chain OUTPUT (policy ACCEPT 497 packets, 72475 bytes)
  9. pkts bytes target prot opt in out source destination
  10.  
  11. Chain nm_mdmprxy_doze_mode_skip (0 references)
  12. pkts bytes target prot opt in out source destination
  13.  
  14. Chain nm_mdmprxy_iface_pkt_fwder (0 references)
  15. pkts bytes target prot opt in out source destination
  16. [root@Sailfish nemo]# lsof -i
  17. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  18. systemd 1 root 33u IPv6 25612 0t0 TCP *:ssh (LISTEN)
  19. systemd 1 root 45u IPv6 41644 0t0 TCP Sailfish:ssh->10.42.0.1:48408 (ESTABLISHED)
  20. busybox-s 690 root 5u IPv4 15025 0t0 UDP *:bootps
  21. connmand 2813 root 15u IPv4 24425 0t0 UDP localhost.localdomain:domain
  22. connmand 2813 root 16u IPv6 24429 0t0 UDP localhost6.localdomain6:domain
  23. connmand 2813 root 17u IPv4 24507 0t0 TCP localhost.localdomain:domain (LISTEN)
  24. connmand 2813 root 18u IPv6 24511 0t0 TCP localhost6.localdomain6:domain (LISTEN)
  25. connmand 2813 root 20u IPv4 65675 0t0 UDP 100.112.161.76:43627->plusmx3.polkomtel.com.pl:domain
  26. connmand 2813 root 21u IPv4 65677 0t0 UDP 100.112.161.76:37368->plusmx4.polkomtel.com.pl:domain
  27. connmand 2813 root 22u IPv4 44743 0t0 UDP 100.112.161.76:46404->plusmx3.polkomtel.com.pl:domain
  28. connmand 2813 root 23u IPv4 44745 0t0 UDP 100.112.161.76:42949->plusmx4.polkomtel.com.pl:domain
  29. connmand 2813 root 24u IPv4 37540 0t0 UDP Sailfish:39292->10.42.0.1:domain
  30. connmand 2813 root 25u IPv4 37547 0t0 UDP *:47462
  31. connmand 2813 root 29u IPv4 44841 0t0 UDP Sailfish:47204->10.42.0.1:domain
  32. netmgrd 2949 radio 228u IPv4 37078 0t0 UDP *:34863
  33. netmgrd 2949 radio 230u IPv4 37079 0t0 UDP *:34427
  34. netmgrd 2949 radio 231u IPv4 37080 0t0 UDP *:36990
  35. netmgrd 2949 radio 232u IPv4 37081 0t0 UDP *:35204
  36. netmgrd 2949 radio 233u IPv4 37082 0t0 UDP *:35869
  37. netmgrd 2949 radio 234u IPv6 37083 0t0 UDP *:36024
  38. netmgrd 2949 radio 235u IPv6 37095 0t0 TCP *:34162 (UNKNOWN_TCP_STATE_138)
  39. netmgrd 2949 radio 236u IPv6 37084 0t0 UDP *:33200
  40. netmgrd 2949 radio 237u IPv6 37085 0t0 UDP *:35712
  41. netmgrd 2949 radio 238u IPv6 37086 0t0 UDP *:32823
  42. netmgrd 2949 radio 239u IPv6 37087 0t0 UDP *:33958
  43. netmgrd 2949 radio 240u IPv4 37088 0t0 TCP *:35894 (UNKNOWN_TCP_STATE_138)
  44. netmgrd 2949 radio 241u IPv4 37089 0t0 TCP *:33485 (UNKNOWN_TCP_STATE_138)
  45. netmgrd 2949 radio 242u IPv4 37090 0t0 TCP *:36189 (UNKNOWN_TCP_STATE_138)
  46. netmgrd 2949 radio 243u IPv4 37091 0t0 TCP *:35251 (UNKNOWN_TCP_STATE_138)
  47. netmgrd 2949 radio 244u IPv4 37092 0t0 TCP *:36578 (UNKNOWN_TCP_STATE_138)
  48. netmgrd 2949 radio 245u IPv6 37093 0t0 TCP *:36250 (UNKNOWN_TCP_STATE_138)
  49. netmgrd 2949 radio 246u IPv6 37094 0t0 TCP *:34053 (UNKNOWN_TCP_STATE_138)
  50. netmgrd 2949 radio 247u IPv6 37096 0t0 TCP *:36426 (UNKNOWN_TCP_STATE_138)
  51. netmgrd 2949 radio 248u IPv6 37097 0t0 TCP *:35685 (UNKNOWN_TCP_STATE_138)
  52. ims_rtp_d 3992 system 18u IPv6 36622 0t0 UDP [fe80::34ac:48e7:8803:3947]:48210
  53. ims_rtp_d 3992 system 19u IPv6 40311 0t0 UDP [fe80::34ac:48e7:8803:3947]:43952
  54. depecher 4388 nemo 33u IPv4 43319 0t0 TCP Sailfish:42267->149.154.167.91:https (ESTABLISHED)
  55. sshd 4728 root 3u IPv6 41644 0t0 TCP Sailfish:ssh->10.42.0.1:48408 (ESTABLISHED)
  56. sshd 4728 root 4u IPv6 41644 0t0 TCP Sailfish:ssh->10.42.0.1:48408 (ESTABLISHED)
  57. sshd 4731 nemo 3u IPv6 41644 0t0 TCP Sailfish:ssh->10.42.0.1:48408 (ESTABLISHED)
  58. sshd 4731 nemo 4u IPv6 41644 0t0 TCP Sailfish:ssh->10.42.0.1:48408 (ESTABLISHED)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement