ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0020991 | ClearOS | app-samba - Windows Networking | public | 2018-08-04 02:54 | 2020-03-03 03:30 |
Reporter | NickH | ||||
Assigned To | |||||
Priority | low | Severity | feature | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | OS | OS Version | |||
Product Version | 7.5.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0020991: Make Samba only bind to interface IP's | ||||
Description | In order to run Docker/Samba Domain Controller on a LAN IP within ClearOS, samba needs to be change to bind on LAN IP's only, otherwise, if you set up a Virtual IP in ClearOS Samba will bind to that as well, stopping the Docker/Samba Domain Controller from binding to those ports. To get round this, in /etc/samba/smb.conf we need to set: bind interfaces only = yes interfaces = lo LANIF#1 LANIF#2 etc Note that in the docker implementation, if you choose to add the Virtual IP using: ip addr add 172.22.22.2 dev enp2s0f1 Then you have to use the interface IP's rather than the interface names int the "interfaces" line or samba will bind to the virtual IP as well. There is another issue. Even making these changes, there is an nmbd socket listening to 0.0.0.0:137 and 138. The only way I've found of stopping it is by adding a line: nbt client socket address = 172.22.22.1 but the parameter only supports a single address and is deprecated in favour of "bind interfaces only = yes". I don't know if this is an issue. I guess it is not if port bindings take precedence over sockets. Testing is required here. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2018-08-04 02:54 | NickH | New Issue | |||
2018-08-04 23:54 | user2 | Priority | normal => low | ||
2018-08-04 23:54 | user2 | Severity | minor => feature | ||
2018-08-04 23:54 | user2 | Status | new => confirmed | ||
2018-08-06 03:32 | NickH | Note Added: 0007741 | |||
2020-03-03 03:30 | NickH | Note Added: 0013311 | |||
2020-03-03 03:30 | NickH | Status | confirmed => closed | ||
2020-03-03 03:30 | NickH | Resolution | open => suspended |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|