Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Halp? (tech)
Halp? (tech)
2010-03-09, 10:42 AM #1
I've been trying to set up a file server on my network, using a spare desktop with Fedora 12 installed. Since I am a n00b at creating fileshares using any flavor of Linux, I decided to consult the internets. From this tutorial (mainly), I was able to set it up:

http://www.techotopia.com/index.php/Sharing_Fedora_Linux_Folders_with_Remote_Windows_Systems

I followed the instructions. I set up the server using USER authenication mode with encrypted passwords, and set up an encrypted password on the accessing user account (using unencrypted on both yielded the same result as I will describe, also). When completed, the shared folder appeared on my Vista x64 desktop and on the server box itself.

However, I'm unable to access it. On the windows machine, it says that the location is inaccessable at times, others it asks for a username and password... when I input both, it prompts me that they are incorrect and grays out the username, with the one I put in previously. If I input the password again, it will tell me the same thing, have the username grayed out, but blank.

When I attempt to access the folder from the server machine, it will ask for a password. When I input the username and password, it will tell me that it is unable to mount that location.

What gives? :confused:

Also, for more information, the server is going to be used by some friends for a sort of gaming group that they're forming at our college. We decided to use linux to keep the cost of the server down. It will be used to host our files, so that members of the club are able to easily gain access to them. Therefore, it needs to be easily accessed by windows machines, and be password protected. Any ideas would be welcomed, and I will answer questions as soon as possible. :)
I can't wait for the day schools get the money they need, and the military has to hold bake sales to afford bombs.
2010-03-09, 11:41 AM #2
Just setup a windows computer and Share your folders, set permissions.. done. Go to no-ip.com and register a free domain name, download the client program that updates your IP so it knows to forward the domain to your PC. Setup a VPN on the windows computer.

Connect to VPN and access shares from outside with your new domain name.
"Nulla tenaci invia est via"
2010-03-09, 11:57 AM #3
But the pc that they'd be using to host the files won't be running windows. Windows was cut, so that the price of the final build would be lower.
I can't wait for the day schools get the money they need, and the military has to hold bake sales to afford bombs.
2010-03-09, 12:14 PM #4
Well I would just use a boot leg windows. But..

I just use FTP on my linux server to access files.
"Nulla tenaci invia est via"
2010-03-09, 2:37 PM #5
The files will have to be accessable through the file explorer, and the server will be on a local network.

I'm just testing here at home, since we dont actually have the money or the parts to build it yet.

And bootlegged copies of windows are only an option for desperation, seeing as they're trying to make the game group an official club at the college.
I can't wait for the day schools get the money they need, and the military has to hold bake sales to afford bombs.
2010-03-09, 6:22 PM #6
Huh I didn't think setting up shares was that hard. Ubuntu includes Samba server, not sure about Fedora, but when you install it just edit /etc/samba.conf or whatever it's called to set up your shares (look for a tutorial online). Then stop and restart the service (not sure how to do it, again find a tutorial) and it should "just work".

Oh that tutorial does cover it.

If you want guest access add an account called "Guest" with no password and give it the access you want.

And I would fiddle with the password settings more if you really need auth required. You probably set something up wrong, or there's a setting wrong somewhere, I do recall needing a few tries to get it working, even with just guest access..

2010-03-09, 6:39 PM #7
you need to add the user to your samba users. i believe the command is:

smbpasswd -a username

obviously replacing username with your username, it will ask for your new password. you might have to also restart the samba daemon. if it's anything like ubuntu/debian, you do so with the following:

/etc/init.d/samba restart

that should get you up and running. :)
gbk is 50 probably

MB IS FAT
2010-03-09, 7:22 PM #8
Nevermind
2010-03-09, 8:39 PM #9
Originally posted by The MAZZTer:
Huh I didn't think setting up shares was that hard. Ubuntu includes Samba server, not sure about Fedora, but when you install it just edit /etc/samba.conf or whatever it's called to set up your shares (look for a tutorial online). Then stop and restart the service (not sure how to do it, again find a tutorial) and it should "just work".

Oh that tutorial does cover it.

If you want guest access add an account called "Guest" with no password and give it the access you want.

And I would fiddle with the password settings more if you really need auth required. You probably set something up wrong, or there's a setting wrong somewhere, I do recall needing a few tries to get it working, even with just guest access..


That's what I thought, too. :XD: And I might have, who knows.

Originally posted by NoESC:
you need to add the user to your samba users. i believe the command is:

smbpasswd -a username

obviously replacing username with your username, it will ask for your new password. you might have to also restart the samba daemon. if it's anything like ubuntu/debian, you do so with the following:

/etc/init.d/samba restart

that should get you up and running. :)


Thanks, I'll try that. :)
I can't wait for the day schools get the money they need, and the military has to hold bake sales to afford bombs.
2010-03-14, 4:10 PM #10
Just now had enough free time to try it again. Didn't work... still doing the same thing. =/
I can't wait for the day schools get the money they need, and the military has to hold bake sales to afford bombs.
2010-03-15, 8:14 AM #11
can you post your smb.conf?
gbk is 50 probably

MB IS FAT

↑ Up to the top!