[ubuntu-uk] Strange file sharing problem
Paul Morgan-Roach
roachy at roachy.net
Tue Mar 1 16:51:28 UTC 2011
On Tue, Mar 1, 2011 at 4:39 PM, Gordon Burgess-Parker <gbplinux at 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 <gbplinux at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-uk/attachments/20110301/59dea48e/attachment.html>
More information about the ubuntu-uk
mailing list