[Bug 1485139] [NEW] MAAS should let you specify which interfaces you want to bind tftp on.
Leonardo Borda
1485139 at bugs.launchpad.net
Fri Aug 14 23:01:10 UTC 2015
Public bug reported:
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.
** Affects: maas (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1485139
Title:
MAAS should let you specify which interfaces you want to bind tftp on.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1485139/+subscriptions
More information about the Ubuntu-server-bugs
mailing list