Fruitbat,
I got here by looking at your other problem post about your linux box not being accessible from Windoze, cause I've been beating my head against the wall for a week on this. Seems like we have similar woes!
My threads for these are:
http://www.linuxquestions.org/questi...2F%2FLocalhost
http://www.linuxquestions.org/questi...&threadid=5964
While I can't solve your problem, as I'm still trying to fix mine, maybe we can help eachother out a bit.
One thing I did that gave me new hope was to see if I could reach the Windoze box from the Linux box. With Samba up and running, try this from a command line:
# smbclient "\\\\WindozeBox\\ShareFolderPath"
I believe that's the correct wording (not at home now). Your should then be asked for a password, and get an "smb>" prompt and be able to cruise aournd your Windoze shares. Type "exit" to end the session.
You can also try:
# smbclient -L WindozeBoxName
This will show any shares on your windows box.
Not sure if this will help, but may at least aid in your troubleshooting. (sorry if you already know this!)
Let me know if you have any luck!
)M.