LINUX.ORG.RU
ФорумAdmin

Samba на gentoo


0

1

Всем привет! Помогите настроить самбу. Самбу установила на машине с gentoo, папки на винде расшарила. Настройки для самбы прописала. В самбовскую веб-морду мне почему-то тоже не попасть( самба стоит на gentoo-сервере без иксов, хотя это тут вроде не при чём )

вот вывод:

smbclient -L 192.168.0.103 -U kate WARNING: no network interfaces found Enter kate's password: Domain=[KATE-1201] OS=[Windows 7 Ultimate 7601 Service Pack 1] Server=[Windows 7 Ultimate 6.1]

Sharename Type Comment --------- ---- ------- ADMIN$ Disk Remote Admin C$ Disk Default share D Disk D$ Disk Default share hp psc 1310 series Printer hp psc 1310 series IPC$ IPC Remote IPC print$ Disk Printer Drivers shared Disk Users Disk session request to 192.168.0.103 failed (Called name not present) session request to 192 failed (Called name not present) session request to *SMBSERVER failed (Called name not present) NetBIOS over TCP disabled — no workgroup available

помогите плз...


установила

расшарила

прописала

tits_or_gtfo.gif

anonymous
()

WARNING: no network interfaces found
Disk session request to 192.168.0.103 failed (Called name not present)
session request to 192 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)
NetBIOS over TCP disabled — no workgroup available

Попробуйте добавить interfaces = <имя_интерфейса_для_соединения_с_samba> в конфиг самбы.

AITap ★★★★★
()
Ответ на: комментарий от madcore

надо чтобы на линуксовом сервере можно было бы хранить данные, а на винде иметь к ним доступ

zzkate
() автор топика
Ответ на: комментарий от zzkate

Используйте режим «User line breaks» или LORCODE + [code]...[/code] для отправки кусков конфигов или логов.
Режим выбирается под полем для ввода текста сообщения или на странице www.linux.org.ru/edit-profile.jsp

Не забывайте о кнопке «предпросмотр»

AITap ★★★★★
()
[workspace]
    path = /home/user/path/to/folder
    guest ok = yes
    guest only = yes
    guest account = user

если тебе нужно хранить инфо на машине с гентой. больше в smb.conf ничего не нужно.

ggrn ★★★★★
()
Ответ на: комментарий от madcore

[code]

printing = cups

log file = /var/log/samba/log.%m

max log size = 50 interfaces = 192.168.0., 192.168.1

logon path = \\%L\Profiles\%U

wins support = yes

dns proxy = no

#============================ Share Definitions ============================== [homes]
comment = Home Directories
browseable = yes
writable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
comment = Network Logon
Service path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = no

# Un-comment the following to provide a specific roving profile share # the default is to use the user's home directory
;[Profiles]
path = /var/lib/samba/profiles
browseable = no
guest ok = yes

# NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers]
comment = All
Printers path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes

# a service which has a different directory for each machine that connects # this allows you to tailor configurations to incoming machines. You could # also use the %U option to tailor it by user name. # The %m gets replaced with the machine name that is connecting. [pchome]
comment = PC
Directories path = /usr/pc/%m
public = no
writable = yes

# A publicly accessible directory, read/write to all users. Note that all files # created in the directory by users will be owned by the default user, so # any user with access can delete any other user's files. Obviously this # directory must be writable by the default user. Another user could of course # be specified, in which case all files would be owned by that user instead.
;[public]
path = /mnt/samba
public = yes
only guest = yes
writable = yes
printable = no

[/code]

zzkate
() автор топика
Ответ на: комментарий от ggrn
[share]
        comment = share
        path = /patch/to/foder
        guest ok = yes
        browseable = yes

так лучше ибо (если мне не изменяет память) , guest account = user захочет аналогичного пользователя в системе.

NemesisSOAD
()
Ответ на: комментарий от NemesisSOAD

По идее не должен, но когда у меня была семёрка почему то она отказывалась открывать удалённые директории, а в хп было всё норм. И я менял что-то(уже не помню) в политике безопасности вин7.

ggrn ★★★★★
()
Ответ на: комментарий от zzkate

0_o

в моём компьютере пишешь, в адресной строке

 \\ip.адресс.нужной.машины\ 

ggrn ★★★★★
()
Ответ на: комментарий от zzkate

допустим виндовая тачка в группе MYGROUP, теперь если у ляликсовой дописать в конфиг самбы

[global]
   workgroup = MYGROUP
то она будет в этой группе отображаться

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.