Utilizing Samba 2.x on Fedora 1.0. Clients are Win2K and XP utilizing SSH clients. Successfully implemented Jabber and CUPS within ssh. Is it possible to implement wins browsing and eliminate lmhosts modifications if using port 445. ? Console mapping ( net use ) and lmhosts entries are impractical. Raymond
On Fri, 19 Dec 2003, Raymond wrote:> Utilizing Samba 2.x on Fedora 1.0. > > Clients are Win2K and XP utilizing SSH clients. > > Successfully implemented Jabber and CUPS within ssh. > > Is it possible to implement wins browsing and eliminate lmhosts > modifications if using port 445. ?When using port 445 (that means - without NetBIOS) you must have a well functioning DNS server. Hostnames will be resolved via DNS. WINS is like DNS for NetBIOS names.> Console mapping ( net use ) and lmhosts entries are impractical.Agreed. - John T. -- John H Terpstra Email: jht@samba.org
>When using port 445 (that means - without NetBIOS) you must have a wellfunctioning DNS server. Hostnames will be resolved via DNS. WINS is like DNS for NetBIOS names. > >Could someone post an smb.conf and any other example conf file required for ssh tunneling with the samba server listening only to localhost ? Having problems with this. Raymond