axfr range

Discussion in 'Installation/Configuration' started by commentator, Oct 2, 2019.

  1. commentator

    commentator Member

    @ the moment my domainregistrar uses ip's for secondary nameserver support. I can add them in the "Allow zone transfers" field.
    They are changing it from 3 ip's to an iprange.

    How to add this range to the "Allow zone transfers" field?
     
  2. commentator

    commentator Member

    can I add this in the field or should I remove the current ip's and change it on bind config files?
     
  3. commentator

    commentator Member

    uh nobody here who knows this?
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I am willing to help but do not understand the question. Give some context.
    Are you maintaining your name servers with ISPConfig? How is the secondary server set up to sync to the primary?
    Are you running so many secondary servers that you can not write the list of ip-numbers? Are the server ip-numbers constantly changing within some subnet range?
     
  5. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I don't offhand, but it seems a bit odd to me that you would wait for a forum response over a month when it would take just a few minutes to try it and find out if that syntax is accepted. Put the range in, and if it gives a syntax error when saving, it is not an acceptable input in the interface.
     
  6. commentator

    commentator Member

    I'm running my own name server with allow axfr to 3 different ip adresses from the domainregistrar (transip) .
    They are changing from ipadresses to the range
    87.253.155.96/27
    157.97.168.160/27
    Sure I did that, then I see
    Code:
    Xfer: Please use one or more IP addresses, separated by , or use the keyword: any
    
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't think that IP ranges are implemented in ISPConfig yet. You will have to alter the code or regex for the input or make a faeture request in the bug tracker.
     
    commentator likes this.
  8. Appie Thrasher

    Appie Thrasher Member HowtoForge Supporter

    Yes was just looking for this also,
    So the range we can't ad yet,
    but can I somehow convert a range into multiple ip's or is this a typical noob question?
    split 87.253.155.96/27 in a few i can ad as with the 157.97.168.160/27 range

    Greets

    Appie
     
  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    It is.
    Use Internet Search Engines with
    Code:
    convert a range into multiple ip's
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    The main problem with converting a range to individual IP's is that, depending on the range, you would have to add more ip's than you could fit into the field and that it's inconvenient to handle so many IP's and that's why the IP range notation was introduced.
     

Share This Page