Server description on the network

When I installed OpenSUSE 11.1 on my server, at some point, I gave the server a description. Whenever I connect to any of the shares on the server, this description appears. For example, on one Windows workstation, there is a share which appears in Windows Explorer as “Midwest on ‘Cincinnati Corporate ISS Server (ISS0042)’ (T:)”.

For the life of me, I cannot find where this description, “Cincinnati Corporate ISS Server”, is stored. I’ve search through /etc, and poked around ad nauseum in YAST, but I am missing it. Where is this description stored? What is the YAST function to change it?

nwe2023 wrote:
>I cannot find where this description, “Cincinnati Corporate ISS Server”

(a stab in the dark) try YaST > Network Services > DNS and Hostnames
then look in the “Hostname” block

maybe?


DenverD (Linux Counter 282315)
CAVEAT: http://is.gd/bpoMD
posted via NNTP w/TBird 2.0.0.23 | KDE 3.5.7 | openSUSE 10.3
2.6.22.19-0.4-default SMP i686
AMD Athlon 1 GB RAM | GeForce FX 5500 | ASRock K8Upgrade-760GX |
CMedia 9761 AC’97 Audio

Hi
Is this machine running samba, if so check the config. Seems strange to
me you would call a linux machine ISS which is windows speak… sure
it’s not picking up a netbios name from a real ISS server?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.12-0.7-default
up 18:19, 2 users, load average: 0.51, 0.17, 0.11
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

It’s not windows-speak, it stands for Information Systems and Services, the department where I work.

Yes, I do have Samba on the server. I don’t see this description in smb.conf.

Hi
Ahh ok :wink: So it’s only on specific machine you see this, or all? I
imagine it’s a netbios name set/cached somewhere.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.12-0.7-default
up 19:01, 2 users, load average: 0.03, 0.07, 0.09
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

you could use wireshark to see the netbios traffic from your machine and determine if you are providing that description or if is cached in the ‘machine account’ on a ‘domain controller’ …

On Tue June 8 2010 09:26 am, nwe2023 wrote:

>
> When I installed OpenSUSE 11.1 on my server, at some point, I gave the
> server a description. Whenever I connect to any of the shares on the
> server, this description appears. For example, on one Windows
> workstation, there is a share which appears in Windows Explorer as
> “Midwest on ‘Cincinnati Corporate ISS Server (ISS0042)’ (T:)”.
>
> For the life of me, I cannot find where this description, “Cincinnati
> Corporate ISS Server”, is stored. I’ve search through /etc, and poked
> around ad nauseum in YAST, but I am missing it. Where is this
> description stored? What is the YAST function to change it?
>
nwe2023;
“Midwest” should be the share name. “Cincinnati Corporate ISS Server
(ISS0042)” should be the server string. The Server string is controlled by
the parameter:


server string

located in the [global] section of /etc/samba/smb.conf

If you do not see “server string” in the global section
of /etc/samba/smb.conf, then run:


testparm -v

This will give you all the parameter values (those you set and default values)
in your smb.conf. You will then be able to see the current server string.

Unfortunately Windows caches this server string. The current default on my
system is “server string = Samba 3.4.8” Yet I have XP clients that still
show “Samba 3.0.26a” which is the server string from late 2007. If I looked
around there may be clients showing even older server strings.


P. V.
“We’re all in this together, I’m pulling for you.” Red Green

On Thu June 10 2010 12:27 am, PV wrote:

<snip>
>
> Unfortunately Windows caches this server string. The current default on my
> system is “server string = Samba 3.4.8” Yet I have XP clients that still
> show “Samba 3.0.26a” which is the server string from late 2007. If I
looked
> around there may be clients showing even older server strings.
>
nwe2023;

Windows XP has this information in your “Documents and
Settings&lt;username>\NetHood” It may be somewhere else as well.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green