Quote:
Originally posted by charles_scott Ok, well we just tried the entire step by step thing, and nothing. Our linux machine can access anything on the server, but none of the windows computers can access our linux machine. Umm, any ideas? |
Not sure if the guide I gave you specify that you have to add a user first.
Open up a terminal, su in as root
smbpasswd -a
user
user being any user name you want
enter the password and repeat.
Then check smbpasswd to make sure the user is added
cat /etc/samba/smbpasswd
When you're in Windows you should see the shares in My Network Place, when you click the share folder an authenication prompt you to enter a user name and password, that's when you enter the user you added.
If you donÂ’t see anything, make sure samba server is set to bypass your firewall on YaST or disable the firewall for the moment.
One question, what desktop environment are you on?