Ask a Question related to FreeBSD, Design and Development.
-
kalin mintchev #1
hosts.allow
hi all...
i have some crap in my log like:
Feb 23 16:56:45 bigdaddy named[85641]: client 218.19.160.163#63869: update
'bigdaddy.com/IN' denied
Feb 23 16:56:46 bigdaddy named[85641]: client 218.19.160.163#62855: update
'bigdaddy.com/IN' denied
Feb 23 17:02:10 bigdaddy named[85641]: client 218.19.160.163#63999: update
'bigdaddy.com/IN' denied
Feb 23 17:16:20 bigdaddy named[85641]: client 218.19.160.163#62723: update
'bigdaddy.com/IN' denied
Feb 23 17:16:59 bigdaddy named[85641]: client 218.19.160.163#63975: update
'bigdaddy.com/IN' denied
Feb 23 17:20:38 bigdaddy named[85641]: client 218.19.160.163#63873: update
'bigdaddy.com/IN' denied
Feb 23 17:21:05 bigdaddy named[85641]: client 218.19.160.163#64057: update
'bigdaddy.com/IN' denied
so i put:
ALL : 218.19.160.163 : deny
in my hosts.allow but i still get that log piling up....
isn't the that line in hosts.allow avoiding that? should i restart something?
thanks...
--
kalin mintchev Guest
-
ASP Hosts
Hello, Does anyone in the Buffalo, NY area know of a good Web Host that doesn't cost an arm and a leg that you can run ASP pages on. GoDaddy is... -
Looking for Coldfusion Hosts
Purchasing the CF Ent. Edition for the business he cannot justify -- I am therefor looking for some hosts that might accomodate him. I am looking... -
Free PHP hosts?
..... and dk3.com gives you nothing but crap - then passes on your emails address to spammers. Nice. "s a n j a y" <someone@somewhere.com>... -
Hosts - Blocking Ads
Is it possible, as it was with Win98 to block certain domains by adding a file to the windows directory called 'Hosts' (no extension)? I have not... -
/etc/HOSTS
How can I find IP addresses for favorite websites to add to my HOSTS file to bypass DNS lookups? -
Dan Nelson #2
Re: hosts.allow
In the last episode (Feb 23), kalin mintchev said:
Named isn't built with tcpwrapper support; it would probably cause too> i have some crap in my log like:
>
> Feb 23 16:56:45 bigdaddy named[85641]: client 218.19.160.163#63869: update 'bigdaddy.com/IN' denied
> Feb 23 16:56:46 bigdaddy named[85641]: client 218.19.160.163#62855: update 'bigdaddy.com/IN' denied
> Feb 23 17:02:10 bigdaddy named[85641]: client 218.19.160.163#63999: update 'bigdaddy.com/IN' denied
> Feb 23 17:16:20 bigdaddy named[85641]: client 218.19.160.163#62723: update 'bigdaddy.com/IN' denied
> Feb 23 17:16:59 bigdaddy named[85641]: client 218.19.160.163#63975: update 'bigdaddy.com/IN' denied
> Feb 23 17:20:38 bigdaddy named[85641]: client 218.19.160.163#63873: update 'bigdaddy.com/IN' denied
> Feb 23 17:21:05 bigdaddy named[85641]: client 218.19.160.163#64057: update 'bigdaddy.com/IN' denied
>
> so i put:
>
> ALL : 218.19.160.163 : deny
>
> in my hosts.allow but i still get that log piling up....
much overhead. Chances are the machine at 218.19.160.163 is a windows
XP machine at your location, with Dynamic DNS updating enabled. Just
go into the TCP/IP prefs and disable it.
--
Dan Nelson
[email]dnelson@allantgroup.com[/email]
Dan Nelson Guest
-
kalin mintchev #3
Re: hosts.allow
>> Feb 23 17:21:05 bigdaddy named[85641]: client 218.19.160.163#64057:
no such chances. the machine is not on my local network. on the network>>> update 'bigdaddy.com/IN' denied
>>
>> so i put:
>>
>> ALL : 218.19.160.163 : deny
>>
>> in my hosts.allow but i still get that log piling up....
> Named isn't built with tcpwrapper support; it would probably cause too
> much overhead. Chances are the machine at 218.19.160.163 is a windows
> XP machine at your location, with Dynamic DNS updating enabled. Just
> go into the TCP/IP prefs and disable it.
where this machine is there is no windows machines. and the 218.19.160.163
is somewhere in china....
is there any other way to block it? except ipfw rules...
thanks....
>
> --
> Dan Nelson
> [email]dnelson@allantgroup.com[/email]
> _______________________________________________
> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
>
--
kalin mintchev Guest
-
Jeff With #4
Re: hosts.allow
On Wed, 23 Feb 2005 19:20:11 -0500 (EST), kalin mintchev <kalin@el.net> wrote:
BIND version 9.x (not sure on the exact version) and up supports ACLs.> no such chances. the machine is not on my local network. on the network> >> Feb 23 17:21:05 bigdaddy named[85641]: client 218.19.160.163#64057:
> where this machine is there is no windows machines. and the 218.19.160.163
> is somewhere in china....
>
> is there any other way to block it? except ipfw rules...
>
example named.conf
acl china {
218.19.160.163; } ;
options {
blackhole {china;};
};
- jeff
Jeff With Guest
-
kalin mintchev #5
Re: hosts.allow
thanks ... that looks like a solution...> BIND version 9.x (not sure on the exact version) and up supports ACLs.
>
> example named.conf
>
> acl china {
> 218.19.160.163; } ;
>
> options {
> blackhole {china;};
> };
>
> - jeff
>
--
kalin mintchev Guest



Reply With Quote

