Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-19-2006, 06:24 AM
|
#1
|
Member
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310
Rep:
|
DNS under Attack? "lame server ..."
Hi everyone,
/var/log/messages says:-
Jun 19 05:17:48 shakti named[20003]: lame server resolving '242.212.149.202.ipwhois.rfc-ignorant.org' (in 'ipwhois.rfc-ignorant.ORG'?): 127.0.0.1#53
Jun 19 05:17:48 shakti named[20003]: lame server resolving 'rsginfotech.com' (in 'rsginfotech.com'?): 202.54.119.135#53
[root@shakti log]# grep "lame server resolving" messages | wc -l
49007
[root@shakti log]#
What urgent measures should I take?
Thanks in advance
|
|
|
06-19-2006, 06:57 AM
|
#2
|
Moderator
Registered: May 2001
Posts: 29,415
|
No attack. Nothing urgent. The remote DNS just doesn't resolve the name while it should (being authoritative and all that). Turn off by
echo -en "logging {\n\tcategory lame-servers {null; };\n};\n" >> ${CONFDIR:=/etc}/named.conf &&\
/etc/init.d/named reload
BTW, did you search LQ for this? I'm sure we've handled this before.
Last edited by unSpawn; 06-19-2006 at 07:00 AM.
|
|
|
06-19-2006, 07:15 AM
|
#3
|
Member
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310
Original Poster
Rep:
|
Hello Unspawn,
Thanks for that.
Sorry for I have not searched lq before posting.
But still I do have one more question.
I googled too much and found that there is a lot of controversial stuff on the Internet about lame server...
My DNS was working fine and properly before that and I have not made any changes with any other daemons so misconfiguration is out of question altogether.
We can remove the option of logging in those errors but still I do have some confusion because of different views in different articles
anyway, thanks for your help
|
|
|
06-19-2006, 07:26 AM
|
#4
|
Moderator
Registered: May 2001
Posts: 29,415
|
still I do have some confusion because of different views in different articles
Well, then post some article URI's I'd say.
|
|
|
06-19-2006, 07:46 AM
|
#5
|
Member
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310
Original Poster
Rep:
|
Thanks for your time UnSpawn,
This is same as that of you told me:-
http://www.rackaid.com/resources/tips/ensim-bind.cfm
Here is one more thread
http://forum.swsoft.com/showthread.p...fcignorant.org
And the confusion is in that why terminal junkie has blocked the addresses, and what role qmail or mail scanner has played.
http://www.redhat.com/archives/fedor.../msg05927.html
Hey, Can you help me digest these things?
Thanks again
|
|
|
06-19-2006, 08:21 AM
|
#6
|
Member
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310
Original Poster
Rep:
|
Hi again,
One more thing:-
what does that "127.0.0.1#53" thing in the logs mean?
Have I misconfigured something? (Which I dont seem to be as I have not made any changes since long back!)
|
|
|
06-19-2006, 08:39 AM
|
#7
|
Moderator
Registered: May 2001
Posts: 29,415
|
And the confusion is in that why terminal junkie has blocked the addresses, and what role qmail or mail scanner has played.
Well, basically it boils down to more of the same if you ask me. Something local relies on resolving a domain or hostname for something to work (like RBL's). Something somewhere else should resolve things (or isn't there anymore to resolve things) and that's what the errors is causing. Instead of fixing it the majority opts for the ostrich policy. Nothing controversial I can see. So in short:
cause: remote resolver issue
level: informative
threat: none
|
|
|
06-19-2006, 10:23 AM
|
#8
|
Member
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310
Original Poster
Rep:
|
Hi UnSpawn,
Thanks for the help, at last it got into this dumbhead .
Still, I need to know how come there are so many log entries that point out that 127.0.0.1 has querried so much.
Quote:
[root@shakti log]# grep " 127.0.0.1" messages |wc -l
15227
[root@shakti log]#
|
I am going to stop logging lame server (Ostrich Policy as you :coined: it)
|
|
|
06-19-2006, 12:25 PM
|
#9
|
Moderator
Registered: May 2001
Posts: 29,415
|
AFAIK because local apps use the local resolver. Localhost = 127.0.0.1.
Last edited by unSpawn; 06-19-2006 at 12:27 PM.
|
|
|
All times are GMT -5. The time now is 11:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|