Contents

조회 수 14900 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
주의사항 : 수많은 문서에 현혹되지 말아야 한다
(내용이 자세하고 많다고 해결책을 주지 않음 - 삼바 부문에선)

1. 표준 메뉴얼                        http://www.kies.co.kr/~jhpark/Samba/samba/samba.html
   표준 Q & A                        http://bbs.korea.co.kr/
   삼바내의 설정 메뉴얼                $ SAMBA_HOME/docs/textdocs/DIAGNSIS.txt

2. 환경 설정
   # 이대로 일단 해보고 기능을 추가하는 것이 좋다 
   $ vi  /etc/smb.conf

Samba config file created using SWAT
        workgroup = SERVERGROUP
        security = SHARE
        log file = /var/log/samba/log.%m
        dns proxy = No
        client code page = 949

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[tmp]
        comment = Temporary File space
        path = /tmp
        guest ok = Yes

[public]
        comment = Share File space
        path = /home/public
        writable = Yes                                # 'read only = No' not
        guest ok = Yes

[oracle]
        comment = Oracle8i Linux Database
        path = /oracle
        read only = Yes
        guest ok = Yes                          

   : wq!
   $ vi  /etc/hosts   
      # 127.0.0.1  localhost.localdomain  localhost your.domain         # 이부분은 지우고
      # 210.xxx.xxx.xxx  localhost.localdomain                                 # 이부분은 변경한다
        210.xxx.xxx.xxx  host.your.domain  
   :wq!
   $ /etc/rc.d/init.d/smb  restart
   $ smbclient  -L  localhost

3. 윈도우 운영체제 95/98/NT/2000에서 패스워드 에러가 날 때
    # win95/98인 경우
      C:>regedit
      HKEY_LOCAL_MACHINESystemCurrentControlSetServicesVxDVNETSUP
      등록 -> DWORD값 -> 이름: EnablePlainTextPassword
                            값  : 1
    # win2000인 경우
      C:>regedit
      HKEY_LOCAL_MACHINESystemCurrentControlSetServicesRdrParameters
      "EnablePlainTextPassword"=dword:00000001
    # winNT servicepack3+인 경우
      C:>regedit4
      HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanWorkStationParameters
      "EnablePlainTextPassword"=dword:00000001    

4. 웹을 통한 삼바 설정(웹로직 SWAT)
    $ vi  /etc/services
       swat                901/tcp
    $ vi  /etc/inetd.conf                    
       swat           stream          tcp   nowait.400   root   /usr/local/samba/bin/swat   swat
    $ kill  -1  PID
    $ netscape        http://192.168.1.121:901
                      login: root        passwd: toconet

5. Q & A
   - IPC 패스워드 문제 :        security = user         ->        security = share


?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
46 System/OS [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우 hooni 2014.12.18 991
45 System/OS iptime 공유기 해킹 기술문서 4 file hooni 2015.01.01 1939
44 System/OS [svn] 하나의 SVN에서 멀티 저장소 (One svnserve, multiple repositories) hooni 2015.01.02 1547
43 System/OS CentOS 에서 Cacti 설치하기 hooni 2015.01.02 1758
42 System/OS [linux] CentOS 에 APM 설치하기 hooni 2015.01.02 1684
41 System/OS [mac] Mac OS 패키지 매니저, HomeBrew file hooni 2015.01.03 1300
40 System/OS [mac] 패키지 매니저, MacPort hooni 2015.01.03 965
39 System/OS [mac] OS X 요세미티 사용자가 많이 겪는 버그와 몇몇 불편사항 file hooni 2015.01.04 1509
38 System/OS [mac][추천 무료앱] 구름 입력기 - 국내 맥 사용자를 위한 한글 대안 입력기 1 file hooni 2015.01.04 2140
37 System/OS 개인적으로 쓰고 있는 bash_profile hooni 2015.01.16 838
36 System/OS [windows] 윈도우 사용자 계정 로그인 암호 분실, 암호 변경하는 방법 file hooni 2015.07.09 20848
35 System/OS 맥 OS X 에서 스크린 화면 캡쳐 단축키 (Mac Print Screen) hooni 2015.07.21 1892
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17