삼바 파일 서버 설치 후 윈도우 비스타에서 검색해보니 검색이 안되고요 맥에서는 네트웍 이름은 뜨는데 접속이 fail 되네요 설정은 내용과 같습니다. 어떻게 해야할까요?

mrcypark의 이미지

공유기의 135, 137, 138번 udp 포트와 139, 445 tcp 포트를 열어주었고요

sudo gedit /etc/samba/smb.conf &
security = user 이부분 #제거
맨끝부분에 다음을 추가
[share]
comment = Ubuntu File Server Share
path = /srv/samba/share
browable = yes
guest ok = yes
read only = no
create mask = 0755
만약 홈폴더 외에 공유 설정이 되지 않으면 [global] 밑에 다음줄을 첨가
usershare owner only = false
sudo gedit /etc/init/nmbd.conf & 에서 다음 줄을 파운(#)함
# NMBD_DISABLED=’testp.........
#[ “x$NMBD_DISABLED” = …......
sudo restart smbd
sudo restart nmbd

ngh1262의 이미지

security = user

꼭 써야 하고요

workgroup도 맞춰야 합니다.

우선 참고하시라는 의미에서 삼바셋팅 올려드립니다.

(중요부분은 삭제했습니다)

5 [global]
6 workgroup =
7 server string = user
8 hosts allow = 192.168.1.
9 security = share
10 guest ok = yes
11 // guest account = sbusr
12 encrypt passwords = yes
13 smb passwd file = /etc/samba/smbpasswd
14 unix password sync = yes
15 passdb backend = tdbsam
16 map to guest = nobody
17 logon path = \\%L\profiles\.msprofile
18 logon home = \\%L\%U\.9xprofile
19 logon drive = P:
20 log file = /var/log/samba/%m.log
21 max log size = 2048
22 socket options = TCP_NODELAY
23 domain logons = No
24 domain master = No
25 wins support = Yes
26 remote browse sync = 192.168.1.255
27 remote announce = 192.168.1.255
28 username map = /etc/samba/smbusers

일반적으로 공유되는 폴더 설정입니다.
(로그인X)

68 [share]
69 comment = share
70 path=
71 read only = no
72 writeable = yes
73 browseable = yes
74 public = yes
75 guest ok = yes
76 create mask = 0755
77 force create mode = 0755
78 directory mask = 0775
79 write list = nobody, sbusr
80 read list = nobody, sbusr

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.