Views 14900 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
주의사항 : 수많은 문서에 현혹되지 말아야 한다
(내용이 자세하고 많다고 해결책을 주지 않음 - 삼바 부문에선)

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

?

  1. [linux] 프로그램 설치방법 (내공쌓기)

    Date2003.04.23 CategorySystem/OS Byhooni Views13433
    Read More
  2. [linux] 쉘 스크립트에 대한 설명과 예제..

    Date2003.04.23 CategorySystem/OS Byhooni Views13413
    Read More
  3. [ms-sql] 프로시져 예제..

    Date2013.04.23 CategorySystem/OS Byhooni Views13406
    Read More
  4. [linux] Xwindow/Xmanager 사용

    Date2003.04.23 CategorySystem/OS Byhooni Views13336
    Read More
  5. [linux] 아파치설치/설정 - SSI(Server Side Include)

    Date2003.04.23 CategorySystem/OS Byhooni Views13207
    Read More
  6. [linux] 계정관리하기(내공쌓기)

    Date2003.04.23 CategorySystem/OS Byhooni Views13157
    Read More
  7. [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치)

    Date2013.04.23 CategorySystem/OS Byhooni Views13062
    Read More
  8. [linux] DHCP(Dynamic Host Configuration Protocol) 서버

    Date2003.04.23 CategorySystem/OS Byhooni Views13023
    Read More
  9. [linux] Proftpd 설치 가이드

    Date2003.04.23 CategorySystem/OS Byhooni Views13023
    Read More
  10. [linux] ipfwadm를 이용한 패킷필터링(구버전)

    Date2003.04.23 CategorySystem/OS Byhooni Views13019
    Read More
  11. [linux] 아파치 설치/설정(proxy)

    Date2003.04.23 CategorySystem/OS Byhooni Views12965
    Read More
  12. [router] 시스코 라우터 명령어 모드..

    Date2013.04.23 CategorySystem/OS Byhooni Views12944
    Read More
  13. [linux] ProFTPD 타임아웃 설정

    Date2003.04.23 CategorySystem/OS Byhooni Views12851
    Read More
  14. [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문)

    Date2003.04.23 CategorySystem/OS Byhooni Views12845
    Read More
  15. [linux] 콘솔 기본언어 설정 방법

    Date2013.04.23 CategorySystem/OS Byhooni Views12826
    Read More
  16. [linux] 프로세스 상태확인(ps)

    Date2003.04.23 CategorySystem/OS Byhooni Views12705
    Read More
Board Pagination Prev 1 5 6 7 8 9 ... 13 Next
/ 13