On my machine (debian jessie) ganeti-metad
listens on all interfaces:
# netstat -lepn | grep metad
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 66528 32831/ganeti-metad
unix 2 [ ACC ] STREAM LISTENING 383 1/init /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 66525 32831/ganeti-metad /var/run/ganeti/socket/ganeti-metad
Currently I'm using the firewall to limit access, but I preferr to change the interface thThere is a argument in ganeti-metad
to provide address, but it also says that default is based on cluster configuration:
# /usr/sbin/ganeti-metad --help
ganeti-metad (ganeti) version v2.12.4
Usage: ganeti-metad [OPTION...]
-b ADDR --bind=ADDR Bind address (default depends on cluster configuration)
Which ganeti cluster configuration parameter drives the interface that ganeti-metad
listens on? How to change it?