How to stop maas-clusterd from listening on all interfaces?

Asked by Eric Jacobs

I need MaaS to ONLY bind to the IP address I tell it, preferably from the config. Right now, I get this:

```
tcp UNCONN 0 0 127.0.0.1:69 *:* users:(("twistd",11886,13))
tcp UNCONN 0 0 192.168.122.1:69 *:* users:(("twistd",11886,11))
tcp UNCONN 0 0 192.168.154.132:69 *:* users:(("twistd",11886,10))
tcp UNCONN 0 0 192.168.80.132:69 *:* users:(("twistd",11886,6))
tcp UNCONN 0 0 ::1:69 :::* users:(("twistd",11886,5))
```
But I need it to ONLY bind to 192.168.122.1:69. Looking through `/usr/lib/python2.7/dist-packages/provisioningserver/config.py`, it doesn't look like there's a config option for this. I'm hoping there's some other work around. Environment variable, maybe?

Thanks for the help.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu maas Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you post on a MaaS forum as well.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.