Networking :: Complete Networking Win/DSLld be



Ok I have read a few post about this issue but have been unable to find a strait up way of doing it..
So let assume you have DSL running from Hard Drive.
Networking working just fine "Able to connect to the internet"
You use myDSL to download Samba and have it installed.

Now what have to be done to access DSL Shares with WindowsXP
DSL Config
IP=192.168.0.5
Sub=255.255.255.0
DNS/Gateway=192.168.0.1
And keep the  Workgroup = Workgroup

Scripts ?, smb.conf ? , etc...

Would someone care to point me in the right direction , or
supply all the needed files and howto here or you can E-Mail it
to me.. I would be more then glad to take bits and pieces and make a FULL screenshot how to manual.....


Please help would be great to have as a storage sever.. just a place to dump all the stuff i D/L

Thanks for any help that anyone can give ;)
Peace

Code Sample
buggs187@gmail.com

In CODE

Code Sample
sudo su
useradd share
passwd share
Enter new UNIX password: foobar
Enter the same password again: foobar
rm -rf /home/share/*
mv /path/to/stuff/to/share /home/share
echo /usr/sbin/betaftpd >> /opt/bootlocal.sh
/usr/sbin/betaftpd
*move to windows computer*
Start >> Program Files >> Accessories >> Windows Explorer
ftp://share:foobar@192.168.0.5
[x] Remember this login/password
Woo! Stuff!


^_^

Wondering: what is the password for the DSL account so I don't need to make a share folder?
the DSL password is whatever you make it..

" sudo passwd dsl "

follow the prompts..

73
ke4nt

Well i got the whole FTP to work but i was looking for more along the lines of being able to go to My Network Places and see DSL as part of the Workgroup...
Next Page...
original here.