resolved
4 Replies
iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
@arisaber:
[testssh@server /]$ dig @8.8.8.8 linode.arischow.com
[testssh@server /]$ dig @66.33.206.206 linode.arischow.com
[testssh@server /]$ dig
@ns1.dreamhost.com linode.arischow.com
Your first 2 tests are pointing directly at IP's as to where to look for DNS resolution.. No lookup needed to figure what the IP is for the name server you want to use.
The last test is using a hostname for the server. Before dig can use that, it has to resolve what the IP is. Your non-root user apparently doesn't have permission to use the resolver?? Permissions issue though I'm not sure how you did that.
@Dweeber:
@arisaber:[testssh@server /]$ dig @8.8.8.8 linode.arischow.com
[testssh@server /]$ dig @66.33.206.206 linode.arischow.com
[testssh@server /]$ dig
@ns1.dreamhost.com linode.arischow.com
Your first 2 tests are pointing directly at IP's as to where to look for DNS resolution.. No lookup needed to figure what the IP is for the name server you want to use.The last test is using a hostname for the server. Before dig can use that, it has to resolve what the IP is. Your non-root user apparently doesn't have permission to use the resolver?? Permissions issue though I'm not sure how you did that.
But I used it correctly before. I am using Directadmin.