레드헷7.1 설치 했습니다.
삼바 서버 설치 했구요.
그런데..
윈도98이랑 윈2000에의 네트워크 환경에 삼버 서버가 잡힌 컴터의
호스트명은 보이는데..
두번 클릭하면..
호스트에 연결할 수 없다고 합니다.
이유가 뭔지 모르겠네요.
레드헷 7.1에 삼바 2.0.7 입니다.
smb.conf 설정
#======================= Global Settings =====================================
[global]
workgroup = mygroup
dont descend = /proc, /dev
server string = Samba Share Server
client code page = 949
veto files = /.?*/
hosts allow = 111.111.111.
log file = /var/log/samba/%m.log
max log size = 50
security = share
null passwords = yes
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
preserve case = yes
short preserve case = yes
#============================ Share Definitions ==============================
[homes]
comment = Your Home Directory
browseable = no
writable = yes
[public]
comment = Share Directory
path = /home/samba
public = yes
writable = yes
printable = no
write list = @us
[html]
comment = HtmlDocumnetRoot
;path = /home/httpd/html
path=/usr/local/apache/htdocs
valid users = myid
public = no
writable = yes
printable = no
create mask = 0765--이 곳에 서명을 적어주십시오.
초짜