You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by ktsakalozos <gi...@git.apache.org> on 2016/10/25 09:06:13 UTC

[GitHub] bigtop issue #153: BIGTOP-2555: hadoop charms should use bind-host overrides

Github user ktsakalozos commented on the issue:

    https://github.com/apache/bigtop/pull/153
  
    LGTM +1 Tested on lxd and exposed services are indeed listening on the correct interface.
    
    As you can see we still have some services on 127.0.1.1 but we can handle any problems we may have in future PRs
    
    ` 
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State      
    tcp        0      0 0.0.0.0:35482           0.0.0.0:*               LISTEN     
    tcp        0      0 127.0.1.1:10020         0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:8649            0.0.0.0:*               LISTEN     
    tcp        0      0 127.0.1.1:19888         0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:10033           0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:8020            0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:50070           0.0.0.0:*               LISTEN     
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
    tcp6       0      0 :::8088                 :::*                    LISTEN     
    tcp6       0      0 127.0.1.1:20888         :::*                    LISTEN     
    tcp6       0      0 :::8025                 :::*                    LISTEN     
    tcp6       0      0 :::8030                 :::*                    LISTEN     
    tcp6       0      0 :::8032                 :::*                    LISTEN     
    tcp6       0      0 :::8033                 :::*                    LISTEN     
    tcp6       0      0 fe80::1:13128           :::*                    LISTEN     
    tcp6       0      0 :::22                   :::*                    LISTEN     
    udp        0      0 0.0.0.0:68              0.0.0.0:*                          
    udp        0      0 0.0.0.0:8649            0.0.0.0:*                          
    udp        0      0 0.0.0.0:37509           0.0.0.0:*
    `



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---