<div class="gmail_quote">On Tue, Mar 1, 2011 at 4:39 PM, Gordon Burgess-Parker <span dir="ltr"><<a href="mailto:gbplinux@gmail.com">gbplinux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


  
    
  
  <div bgcolor="#ffffff" text="#000000"><div><div></div><div class="h5">
    On 01/03/11 16:36, Paul Morgan-Roach wrote:
    <blockquote type="cite">
      <div class="gmail_quote">On Tue, Mar 1, 2011 at 3:58 PM, Gordon
        Burgess-Parker <span dir="ltr"><<a href="mailto:gbplinux@gmail.com" target="_blank">gbplinux@gmail.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
          <br>
          Why should the access be OK one way but not the other?<br>
        </blockquote>
      </div>
      <br>
      Firewall rules? Samba server started?  Check ufw status on both
      machines, and output netstat -auntp to see whether the necessary
      samba ports are open and samba is listening for connections :)<br>
    </blockquote></div></div>
    Presumably I only need to do that on the Netbook as that's the one I
    can't access?<br></div></blockquote><div><br>Yes - sorry - I should have been more  descriptive :(<br><br>You should get something similar to the following:<br><br>$ sudo ufw status<br>Status: active<br><br>To                         Action      From<br>
--                         ------      ----<br>Samba                      ALLOW       Anywhere<br>Apache                     ALLOW       Anywhere<br>22                         ALLOW       Anywhere<br>514/udp                    ALLOW       Anywhere<br>
<br><br>$ sudo netstat -auntp | grep samba<br>tcp        0      0 <a href="http://0.0.0.0:1024">0.0.0.0:1024</a>            0.0.0.0:*               LISTEN      1186/samba      <br>tcp        0      0 <a href="http://0.0.0.0:135">0.0.0.0:135</a>             0.0.0.0:*               LISTEN      1186/samba      <br>
udp        0      0 <a href="http://10.203.7.210:137">10.203.7.210:137</a>        0.0.0.0:*                           1187/samba      <br>udp        0      0 <a href="http://10.203.7.255:137">10.203.7.255:137</a>        0.0.0.0:*                           1187/samba      <br>
udp        0      0 <a href="http://0.0.0.0:137">0.0.0.0:137</a>             0.0.0.0:*                           1187/samba      <br>udp        0      0 <a href="http://10.203.7.210:138">10.203.7.210:138</a>        0.0.0.0:*                           1187/samba      <br>
udp        0      0 <a href="http://10.203.7.255:138">10.203.7.255:138</a>        0.0.0.0:*                           1187/samba      <br>udp        0      0 <a href="http://0.0.0.0:138">0.0.0.0:138</a>             0.0.0.0:*                           1187/samba      <br>
<br>Hope this helps<br><br></div></div>