<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 09/16/2009 01:46 AM, Michael Semcheski wrote:
<blockquote
 cite="mid:c077d2020909151646u2e669452jdcbf4af2f4f4af15@mail.gmail.com"
 type="cite">I think getting Samba setup is potentially difficult - you
don't describe it in enough depth to say what exactly the problem is
(my guess - you need to access the machine by using its DNS name or IP
address, the "browsing the network neighborhood" doesn't even work all
the time on a properly configured Windows network.)<br>
  <br>
However, if its a relatively small amount of traffic between Linux
machines, I would be more inclined to use ssh / scp / sftp.  It takes a
little effort to setup (generate RSA keys, copy the public key to the
other machine*, etc.)  It is very convenient once its setup.  You can
also use something like filezilla, winscp, or best of all sshfs.<br>
  <br>
* something like the following works:<br>
    cat .ssh/id_rsa.pub | ssh user@othermachine "cat - >>
.ssh/authorized_keys"<br>
  <br>
  <div class="gmail_quote">On Tue, Sep 15, 2009 at 6:36 PM, DB <span
 dir="ltr"><<a moz-do-not-send="true"
 href="mailto:Freddog_de@yahoo.co.uk">Freddog_de@yahoo.co.uk</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="im">On 09/15/2009 11:56 PM, Steve Searle wrote:<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Around 10:34pm on Tuesday, September 15, 2009 (UK time), DB scrawled:<br>
      <br>
    </blockquote>
    </div>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
Thanks Michael,<br>
<br>
It turns out I have an installed Firewall I wasn't aware of which had
to be opened for Samba & Client, and that the smb & nmb
services were disabled....  So at least I can see all the attached
machines now.<br>
<br>
I'll take a look at ssh & co.<br>
<br>
Thanks again<br>
<br>
Dave<br>
<br>
</body>
</html>