Advertisement
Guest User

Untitled

a guest
May 26th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. root@xen:~# netstat -lnp | grep ":53 "
  2. tcp 0 0 49.156.26.61:53 0.0.0.0:* LISTEN 16652/named
  3. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 16652/named
  4. tcp6 0 0 :::53 :::* LISTEN 16652/named
  5. udp 0 0 49.156.26.61:53 0.0.0.0:* 16652/named
  6. udp 0 0 127.0.0.1:53 0.0.0.0:* 16652/named
  7. udp6 0 0 :::53 :::* 16652/named
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement