Gentoo+Win2k+router=???

LotharJade

Senior member
Feb 12, 2003
244
0
0
:confused: 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:
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
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!!!
 

LotharJade

Senior member
Feb 12, 2003
244
0
0
Nothing else is needed? Ill get it running, just after it finishes updating to 2005.0. Im only on day2 of update. sigh...
 

ivantai

Junior Member
Mar 30, 2005
2
0
0
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
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
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:D