Main Menu

Search

LINUX: Dig Commands To Ping DNS Servers For Troubleshooting

LINUX: Dig Commands To Ping DNS Servers For Troubleshooting 


For testing DNS server connectivity over tcp protocol, below dig command can be used.


dig -x XX.XX.XX.XX +tcp


For testing DNS server connectivity over non tcp protocols like UDP protocol, below dig command can be used.


dig -x XX.XX.XX.XX +notcp

No comments:

Post a Comment