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

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

Reply via email to