Guys, Im having trouble getting two Samba boxes to sync with each other. One Samba machine in on subnet 192.168.5.0/24. This samba box is the domain master browser for the workgroup. As well as the local master broswer for its subnet, 192.168.5.0/24. Also this samba is acting as the wins server. The other samba box is on subnet 192.168.0.0/24. This machine is the local master broswer for its subnet, 192.168.0.0. ALL HOSTS ARE USING THE WINS SERVER LOCATED ON THE SUBNET 192.168.5.0 * The problem is the samba machine on 192.168.5.0 will sync with with 192.168.0.0 but will import 0 records into the browse list. * But the Samba box on 192.168.0.0 will sync with 192.168.5.0's samba server and imports the corrent number of new hosts More network info: The two subnets are routed via two VPN(IPSEC) gateways. All protcols over IP works great. NetBIOS works except for the browse list syncing. Here are snips of log.nmbd from both servers. 192.168.5.223: (the one that doesn't sync with other net) [2001/10/26 12:09:18, 2] nmbd/nmbd_browsesync.c:sync_with_lmb(71) sync_with_lmb: Initiating sync with local master browser WHOSYOURDADDY<0x20> at IP 192.168.0.2 for workgroup WORKGROUP [2001/10/26 12:09:18, 2] nmbd/nmbd_synclists.c:sync_browse_lists(167) Initiating browse sync for WORKGROUP to WHOSYOURDADDY(192.168.0.2) [2001/10/26 12:09:19, 2] nmbd/nmbd_synclists.c:complete_sync(278) sync with WHOSYOURDADDY(192.168.0.2) for workgroup WORKGROUP completed (0 records) ------------------------- 192.168.0.2: (this host does sync correctly with other net) [2001/10/26 17:38:02, 3] nmbd/nmbd_browsesync.c:domain_master_node_status_success(194) [2001/10/26 17:38:02, 2] nmbd/nmbd_browsesync.c:sync_with_dmb(159) sync_with_dmb: Initiating sync with domain master browser LONELY<20> at IP 192.168.5.223 for workgroup WORKGROUP [2001/10/26 17:38:02, 2] nmbd/nmbd_synclists.c:sync_browse_lists(166) Initiating browse sync for WORKGROUP to LONELY(192.168.5.223) [2001/10/26 17:38:03, 2] nmbd/nmbd_synclists.c:complete_sync(277) sync with LONELY(192.168.5.223) for workgroup WORKGROUP completed (7 records)