naming the network in ubuntu

Asked by Arthur

My network is "Workgroup", I have been unable to add or change to this name, where do I find the location to do this.
I am not sure what the Ubuntu is using (Host??), or what ever, how do I set it to Workgroup? Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu samba Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

You need to edit your samba.conf change the group name and then restart samba service.

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo gedit /etc/samba/smb.conf

Change the row:

workgroup = PUT_DESIRED_GROUP_HERE

save and exit.

Restart samba by typing:

sudo /etc/init.d/samba restart

Hope this helps

Revision history for this message
Arthur (adolphsn) said :
#2

Thanks marcobra, that solved my question.