- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DNS Problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:28 PM
03-08-2005 05:28 PM
DNS Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 10:19 PM
03-08-2005 10:19 PM
Re: DNS Problem
You might be able to get rid of that by doing bandwidth allocations on Your external interface, if the router supports that (cisco systems should be np)
but I can't say for sure that this really is the issue - it would be really great if You could let Your customers supply more exact data of when the problem occurs, so You could compare it to the load on Your line at that time.
Also consider running named in debug mode if the problem persists. the log file is called named.run if I remember correctly and collects quite usefull data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 12:16 AM
03-09-2005 12:16 AM
Re: DNS Problem
As for now, you DNS seems to be OK [http://www.dnsstuff.com/tools/lookup.ch?name=centuryenka.com+&type=MX],
but I agree with previous advice - you should add another DNS server [you may ask your friends or your ISP to do this]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 12:52 AM
03-09-2005 12:52 AM
Re: DNS Problem
There are a lot of security upgrades to stop spam that can unwittingly effect inbound mail.
My servers, like aol and others won't accept mail from senders that don't have valid reverse lookup addresses. You'd be suprised how many people don't have that.
The course of action is this:
On the server that accepts/rejects the mail:
fail -f /var/log/maillog
Then have the complaining customer send a mail. See what the reject message is. If its a configuration problem on your server, correct it. If the customer needs assistance in correcting the problem, perhaps their technical support people will help. Or direct them here.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:06 AM
03-09-2005 05:06 AM
Re: DNS Problem
Here's a page with lots of info:
http://homepages.tesco.net/~J.deBoynePollard/FGA/avoid-rfc-2317-delegation-example-1.html
Looks like the people you'll need to talk to are:
Bharat Sanchar Nigam Limited
according to apnic ( http://www.apnic.net/apnic-bin/whois.pl?210.212.163.178 )
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:09 AM
03-09-2005 05:09 AM
Re: DNS Problem
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 06:37 PM
03-13-2005 06:37 PM
Re: DNS Problem
anywhere to anywhere sport 53 dport 1024:65535 accept
anywhere to anywhere dport 53 sport 1024:65535 accept
reject all other udp packets.
When i done a tcpdump -pqti eth1 icmp , it was showing a lot of messages like "ns1.centuryenka.com icmp udp port domain unreachable" . So i made changes in the firewall rules and set it like
anywhere to anywhere sport 53 accept
anywhere to anywhere dport 53 accept.
and reject all other udp packets. This stopped the above messages from coming in the tcpdump . And now those customers who all are unable to send mails are now able to send mails to this doamin .
But iam not understanding why the previous rule was not accepting queries and at the same time most of the customers were able to query and send mails to our domain. Even i was able to use dnsstuff.com and dsnsreport.com to check our domains without any pblms previously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:37 PM
03-14-2005 06:37 PM
Re: DNS Problem
I got the solution...
Sorry to inform that i forgot one thing to tell u. two weeks before i made changes to the firewall rules so that it will accept dns queries from a port above 1024 . Before that the rule was to accept queries from any port to my server's dns port. This prevented those customers from querying my server because thier queries were coming from the dns port 53 to my server's dns port 53. I found this after checking the tcpdump output. My server was sending " icmp udp port domain unreachable " message to those servers. Now the rules are set to accept queries from 53 or any port above 1024 . I hope no one is using other than these ports for querying dns servers.....
Thanks for your suggestions...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:39 PM
03-14-2005 06:39 PM