Displaying 2 results from an estimated 2 matches for "first_subnet".
2003 Jun 11
2
Setting Separate File server from Samba PDC
I'm aim to set up a file server that is separate from my SAMBA PDC. I've
had no problem setting file server up, and joining it to he domain using
smbpasswd.
Can I use winbind with a SAMBA PDC or is it meant only for Windows NT
servers.
When creating shares on this file server, I need to allow permissions to
various groups and or users. How can I do this. Do I need to set up NIS?
Thank
2005 Jan 19
1
cannot bind when doing a browser sync
...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 address must local host's LAN address
(FIRST_SUBNET->myip). I've verified that each host sees the other's
browse sync request.
So that's all well an...