Skip to content

The ip_del_list file has old information #130

@PenelopeFudd

Description

@PenelopeFudd

Hello!

When I do whois 154.61.y.z (with my own ip filling in y and z), whois uses ip_del_list to pick a whois server to send the request to.
Alas, that address is in England, but the chosen whois server is Afrinic.

154.0.0.0/8 may have been broken up like netblocks 128.0.0.0/2, 192.0.0.0/8, 196.0.0.0/8 and 198.0.0.0/8, have been.

At any rate, the Afrinic server appears to be struggling with the load it's getting; it responds with a "temporary failure" error 95% of the time (estimated).

You might want to do one or more of these:

  • Take a look at 154.0.0.0/8 and see if it should be deleted/split in the ip_del_list file
  • Retest some or all of the entries in ip_del_list
  • Add code that retries requests at whois.arin.net if the first server can't help (i.e. gives an error or doesn't provide a redirection or an answer)

I've added ^154\. whois.arin.net to my /etc/whois.conf, but this likely affects more than just me.

Note: I'm using whois 5.5.13 on Fedora 35, but ip_del_list is the same as here.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions