Networking Forums

Networking Forums > Computer Networking > Linux Networking > Need pointer to Samba tutorial for newbies

Reply
Thread Tools Display Modes

Need pointer to Samba tutorial for newbies

 
 
Bruce Adams
Guest
Posts: n/a

 
      02-17-2006, 02:40 PM
Hi, I'm trying to set up Samba on a RedHat 9 installation. I have no
experience with Linux save setting up a box over the last few days. I'm
proficient with Windows, but I'm finding that's precious little help.
Here's what I'm trying to do: I want to run a small web site on our LAN,
available to the outside world. I currently have the site running on an
XPPro machine. Works great. I'm running the server on a high port number to
hide it from hackers, but I'd much rather run it on a Linux box. So I loaded
RH9 on a machine, set up Apache and I get the test page fine. Now I need to
be able to write files to the Linux box from an XP machine across the LAN.
(I'm generating the web site files programmatically in Visual Basic.) I've
been struggling with the Samba configuration and I can see the Linux box in
Network Neighborhood, but nothing I've tried has let me access the shared
folder. I've Googled a LOT and the sites I've found invariably are written
for Linux people unfamiliar with Windows, or students attempting to connect
to their school's servers. Can anyone give me a pointer to a site that gives
a howto designed for Windows users unfamiliar with Linux?
Thanks much!
Bruce


 
Reply With Quote
 
 
 
 
Lew Pitcher
Guest
Posts: n/a

 
      02-17-2006, 03:33 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bruce Adams wrote:
> Hi, I'm trying to set up Samba on a RedHat 9 installation. I have no
> experience with Linux save setting up a box over the last few days.


No problem. We were all newbies once. Help is just a message away :-)

> I'm
> proficient with Windows, but I'm finding that's precious little help.
> Here's what I'm trying to do: I want to run a small web site on our LAN,
> available to the outside world.


No problem. That is easily done in Linux


> I currently have the site running on an
> XPPro machine. Works great. I'm running the server on a high port number to
> hide it from hackers, but I'd much rather run it on a Linux box. So I loaded
> RH9


FWIW, this is an old distro. you would be better off to upgrade to
something newer.

> on a machine, set up Apache and I get the test page fine. Now I need to
> be able to write files to the Linux box from an XP machine across the LAN.


No problem.

> (I'm generating the web site files programmatically in Visual Basic.) I've
> been struggling with the Samba configuration and I can see the Linux box in
> Network Neighborhood, but nothing I've tried has let me access the shared
> folder.


Easiest way to config Samba is to start up the "swat" server on Linux,
and point your web browser at the linux:901 URL (i.e.
http://linux_server_address:901/) Swat will generate a nice set of web
pages, giving you both a GUI access to the Samba config files, and a set
of online help pages.

> I've Googled a LOT and the sites I've found invariably are written
> for Linux people unfamiliar with Windows, or students attempting to connect
> to their school's servers. Can anyone give me a pointer to a site that gives
> a howto designed for Windows users unfamiliar with Linux?


Although it is a bit out of date, you can take a look at the SMB howto
at http://tldp.org/HOWTO/SMB-HOWTO.html

- --

Lew Pitcher, IT Specialist, Corporate Technology Solutions,
Enterprise Technology Solutions, TD Bank Financial Group

(Opinions expressed here are my own, not my employer's)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD9frVagVFX4UWr64RAoZoAJ9N0ZjFGaZJakGU6Vkbwq zxiuM5gACg9apO
qhN6x6Sr2j5k4NKbofoNzYo=
=zzs0
-----END PGP SIGNATURE-----
 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      02-17-2006, 05:33 PM
On Fri, 17 Feb 2006 15:40:50 +0000, Bruce Adams wrote:

> Hi, I'm trying to set up Samba on a RedHat 9 installation. I have no
> experience with Linux save setting up a box over the last few days. I'm
> proficient with Windows, but I'm finding that's precious little help.
> Here's what I'm trying to do: I want to run a small web site on our LAN,
> available to the outside world. I currently have the site running on an
> XPPro machine. Works great. I'm running the server on a high port number to
> hide it from hackers, but I'd much rather run it on a Linux box. So I loaded
> RH9 on a machine, set up Apache and I get the test page fine. Now I need to
> be able to write files to the Linux box from an XP machine across the LAN.
> (I'm generating the web site files programmatically in Visual Basic.) I've
> been struggling with the Samba configuration and I can see the Linux box in
> Network Neighborhood, but nothing I've tried has let me access the shared
> folder. I've Googled a LOT and the sites I've found invariably are written
> for Linux people unfamiliar with Windows, or students attempting to connect
> to their school's servers. Can anyone give me a pointer to a site that gives
> a howto designed for Windows users unfamiliar with Linux?
> Thanks much!
> Bruce


In addition to the samba howto, the entire O'Reilly samba book is
available free, online.

Have you tried ftp-ing the files? I think that might be easier. When you
send files to a commercial web host, that is how you do it.

 
Reply With Quote
 
Robert Harris
Guest
Posts: n/a

 
      02-17-2006, 06:09 PM
Bruce Adams wrote:
> Hi, I'm trying to set up Samba on a RedHat 9 installation. I have no
> experience with Linux save setting up a box over the last few days. I'm
> proficient with Windows, but I'm finding that's precious little help.
> Here's what I'm trying to do: I want to run a small web site on our LAN,
> available to the outside world. I currently have the site running on an
> XPPro machine. Works great. I'm running the server on a high port number to
> hide it from hackers, but I'd much rather run it on a Linux box. So I loaded
> RH9 on a machine, set up Apache and I get the test page fine. Now I need to
> be able to write files to the Linux box from an XP machine across the LAN.
> (I'm generating the web site files programmatically in Visual Basic.) I've
> been struggling with the Samba configuration and I can see the Linux box in
> Network Neighborhood, but nothing I've tried has let me access the shared
> folder. I've Googled a LOT and the sites I've found invariably are written
> for Linux people unfamiliar with Windows, or students attempting to connect
> to their school's servers. Can anyone give me a pointer to a site that gives
> a howto designed for Windows users unfamiliar with Linux?
> Thanks much!
> Bruce


If you want to write files from Linux to your Windows box, you need to
mount your sharable Windows directories using mount.cifs or mount.smb
(see the manual pages); you don't need to run Samba.

Robert
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wins pointer? JG Windows Networking 4 04-01-2007 10:43 PM
HEY NEWBIES...LET ME ASSIST YOU... Mr Sneeze Linux Networking 2 02-25-2006 07:10 PM
eth0: Out-of-sync dirty pointer Kevin the Drummer Linux Networking 0 02-14-2006 10:21 PM
Help for newbies e & f Wireless Internet 1 12-13-2003 06:58 PM
Hold a newbies hand through the process Ron Home Networking 4 11-09-2003 09:54 AM



1 2 3 4 5 6 7 8 9 10 11