On Mon, 13 May 2002, Jim Watt wrote: > I've recently added the following line to inetd.conf, to allow clients > to connect at Port 445: > > microsoft-ds stream tcp nowait root /usr/local/sbin/smbd smbd -d 1 > > That works, but the connections that are started that way produce > the machine name "smbd" in the output of "smbstatus". The machines > that connect to the main listener (at port 139, started with > "/usr/local/sbin/smbd -D -d 1" list the name of the connecting > machine. The first two shown below connected at 139, and the > third at 445.
Connecting on port 445 does not use a netbios name which is why you don't see one reported. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca-- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
