Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    Default var/log/messages question

    Hi all, I was wondering while looking through the messages log if the following should be there? They have nothing to do with my VPS server.

    Jun 7 20:26:52 vps1 named[2612]: lame server resolving 'ns3.ameuro.net' (in 'ameuro.NET'?): 66.111.8.10#53
    Jun 7 20:26:52 vps1 named[2612]: lame server resolving 'ns3.ameuro.net' (in 'ameuro.NET'?): 66.111.8.10#53
    Jun 7 21:27:35 vps1 named[2608]: lame server resolving 'ns.ziom.co.kr' (in 'ziom.co.kr'?): 222.239.227.110#53
    Jun 7 21:27:35 vps1 named[2608]: lame server resolving 'ns2.ziom.co.kr' (in 'ziom.co.kr'?): 222.239.227.110#53
    Jun 7 21:27:41 vps1 named[2608]: lame server resolving 'NS1.PROMOBG.COM' (in 'PROMOBG.com'?): 87.118.140.32#53
    Jun 7 21:27:41 vps1 named[2608]: lame server resolving 'NS2.PROMOBG.COM' (in 'PROMOBG.com'?): 87.118.140.32#53
    Jun 7 21:27:45 vps1 named[2608]: lame server resolving 'ns2.iptek.net.id' (in 'iptek.NET.id'?): 202.155.30.227#53
    Jun 7 21:27:51 vps1 named[2608]: lame server resolving 'cpan.fluoline.net' (in 'fluoline.NET'?): 85.17.57.3#53
    Jun 7 21:27:54 vps1 named[2608]: lame server resolving 'ns.utl.pt' (in 'utl.pt'?): 146.193.0.1#53

    and i seee this also: oom-killer: gfp_mask=0x1d2 no idea what that is but it doesn't look good to me.

    thanks in advance
    Last edited by conners; 06-08-2007 at 12:59 PM. Reason: added more info

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,050

    Default

    HI,

    This is not actually a threat to your server but will keep filling your logs. You get those messages in the logs due to the fact that, the NS record for those domains specifies your server and that your server is not authoritative for those domain.

    You will have to turn off recursion and logging for the lame server entries in named.conf Insert the below line in /etc/named.conf file


    acl localip { 127.0.0.1; 1.1.1.1; };
    // place the actual IP address above in place of 1.1.1.1
    // if you have multiple IP addresses, you should add them all, separated by semi-colons

    options {
    allow-recursion {
    localip;
    };

    logging {
    category lame-servers { null; };
    };


    Restarted bind (named). That should do it.

    If anybody else have a better solution, let me know.

    Thanks.

  3. #3
    Member SageBrian's Avatar
    Join Date
    Jun 2002
    Location
    NY/CT (US)
    Posts
    386

    Default

    I've always wondered what benefit there is for those domains adding my nameserver to their records.

    If I have a domain name, why would I just put a random nameserver on the record?
    Why wouldn't I just use the registrar's nameserver?

    I'm curious if it is some sort of search for misconfigured nameservers?

  4. #4
    Member vagsoftware's Avatar
    Join Date
    Oct 2006
    Posts
    27

    Default

    Wassup,

    I have one link for you

    http://www.dnsreport.com/

    Follow the diagnose and solve step by step the problems. Also do not permit AXFR transfers from you DNSes and restrict logging, all from named.conf. I recomand you also to have TXT record for mail servers (mail.domain.com. 3600 IN TXT "v=spfl a -all").

    Respekt.

  5. #5
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    Default

    Hey thanks for all the replys. I've ben away and just now am able to catch up. i'll look at all of your sugestions.

Similar Threads & Tags
Similar threads

  1. What is this in /var/log/messages
    By foxdevil in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-19-2008, 09:41 PM
  2. can you help me analyze the /var/log/messages ?
    By meeti in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-27-2008, 01:27 AM
  3. Getting access to /var/log/messages
    By Ben in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 09-10-2003, 01:44 AM
  4. Strange messages in /var/log/messages
    By kcdworks in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-16-2003, 03:18 PM
  5. missing /var/log/messages
    By ialex03 in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 05-19-2003, 11:39 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube