Workgroup Name. (SOLVED)

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BreezyCricket

Workgroup Name. (SOLVED)

Post by BreezyCricket »

I have a Windows Home Network of 3 Desktop and 1 Laptop PC.

The Network Name is 'Mystics', because I am always mystified when something actually works under Windows.

As a result I am determined to change to Linux and installed Mint on a second Laptop, on a trial basis.

If my understanding of how Networks work is correct, all machines must be part of the same Network, ie 'Mystics', but, although I do not recall entering any Network name during the Mint installation, my 'Mint' laptop has been assigned the Network name 'Workgroup', which is the Windows default.

Can anyone tell me how to change this to 'Mystics'.

Many Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: Workgroup Name.

Post by DrHu »

right-click My Computer on desktop>Properties>Change name>Mystics

Or In a terminal
  • sudo gedit /etc/samba/smb.conf
  • Find workgroup, change name to mystics..
    --reboot or restart samba
  • sudo /etc/init.d/samba restart
You can also install system-config-samba for more GUI control over samba settings..
altair4
Level 20
Level 20
Posts: 11460
Joined: Tue Feb 03, 2009 10:27 am

Re: Workgroup Name.

Post by altair4 »

Having the same workgroup name on all machines in a lan is a Samba myth. I have 3 workgroup names on my home network and everyone can see and share directories just fine. It does make it easier to work with however when you have everybody displayed in one place.

Anyway to answer your question ( finally :wink: ):

Press Alt+F2
Type gksu gedit /etc/samba/smb.conf

Find the following line ( it's somewhere in the very beginning of the file ):
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = workgroup
Change it to
workgroup=Mystics

Save the file, open a Terminal and type sudo service samba restart.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
BreezyCricket

Re: Workgroup Name.

Post by BreezyCricket »

Many thanks for the replies.

It seems like my decision to change to Linux was the right one, because, after all, unlike Windows, I had a problem and it did not cost me a single tooth to get it fixed. :D

Cheers, and everything of the best to you and yours.
Locked

Return to “Beginner Questions”