Re: [Samba] XP Home and Samba? and: two network cards?

2003-11-03 Thread John H Terpstra
On Mon, 3 Nov 2003, Jonathan Johnson wrote:

> On Mon, 3 Nov 2003, John H Terpstra wrote:
>
> > If both network cards are installed in your Samba server, then each
> > network card must be configured for a different subnet. For example:
> >
> > CardIP Address  Network
> > --- --  ---
> > eth0192.168.0.1 192.168.0.0/24
> > eth1192.168.1.0 192.168.1.0/24
> >
>
> To pick a nit, 192.168.1.0 is not a valid IP Address; it is the network
> address. 192.168.1.255 would be the broadcast address; everything in
> between would be valid.

Yep.

>
> You, of all people, should know that, John. :-)

Yep, sorry - too much pressure to meet deadlines, too little attention to
details! :)

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP Home and Samba? and: two network cards?

2003-11-03 Thread Jonathan Johnson
On Mon, 3 Nov 2003, John H Terpstra wrote:

> If both network cards are installed in your Samba server, then each
> network card must be configured for a different subnet. For example:
> 
> Card  IP Address  Network
> ---   --  ---
> eth0  192.168.0.1 192.168.0.0/24
> eth1  192.168.1.0 192.168.1.0/24
> 

To pick a nit, 192.168.1.0 is not a valid IP Address; it is the network
address. 192.168.1.255 would be the broadcast address; everything in
between would be valid.

You, of all people, should know that, John. :-)

--Jon Johnson


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP Home and Samba? and: two network cards?

2003-11-03 Thread John H Terpstra
On Mon, 3 Nov 2003, Markus VORPAHL wrote:

> >
> >
> > http://de.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
> >
> > It might help you. If not, tell us what we left out or what is not clear.
> > Most of it applies to Samba-2.2.x, but I'd advise you to update to
> > samba-3.0.x anyhow.
> >
> > - John T.
>
> That was helpful, thanks!
> Looked through it and tried it out:
>
> wins support = yes

Having specified that your samba server should be a WINS server, you
should also set the IP address of your Samba server as the WINS server in
the TCP/IP settings on all your Windows clients.

> domain master browser = true
> local master browser = true
> preferred master browser = yes

These settings are not necessary, they are automatically handled by samba.

> remote announce = 192.168.0.255

This should not be necessary if samba is a WINS server.

>
> How do I define the two subnets, is this a samba or a linux networking
> issue? Are there IP numbering problems to expect?

Samba is just a set of services that run over TCP/IP. You need to
configure your TCP/IP networking correctly. Samba can not correct bad
TCP/IP configuration.

> It still does not work, the XP stations don't see anything (net view, or
> in Network Neighbourhood). NMBD on 'server' calls for election of local
> master browser, triggered by call from 'st06', the one station connected
> through the eth1 (a 10B100 onboard ethernet, with IP 192.168.0.10). The
> other stations, connected through eth0 (a BNC ethernet PCI card, with IP
> 192.168.0.1) are well.

If both network cards are installed in your Samba server, then each
network card must be configured for a different subnet. For example:

CardIP Address  Network
--- --  ---
eth0192.168.0.1 192.168.0.0/24
eth1192.168.1.0 192.168.1.0/24

> The server works only as file server, the stations need to read and
> write shared files on it, not recognise each other - in fact, they
> should not.

I do not understand what you are trying to communicate here.

> I should read through the doccumentation again!


- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP Home and Samba? and: two network cards?

2003-11-03 Thread Markus VORPAHL


http://de.samba.org/samba/docs/Samba-HOWTO-Collection.pdf

It might help you. If not, tell us what we left out or what is not clear.
Most of it applies to Samba-2.2.x, but I'd advise you to update to
samba-3.0.x anyhow.
- John T.
That was helpful, thanks!
Looked through it and tried it out:
wins support = yes
domain master browser = true
local master browser = true
preferred master browser = yes
remote announce = 192.168.0.255
How do I define the two subnets, is this a samba or a linux networking 
issue? Are there IP numbering problems to expect?
It still does not work, the XP stations don't see anything (net view, or 
in Network Neighbourhood). NMBD on 'server' calls for election of local 
master browser, triggered by call from 'st06', the one station connected 
through the eth1 (a 10B100 onboard ethernet, with IP 192.168.0.10). The 
other stations, connected through eth0 (a BNC ethernet PCI card, with IP 
192.168.0.1) are well.

The server works only as file server, the stations need to read and 
write shared files on it, not recognise each other - in fact, they 
should not.

I should read through the doccumentation again!

Markus

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: RE: [Samba] XP Home and Samba? and: two network cards?

2003-11-01 Thread John H Terpstra
On Sun, 2 Nov 2003, Markus Vorpahl wrote:

