Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: resolved
PostPosted: Thu Jul 05, 2012 1:33 am 
Offline
Newbie

Joined: Thu Jul 05, 2012 1:27 am
Posts: 3
resolved


Last edited by arisaber on Mon Jul 30, 2012 8:58 am, edited 2 times in total.

Top
   
PostPosted: Thu Jul 05, 2012 5:39 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Do you have anything filtering outgoing packets by source port number?

iptables -L -n

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Thu Jul 05, 2012 6:23 am 
Offline
Newbie

Joined: Thu Jul 05, 2012 1:27 am
Posts: 3
iptables -L -n[root@server ~]# 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


Top
   
PostPosted: Sat Jul 07, 2012 4:12 pm 
Offline
Senior Member
User avatar

Joined: Thu Nov 24, 2011 12:46 pm
Posts: 139
Location: Mesa AZ
arisaber wrote:
[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.

_________________
Kevin a.k.a. Dweeber


Top
   
PostPosted: Tue Jul 10, 2012 9:44 pm 
Offline
Newbie

Joined: Thu Jul 05, 2012 1:27 am
Posts: 3
Dweeber wrote:
arisaber wrote:
[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.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: mattltm and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group