[Samba] samba
Don Zajic
donald.zajic at verizon.net
Thu Jul 24 13:43:00 GMT 2003
I am not saying that this is the solution, however, if you were to post
a copy of your smb.conf file, it may allow us to shed some light on your
problem.
It may have something to do with your hosts allow parameter. My line
looks like this: hosts allow = 192.168.1. 192.168.2. 127.
This allows hosts from the specified class c networks and localhost to
use the smb/nmb services.
Here is the guidance from the smb.conf man page:
hosts allow (S)
A synonym for this parameter is allow hosts.
This parameter is a comma, space, or tab delimited set of
hosts
which are permitted to access a service.
If specified in the [global] section then it will apply
to all
services, regardless of whether the individual service
has a
different setting.
You can specify the hosts by name or IP number. For
example, you
could restrict access to only the hosts on a Class C
subnet with
something like allow hosts = 150.203.5. . The full
syntax of
the list is described in the man page hosts_access(5).
Note that
this man page may not be present on your system, so a
brief
description will be given here also.
Note that the localhost address 127.0.0.1 will always be
allowed
access unless specifically denied by a hosts deny option.
You can also specify hosts by network/netmask pairs and by
net-
group names if your system supports netgroups. The
EXCEPT key-
word can also be used to limit a wildcard list. The
following
examples may provide some help:
Example 1: allow all IPs in 150.203.*.*; except one
hosts allow = 150.203. EXCEPT 150.203.6.66
Example 2: allow hosts that match the given
network/netmask
hosts allow = 150.203.15.0/255.255.255.0
Example 3: allow a couple of hosts
hosts allow = lapland, arvidsjaur
Example 4: allow only hosts in NIS netgroup "foonet",
but deny
access from one particular host
hosts allow = @foonet
Don Zajic
-----Original Message-----
From: samba-bounces+donald.zajic=verizon.net at lists.samba.org
[mailto:samba-bounces+donald.zajic=verizon.net at lists.samba.org] On
Behalf Of vinod
Sent: Thursday, July 24, 2003 10:29 AM
To: samba at lists.samba.org
Subject: [Samba] samba
I have configured samba server on my Red Hat Linux 8.0
Samba server is visible in the network neighbour hood of windows 9*
based
machines.
IP of samba server is 192.168.17.199 netmask is 255.255.255.0 on eth0.
This samba server is visible in network 192.168.17.0 and working fine.
My problem is I can not see the samba server in other subnetworks like
192.168.1.0 or 192.168.3.0 etc. (in network neighbourhood). Whereas
other windows95 based machines of 192.168.17.0 network are browsable
from the network neighbourhood of 192.168.1.0 sunetwork. Only samba
server 192.168.17.199 is not browsable rom 192.168.1.0 subnet. Kindly
guide what to do.
Thanks
Vinod Garg
vinod at pu.ac.in
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
More information about the samba
mailing list