> Dan, Don,
>
> >if you have applied the SignOrSeal registry hack, you should be
> >able to get your XP Home system to see Samba shares.  You will be
> >prompted for a user name and password to access these shares.
>
> I applied the SignOrSeal registry change manually, but still no shares.
> Until now, in smb.conf there was security = user set, so there was no domain
> logon by the WIN98 stations either. Reading the text in 
> http://samba.kn.vutbr.cz/samba/devel/docs/html/domain-member.html:
> if I only want to share shares, files and printers, let people read and
> write, is domain logon really needed? Aparently, until now there was none.
>
> [global]
> workgroup = BAERSCH
> netbios name = server
> security = user
> os level = 65
> ...
>
> In fact, the problem might be related to the fact that the running win98
> stations are still connected to the BNC ethernet card in the server, without
> any WINS server installed, whereas I need to connect the XP stations to
> another card. Perhaps I should upgrade to 2.2.8a, and then set up a WINS
> server - any suggestions where I find documentation on this?

http://de.samba.org/samba/docs/Samba-HOWTO-Collection.pdf

It might help you. If not, tell us what we left out or what is not clear.
Most of it applies to Samba-2.2.x, but I'd advise you to update to
samba-3.0.x anyhow.

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: RE: [Samba] XP Home and Samba? and: two network cards?

2003-11-01 Thread Markus Vorpahl
Dan, Don,

>if you have applied the SignOrSeal registry hack, you should be
>able to get your XP Home system to see Samba shares.  You will be
>prompted for a user name and password to access these shares.

I applied the SignOrSeal registry change manually, but still no shares.
Until now, in smb.conf there was security = user set, so there was no domain
logon by the WIN98 stations either. Reading the text in 
http://samba.kn.vutbr.cz/samba/devel/docs/html/domain-member.html:
if I only want to share shares, files and printers, let people read and
write, is domain logon really needed? Aparently, until now there was none.

[global]
workgroup = BAERSCH
netbios name = server
security = user
os level = 65
...

In fact, the problem might be related to the fact that the running win98
stations are still connected to the BNC ethernet card in the server, without
any WINS server installed, whereas I need to connect the XP stations to
another card. Perhaps I should upgrade to 2.2.8a, and then set up a WINS
server - any suggestions where I find documentation on this?

Thanks a lot -

Markus








http://www.epost.de - das Kommunikationsportal der Deutschen Post


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] XP Home and Samba? and: two network cards?

2003-11-01 Thread Donald Zajic
Markus, if you have applied the SignOrSeal registry hack, you should be
able to get your XP Home system to see Samba shares.  You will be
prompted for a user name and password to access these shares.  

You will never get your XP Home system to become a member of your Samba
domain.  Since you cannot authenticate to the Samba domain using an XP
Home system, there are no credentials to send to Samba to verify
permissions to the share and you will have to provide a user name and
password to access them.

Don Zajic

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Markus Vorpahl
Sent: Saturday, November 01, 2003 5:10 AM
To: [EMAIL PROTECTED]
Subject: [Samba] XP Home and Samba? and: two network cards?

Two questions concerning our small (six machines) network around a Samba
2.2.3a server:

-  I cannot make the XP home boxes find the samba server. We wanted to
replace
some old desktops with new ones and bought them with XP home installed.
While they can see the other win98 machines on the network - and these
machines
still work with the server - they do not see the samba server. I used
the
same settings as with Win98, same IP, same gateway, same workgroup, only
that XP does not accept a username identical to the machine name. Is it
right that only XP pro works with Samba? Anyone found a workaround?

- I cannot get Samba to run on two interfaces even if I put both IPs
into
the smb.conf. On this network, there is one machine with a BNC Connector
I would like to keep (its a long cable through down three floors I do
not
want to touch). What did I miss out?

Thanks for any help!

Markus Vorpahl




http://www.epost.de - das Kommunikationsportal der Deutschen Post


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] XP Home and Samba? and: two network cards?

2003-11-01 Thread Markus Vorpahl
Two questions concerning our small (six machines) network around a Samba
2.2.3a server:

-  I cannot make the XP home boxes find the samba server. We wanted to replace
some old desktops with new ones and bought them with XP home installed.
While they can see the other win98 machines on the network - and these machines
still work with the server - they do not see the samba server. I used the
same settings as with Win98, same IP, same gateway, same workgroup, only
that XP does not accept a username identical to the machine name. Is it
right that only XP pro works with Samba? Anyone found a workaround?

- I cannot get Samba to run on two interfaces even if I put both IPs into
the smb.conf. On this network, there is one machine with a BNC Connector
I would like to keep (its a long cable through down three floors I do not
want to touch). What did I miss out?

Thanks for any help!

Markus Vorpahl




http://www.epost.de - das Kommunikationsportal der Deutschen Post


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba