Error while executing the dig command
1.0 Error
While executing the dig command, the sendmsg() failed: Operation not permitted
error was printed.
$ dig example.com ../../../../lib/isc/unix/net.c:581: sendmsg() failed: Operation not permitted ../../../../lib/isc/unix/net.c:581: sendmsg() failed: Operation not permitted ...
2.0 Solution
The error was resolved after adding the following iptables rules.… Read more