On Friday 09 February 2001 14:47, you wrote:
> Hi all,
> I've the following problem: a print server using LM-7.2, Cups and samba.
> The IP address is:
>
> SERVER: 141.108.21.3
> ^
>
>
>
> My network has TWO classes of IP addresses: 141.108.16.x and 141.108.21.x
> Now it happens that ONLY machine from class 141.108.21.x (the same of the
> server!) may see the smb server, while the machines from 141.108.16.x
> cannot see the server! Is it possible to avoid that? I'd like to let all of
> the machine see the printers!!!
>
> Thanks, Claudio
This is an excerpt from the distributed smb.conf:
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24
You could also use something like this:
interfaces = eth0 eth1
Ralf.