On 7/14/06, Mark Carlson <
[EMAIL PROTECTED]> wrote:
On 7/14/06, Mitchell Brown < [EMAIL PROTECTED]> wrote:
> I have decided to use more colorful hostnames for my computers rather then
> "BROWN1" or "BROWN2".
> My server currently has a hostname of "BROWN2". I want to call it "ODO" now.
> I've set the stuff in the "Networking" settings of Ubuntu, and everything
> from tty1 to the login screen now says Odo. EXCEPT for bloody Samba! My
> windows computers still see it called "BROWN2". I know theres somewhere to
> change this, but its completely slipped my mind for the last week that I've
> been looking.
>
> Can someone refresh my memory?
At a shell:
# locate smb.conf
This will tell you where your samba configuration is. On debian it is
/etc/samba/smb.conf
In each computer's smb.conf, under the [global] header, change the
line that starts with:
netbios name = BROWN
To whatever you want it to be. If that line isn't there, try adding
it in. Then restart the service for the changes to take effect.
# /etc/init.d/samba restart (on debian...)
Things to check:
- Is it just the windows computer that cannot see the changes? If one
of the linux boxes can see the other by its new name, then try
rebooting the windows box
- Is everything is in the right workgroup?
-Mark
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php )
**Please remove these lines when replying
--
pub 1024D/9091C422 02/05/2006 Mitchell Brown <[EMAIL PROTECTED]>
Primary key fingerprint: 812B 94BC EA0D 345A CC1C 2ED9 F7F6 5CCF 9091 C422
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

