Skip to content

Instantly share code, notes, and snippets.

@ramo-karahasan-riechardt
Created February 26, 2019 11:10
Show Gist options
  • Save ramo-karahasan-riechardt/7fa14d5b5626da025e27d758be2b91f3 to your computer and use it in GitHub Desktop.
Save ramo-karahasan-riechardt/7fa14d5b5626da025e27d758be2b91f3 to your computer and use it in GitHub Desktop.
netstat -tulpn |grep :53
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 10386/systemd-resol
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1098/dnsmasq
tcp 0 0 10.0.106.37:53 0.0.0.0:* LISTEN 1098/dnsmasq
tcp6 0 0 fe80::48ff:fed8:2b:53 :::* LISTEN 1098/dnsmasq
tcp6 0 0 ::1:53 :::* LISTEN 1098/dnsmasq
udp 6144 0 127.0.0.53:53 0.0.0.0:* 10386/systemd-resol
udp 34560 0 127.0.0.1:53 0.0.0.0:* 1098/dnsmasq
udp 30720 0 10.0.106.37:53 0.0.0.0:* 1098/dnsmasq
udp6 0 0 fe80::48ff:fed8:2b:53 :::* 1098/dnsmasq
udp6 0 0 ::1:53 :::* 1098/dnsmasq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment