Bonsoir,
J'ai un vps chez ovh avec Ubuntu server 18.04, j'ai installer samba et je ne parviens pas à me connecter à mon partage ex : ( christophe ) via Ubuntu avec cette commande :
Voici mon fichier de config :
smb.conf
J'ai un vps chez ovh avec Ubuntu server 18.04, j'ai installer samba et je ne parviens pas à me connecter à mon partage ex : ( christophe ) via Ubuntu avec cette commande :
smbclient /// -U
en retour il ne fais rien ? et via un navigateur sa ne fonctionne pas : smb://51.77.245.214/christophe
Pouvez vous m'aider car j'ai fais à mon idée mes je suis novice 
Voici mon fichier de config :
smb.conf
[global]
server string =
server role = standalone server
interfaces = lo
bind interfaces only = yes
disable netbios = yes
smb ports = 445
log file = /var/log/samba/smb.log
max log size = 10000
[christophe]
path = /samba/david
browseable = no
read only = no
force create mode = 0660
force directory mode = 2770
valid users = david @admins
[alexandre]
path = /samba/mike
browseable = no
read only = no
force create mode = 0660
force directory mode = 2770
valid users = mike @admins
[everyone]
path = /samba/everyone
browseable = yes
read only = no
force create mode = 0660
force directory mode = 2770
valid users = @sambashare @admins
quand je fais testparm je reçois ceci :Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[christophe]"
Processing section "[alexandre]"
Processing section "[everyone]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
bind interfaces only = Yes
disable netbios = Yes
interfaces = lo
log file = /var/log/samba/smb.log
max log size = 10000
server role = standalone server
server string =
smb ports = 445
idmap config * : backend = tdb
[christophe]
browseable = No
force create mode = 0660
force directory mode = 02770
path = /samba/david
read only = No
valid users = david @admins
[alexandre]
browseable = No
force create mode = 0660
force directory mode = 02770
path = /samba/mike
read only = No
valid users = mike @admins
[everyone]
force create mode = 0660
force directory mode = 02770
path = /samba/everyone
read only = No
valid users = @sambashare @admins