Github user grkvlt commented on a diff in the pull request:

    https://github.com/apache/brooklyn-library/pull/62#discussion_r76403145
  
    --- Diff: 
software/network/src/main/resources/org/apache/brooklyn/entity/network/bind/named.conf
 ---
    @@ -20,14 +20,15 @@
     // Generated by Brooklyn on ${.now?string.short}
     //
     options {
    -    listen-on port ${entity.dnsPort} { 127.0.0.1; ${driver.address}; };
    +    // listen-on default is all interfaces
    +    // listen-on port ${entity.dnsPort} { 127.0.0.1; ${driver.address}; 
${driver.subnetAddress}; };
    --- End diff --
    
    Actually, use the following for both:
    ```
    // This will cause named to listen on all IPv4 and IPv6 configured 
interfaces.
    listen-on-v6 ${entity.dnsPort} { any; };
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to