Displaying 2 results from an estimated 2 matches for "browse_sync_remote".
2005 Jan 19
1
cannot bind when doing a browser sync
...nly =
yes". Everything relating to smbd works great.
I'm trying to set up host A as a domain master browser, and host B as a
local master browser. This works fine, until they try to sync the
browse list. They register with each other correctly because
nmbd/nmbd_sendannounce.c's browse_sync_remote is binding to the LAN address:
send_mailslot(True, BROWSE_MAILSLOT, outbuf,PTR_DIFF(p,outbuf),
global_myname(), 0x0, "*", 0x0, addr, FIRST_SUBNET->myip,
DGRAM_PORT);
So I have "remote browse sync" set to the other hosts's LAN address,
because the source...
2006 Sep 21
1
current master browser = UNKNOWN / failing WINS test #1 on 3.0.23c
...DOMAIN_UK(1) current master browser = UK_PDC
So I am lost as to what is going on.
Here is the the coorsponding part of the nmbd log:
[2006/09/21 12:35:25, 5] libsmb/nmblib.c:send_udp(777)
Sending a packet of len 176 to (10.1.0.11) on port 138
[2006/09/21 12:35:25, 5] nmbd/nmbd_sendannounce.c:browse_sync_remote(576)
announce_remote: Doing remote browse sync announce for server UK_PDC
to IP 10.1.0.12.
[2006/09/21 12:35:25, 4] nmbd/nmbd_packets.c:send_mailslot(1921)
send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from UK_PDC<00> IP
10.10.20.1 to *<00> IP 10.1.0.12
[2006/09/21 12:35:25,...