A
A
Andrevaeva2015-05-05 23:58:39
Debian
Andrevaeva, 2015-05-05 23:58:39

Why doesn't Samba public share work on Digital Ocean?

Have samba on local Debian machine with config


[global]
workgroup = WORKGROUP
server string = Samba
security = user
map to guest = bad user
name resolve order = bcast, host
dns proxy = no
#=================== ========= Share Definitions =============================
[share]
path = /samba/allaccess
browsable=yes
writable=yes
guest ok=yes
read only=no

The problem is that everything is fine on the local network, the problem occurs when you try to raise the ball on DigitalOcean
netstat -ltun

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:39889 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0 :* LISTEN

Windows sees smb, but says that it is not responding, with Linux the same reaction
What could be the problem?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question