[Samba] sincronize browse problem

Clint Sharp clint at typhoon.org
Wed Apr 7 18:19:08 GMT 2004


On Wed, 2004-04-07 at 03:20, Nicola Murino wrote:
> Hi list,
> 
> I have two location connected by a vpn, in each location I have a samba 
> server that is the local master browser. The first subnet is 10.10.10.0/24 
> and the samba server have 10.10.10.100 ip address, the second subnet have 
> 10.10.11.0/24 and the samba's server ip address is 10.10.11.3.
> 
> For the server 10.10.10.100 (samba 2.2.8) I have defined the following 
> parameters (this are the relevant):
> 
> [global]
>   workgroup = MASTER
>   server string = Linux Samba Server
>   hosts allow = 10.10.10. 10.10.11. 127.
>   remote browse sync = 10.10.11.3
>   remote announce = 10.10.11.255/MASTER
>   local master = yes
>   os level = 34
>   domain master = no
>   preferred master = yes
>   domain master = no
> 
> For the server 10.10.11.3 (samba 3.02) I have the following:
> 
> [global]
>   workgroup = MRI
>   server string = Linux Samba Server
>   hosts allow = 10.10.10. 10.10.11. 127.
>   remote browse sync = 10.10.10.100
>   remote announce = 10.10.10.255/MRI
>   local master = yes
>   os level = 34
>   domain master = no
>   preferred master = yes
>   domain master = no
> 
> I'm able two ping the gateway between subnets but I'm not able two browse 
> the network between subnet
> 
> what's wrong in my configuration?
> 
> thanks
> 
> Nicola

Wins would be a better solution here than remote browse sync and remote
browse announce.  This would work ok in conjunction with WINS, but I'm
not seeing any relevant parameters related to WINS.  With my solution, I
just setup one central WINS server for everyone to query and advertise
to, and browsing just magically works :).

Clint



More information about the samba mailing list