LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 03-11-2004, 02:36 PM   #1
thesnaggle
Member
 
Registered: Sep 2003
Distribution: Fedora
Posts: 52

Rep: Reputation: 15
bind reverse lookup


I have read the threads about makeing reverse lookup work but im totaly clueless on how to write a reverse lookup db all of my domains reslove correctly but im getting rejected email from some mail servers cause my ip doesnt reverse
here is a copy of my /etc/named.conf

controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};

zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};

include "/etc/rndc.key";




zone "snaggle.us" IN {
type master;
file "db.snaggle";
allow-update { none; };
};

zone "sbcomputers.biz" IN {
type master;
file "db.sbcomputers";
allow-update { none; };
};
zone "moviemonkey.org" IN {
type master;
file "db.moviemonkey";
allow-update { none; };
};

as you can tell im lost
 
Old 03-11-2004, 06:19 PM   #2
stirling
Member
 
Registered: Feb 2004
Distribution: LFS, Ubuntu
Posts: 52

Rep: Reputation: 16
1. to do it properly you need to have control over the reverse zone. that's a matter to check with your isp. (and do they really not have any reverse set up? some do, some don't)
2. you can do it yourself anyway with an entry similar to your 0.0.127.in-addr.arpa one, but it will only be valid for machines using your dns server to do reverse lookups. also add "notify no;"
3. alternatively, you should be able to send mail for your domains out through your isp's smtp server. but that's another issue.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind and reverse lookup, something ain't right. Sizam Linux - Networking 1 04-25-2005 06:51 PM
reverse lookup question greyhammer Linux - Networking 1 01-26-2005 03:50 PM
Bind reverse lookup Kostko Linux - Networking 2 12-07-2002 09:06 AM
reverse DNS lookup phil1076 Linux - General 1 01-22-2002 03:24 PM
Cant get a reverse lookup in BIND to work phek Linux - Networking 2 10-23-2001 12:16 PM


All times are GMT -5. The time now is 11:45 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration