IPv6 with 3.1b1

Discussion in 'Developers' Forum' started by bch, Apr 25, 2016.

  1. bch

    bch Member

    Hi and thank you so much for all the work you do on ISPConfig.
    I have a fully working IPv4/6 configuration on Debian 8 with ISPConfig 3.1b1.
    I have added the addresses to System -> Server IP Addresses.
    How to get the IPv6-Address field to show in Website settings?
     
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    change line 80 in interface/web/sites/templates/web_vhost_domain_edit.htm from
    Code:
    <div class="form-group" style="display:none">
    to
    Code:
    <div class="form-group">
     
  3. bch

    bch Member

    Thank you very much, that made it.
    I see this change now has been pushed to the master branch.
     
    Last edited: Apr 26, 2016
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The master branch does not contain recent changes, always use stable-3.1 branch as it contains the bugfixes. the master branch is the untested code for the 3.2 release.
     
  5. bch

    bch Member

    Yes, I know...
    Is there any plans to add wildcard option for IPv6 as well?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    No, the simple reason is that it is not necessary the wildcard always matches IPv4 and IPv6. so * in IPv4 works for IPv6 and IPv6.
     
  7. bch

    bch Member

    Ok, but some could want to "listen to" one specific IPv4 address and all IPv6 addresses.
     
    Last edited: Apr 26, 2016
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    As soon as you select * in apache in a vhost, it will listen to all IPv6 and IPv4 addresses. So setting it to one IPv4 address and * in the ipv6 field will make this vhost listen on all IPv4 anyway, so this makes no sense to have * in both fields as * means: all IP AND all protocols.
     

Share This Page