On Tue, Mar 1, 2011 at 4:39 PM, Gordon Burgess-Parker <gbpli...@gmail.com>wrote:
> On 01/03/11 16:36, Paul Morgan-Roach wrote: > > On Tue, Mar 1, 2011 at 3:58 PM, Gordon Burgess-Parker > <gbpli...@gmail.com>wrote: > >> >> Why should the access be OK one way but not the other? >> > > 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 :) > > Presumably I only need to do that on the Netbook as that's the one I can't > access? > Yes - sorry - I should have been more descriptive :( You should get something similar to the following: $ sudo ufw status Status: active To Action From -- ------ ---- Samba ALLOW Anywhere Apache ALLOW Anywhere 22 ALLOW Anywhere 514/udp ALLOW Anywhere $ sudo netstat -auntp | grep samba tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 1186/samba tcp 0 0 0.0.0.0:135 0.0.0.0:* LISTEN 1186/samba udp 0 0 10.203.7.210:137 0.0.0.0:* 1187/samba udp 0 0 10.203.7.255:137 0.0.0.0:* 1187/samba udp 0 0 0.0.0.0:137 0.0.0.0:* 1187/samba udp 0 0 10.203.7.210:138 0.0.0.0:* 1187/samba udp 0 0 10.203.7.255:138 0.0.0.0:* 1187/samba udp 0 0 0.0.0.0:138 0.0.0.0:* 1187/samba Hope this helps
-- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/