Month: July 2021

Prevent CONNMAN messing with interfaces

Find in /etc/connman/main.conf the line which has the following: NetworkInterfaceBlacklist = … If it’s hashed (#) remove the # and put in there the interfaces that you DON’T WANT connman to manage, like for example: NetworkInterfaceBlacklist = …, enp3s1 Restart the networking service or reboot the machine

SAMBA configuration

Server Side Create operating system user accounts as per your requirements useradd -g … -d … -m -s … -k … username Create shares on the server, e.g. /mnt/Disk2/shareA /srv/samba/share3 Modify the /etc/samba/smb.conf according to your specifications Add samba users with smbpasswd or pdbedit smbpasswd -a username pdbedit -a -u username Modify permissions on the shares to match your requirements