Likes Likes:  0
Resultaten 1 tot 10 van de 10
Geen
  1. #1
    Whois proxy/relay host .nl .be
    geregistreerd gebruiker
    203 Berichten
    Ingeschreven
    08/05/07

    Locatie
    Amsterdam

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter

    Whois proxy/relay host .nl .be

    Ik vroeg me af of iemand weet waar een whois proxy/relay host gevonden kanw orden voor .nl .be ivm beperking aantal whois queries voor niet leden.

  2. #2
    Whois proxy/relay host .nl .be
    geregistreerd gebruiker
    961 Berichten
    Ingeschreven
    02/05/04

    Locatie
    Montreal, Canada

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: Ja
    KvK nummer: nvt
    Ondernemingsnummer: 873411853

    Om dit te mogen/kunnen zal je zelf deelnemer of agent moeten worden. Sidn en DNS.be staan niet toe dat hun agenten/deelnemers derden ongelimiteerde toegang geven tot de whois database.

  3. #3
    Whois proxy/relay host .nl .be
    ServerBoost.nl
    898 Berichten
    Ingeschreven
    02/05/07

    Locatie
    Naaldwijk

    Post Thanks / Like
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    8 Berichten zijn liked


    Naam: Jelle
    Bedrijf: Server Boost Nederland B.V.
    Functie: Managing Director
    URL: www.serverboost.nl
    KvK nummer: 55274293
    Ondernemingsnummer: nvt

    Wij gebruiken zelf ook Modernbill en zijn ook geen deelnemer van sidn / dns, en ons order form zegt altijd dat die domeinnaam reeds in gebruik is terwijl dat niet zo is, dus dat maakt het wel enorm lastig. Ik hoop dat ze hier spoedig een oplossing voor vinden of een workaround, want zo kunnen onze klanten niet deftig .nl of .be domeinnamen bestellen.

  4. #4
    Whois proxy/relay host .nl .be
    moderator
    8.233 Berichten
    Ingeschreven
    29/03/03

    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    266 Berichten zijn liked


    Naam: Ron
    Ondernemingsnummer: nvt

    Citaat Oorspronkelijk geplaatst door ServerBoost Bekijk Berichten
    want zo kunnen onze klanten niet deftig .nl of .be domeinnamen bestellen.
    "Is Free" werkt voldoende voor niet-deelnemers. De beperking op de volledige whois voor niet-deelnemers vind ik prima. Een workaround op de volledige whois is er dus ook niet.

  5. #5
    Whois proxy/relay host .nl .be
    geregistreerd gebruiker
    961 Berichten
    Ingeschreven
    02/05/04

    Locatie
    Montreal, Canada

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: Ja
    KvK nummer: nvt
    Ondernemingsnummer: 873411853

    Voor .be namen kan je de DAS server implementeren:

    DAS : Domain availability service

    As the WHOIS service limits the number of queries in a given time frame, it is not suitable for websites or automated systems to get the status of a domain. For this reason, DNS has put in place the DAS service (dubbed the domain availability service) that does not have such limitations. The DAS only gives out the status of a domain name.

    Protocol
    DAS uses TCP as transport layer and has its own protocol. It accepts exactly one command: GET. The syntax is :

    get version domainname

    * get is the keyword get
    * version is the current version (at the moment 1.0)
    * domainname is the domain name being queried (without the trailing .be).

    The command should be on one line, seperated by spaces. The result will come back in strict format as well :
    Successful query:

    % .be Domain Availability Server 2.0
    %
    % (c) dns.be 2001-2004 (http://www.dns.be)
    %
    %% RC = 0
    Domain: name
    Status: xyz

    Unsuccessful query:

    % .be Domain Availability Server 2.0
    %
    % (c) dns.be 2001-2004 (http://www.dns.be)
    %
    %% RC = rc
    % message

    * RC = corresponds to the status of the query:
    o 0: query successfull
    o -6: Invalid version
    o -7: Invalid pattern
    o -8: Timeout
    o -9: IP address blocked
    * If an error occurred an extra line will appear with the description of the error
    * Domain: returns the domain name again
    * Status: returns the status of the domain name
    o FREE: Domain name is available for registration.
    o REGISTERED: Domain name is in use, therefore not available for registration; the agent manages the domain.
    o OUT OF SERVICE: This covers all domains registered with DNS directly and not transferred to an agent before their due date. Domain names of which the agent stopped being agent (failure or termination of the contract) and whose due date has passed, are likewise accorded this status. The licence right of these names can only be renewed through a new agent.
    o QUARANTINE: When a domain is deleted, the domain name comes in quarantine. This is a period from 40 days. The licensee has 40 days to reactivate his domain with his current agent or to initiate a transfer from a new agent. A domain in quarantine is not available for registration.
    o ON HOLD: This is an exception of REGISTERED, this means that an ADR (Alternative Dispute Resolution, i.e., in Cepina) or lawsuit is pending. This is not visible to the outside world because the domain stays active; however, no changes can be made to the domain by the agent.
    o NOT ALLOWED: The domain name does not meet the requirements as specified in our Enduser Terms and Conditions.

    Upon connecting to DAS, it will wait for a query command (without sending a header, prompt, ...). Upon completion of the query, DAS will close the connection.

    The DAS service is available on this address

    * address: whois.dns.be
    * port: 4343


    How to interrogate the DAS service

    * Unix/Linux users can use the regular whois script with the following parameters:

    whois -h whois.dns.be -p 4343 get 1.0 domainname

    o h to specify the whois server to use
    o p the port to use (standard whois port is 43)
    * Others can contact our DAS service via telnet:

    telnet whois.dns.be 4343
    Trying 193.109.126.141...
    Connected to whois.dns.be.
    Escape character is '^]'.
    get 1.0 domain
    % .be Domain Availability Server 1.0b
    %
    % (c) dns.be 2001 (http://www.dns.be)
    %
    %% RC = 0
    Domain: domain
    Status: REGISTERED

    Connection closed by foreign host.

    Once the telnet connection is made you have a limited time to write: "get 1.0 domain", so best is to copy/paste it.
    * We also made a small “perl” and “php” script to retrieve DAS information for a certain domain name. Perl and php are very well known under Unix/Linux but can also be used under Windows. The example script is a base that you can use, the rest (to suite your own needs) is up to you because this is very agent dependent.

  6. #6
    Whois proxy/relay host .nl .be
    Custom User Title
    524 Berichten
    Ingeschreven
    27/09/06

    Locatie
    Ede

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: Ja
    Ondernemingsnummer: nvt

    Je kan toch ook een sidn deelnemer vragen om jouw ip adres toe te voegen in drs aan de lijst met servers die geen limit hebben?

  7. #7
    Whois proxy/relay host .nl .be
    moderator
    8.233 Berichten
    Ingeschreven
    29/03/03

    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    266 Berichten zijn liked


    Naam: Ron
    Ondernemingsnummer: nvt

    Citaat Oorspronkelijk geplaatst door Freakingme Bekijk Berichten
    Je kan toch ook een sidn deelnemer vragen om jouw ip adres toe te voegen in drs aan de lijst met servers die geen limit hebben?
    Ik denk niet (en ik mag hopen van niet) dat er deelnemers zijn die dit zullen toestaan. Uiteindelijk is de whoisfunctie helemaal niet nodig voor een orderproces, enkel de "is"-functie is voldoende.
    Ontheffing voor intern gebruik door Deelnemers
    Om deelnemers te faciliteren bij de uitvoering van hun domeinregistratiewerkzaamheden kunnen zij een ontheffing krijgen voor de Whois-beperking. Deze ontheffing is uitdrukkelijk bedoeld voor de eigen, interne activiteiten van de Deelnemers. Bijvoorbeeld om te controleren of bij een verhuizing of wijziging domeinnaamhouder de juiste houder het registratiecontract heeft ondertekend.

  8. #8
    Whois proxy/relay host .nl .be
    geregistreerd gebruiker
    2.731 Berichten
    Ingeschreven
    20/05/05

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    6 Berichten zijn liked



    Citaat Oorspronkelijk geplaatst door Freakingme Bekijk Berichten
    Je kan toch ook een sidn deelnemer vragen om jouw ip adres toe te voegen in drs aan de lijst met servers die geen limit hebben?
    Klopt. Dat mag je i.d.d. vragen....

  9. #9
    Whois proxy/relay host .nl .be
    geregistreerd gebruiker
    561 Berichten
    Ingeschreven
    10/06/06

    Locatie
    Emmeloord

    Post Thanks / Like
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    21 Berichten zijn liked


    Naam: Arie

    Ik geloof dat tijdens de SIDN meeting van laatst gezegd werd dat ook op de is domein query's limieten gaan komen voor de niet deelnemers.

  10. #10
    Whois proxy/relay host .nl .be
    Domeinenboer
    225 Berichten
    Ingeschreven
    27/07/05

    Locatie
    Goes

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: 20117920
    Ondernemingsnummer: nvt

    zou dat nut hebben. De `is free` hebben veel mensen nodig. Ook resellers van deelnemers. Commercieel lijkt me dit voor SIDN niet interessant.

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2026 Webhostingtalk.nl.
Web Statistics