Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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>...
    4. 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...
    5. /etc/HOSTS
      How can I find IP addresses for favorite websites to add to my HOSTS file to bypass DNS lookups?
  3. #2

    Default Re: hosts.allow

    In the last episode (Feb 23), kalin mintchev said:
    > 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....
    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.

    --
    Dan Nelson
    [email]dnelson@allantgroup.com[/email]
    Dan Nelson Guest

  4. #3

    Default Re: hosts.allow

    >> 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....
    >
    > 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.
    no such chances. the machine is not on my local network. on the network
    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

  5. #4

    Default Re: hosts.allow

    On Wed, 23 Feb 2005 19:20:11 -0500 (EST), kalin mintchev <kalin@el.net> wrote:
    > >> 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
    > 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...
    >
    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
    Jeff With Guest

  6. #5

    Default Re: hosts.allow

    > 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;};
    > };
    thanks ... that looks like a solution...

    >
    > - jeff
    >

    --


    kalin mintchev Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139