• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Gentoo+Win2k+router=???

LotharJade

Senior member
😕 I recently set up a Gentoo Linux box that I use as a second computer. I want to set it up to also be able to share files (?file server?) with my Windows 2000 box (and in the future a laptop). What do I need to do to set that up on both ends? They are connected via a wired and wireless firewall/router (I use the wired for this).

My Linux box has the extra storage. :thumbsup:
 
emerge --pretend samba

make sure you emerge the package for a samba server, and then edit the config file, start the daemon.


btw, emerge rocks!!!
 
Nothing else is needed? Ill get it running, just after it finishes updating to 2005.0. Im only on day2 of update. sigh...
 
I use win xp in my laptop,and use Redhat in my pc
a little same as you.
I use a Dlink wired router
I have a wireless AP in my mobo (asus p4p800se),a wireless adapter in my laptop.
I cannt to set wireless........
help me,too
 
1. emerge it
2.

vi /etc/samba/smb.conf
OR
nano /etc/samba/smb.conf

3.

workgroup = WORKGROUPNAME
server string = BRIEF COMMENT ABOUT SERVER

[sharename]
comment = Insert a comment here
path = /home/share/
valid users = tfox carole
public = no
writable = yes
printable = no
create mask = 0765



Quite simple really😀
 
Back
Top