_______________________________________________________________________________ Samba 3.0.14a Might work out of the box - so you'd better change /etc/smb.conf; HOW TO INSTALL AND TEST SAMBA _____________________________ A. Install the Samba*.rpm with Midnight Commander, then to start it. B. Type everything as I have in this order for testing purposes only. Other wise go on to Step 4 below. All examples below are done at a 'user' level. If you're logged in as 'root', then substitute your 'user name' with 'root' and use 'root's (password). Initial setup: Edit file /etc/inetd.conf; Uncomment sections: #swat stream tcp nowait.400 root /usr/sbin/swat swat #netbios-ssn stream tcp nowait root /usr/sbin/smbd smbd #netbios-ns dgram udp wait root /usr/sbin/nmbd nmbd Edit file /etc/services: Uncomment section: #swat 901/tcp # Enable 'swat' for Samba Reboot the computer and carry-on. _____________________________________ Step (1.) # testparm signal. "" Just make sure there is no error"" _____________________________________ Step (2.) # smbclient -L yourhostname "" Just make sure there is no error"" _____________________________________ Step (3.) # smbclient //yourhostname/login and type 'ls' for whatever reason I did (-: and it list's some things. "" Just make sure there is no error"" _____________________________________ OTHER - Untested because I have no Windows 95/98/NT/XP, Millennium or Win 2K with a hub and extra cable, so you're on your own here, but everything should work :o) ______________ Step (4.) Try connecting from a dos/WfWg/Win95/NT/os-2 client. Try mounting disks. i.e.: net use d: \\servername\service Try printing. i.e.: net use lpt1: \\servername\spoolservice print filename Celebrate, or send me a bug report! __________________________ Step (5.) Continues under Test2.txt _______________________________________________________________________________