이부분이 중요한게 아닌데요.. -_-;;
: 제 smb.conf 는...
:
: [global]
: workgroup = workgroup
: netbios name = linuxsamba
: security = share
: log file = /usr/local/samba/var/log.%m
: mangled names = no
: dns proxy = no
:
: [tmp]
: path = /tmp
: guest ok = yes
:
: [homes]
: read only = no
: browseable = no
: guest ok = no
:
: [public]
: path = /home/public
: public = yes
: writable = yes
:
:
: 삼바 서버 머신 쉘에서 smbclient -L localhost 하면 암호 넣구...정보가 잘 나오는데..
: smbclient -L linuxsambe 하면
: connection to linuxsamba failed 라구 나오네요...
:
: 윈도에서 해보면...
: 삼바 서버가 보이는데...클릭해서 들어갈라 치면...
: linuxsamba is not accessible.
: The network path was not found.
: 라는 메세지만....뜨네여..
:
: 각종 자료를 찾아서...smb.conf 를 다시 설정해봐두...여전히 똑같은 현상만 계속되는구여..
:
: 고수님의 조언....부탁해여..