Contents

조회 수 14901 댓글 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


?

  1. 라우팅 경로 결정 영향 요소 ㅋㅋ

    Date2013.04.23 CategorySystem/OS Byhooni Views15852
    Read More
  2. OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속

    Date2013.04.23 CategorySystem/OS Byhooni Views10787
    Read More
  3. 네트워크별 MTU(최대 전송 단위)

    Date2013.04.23 CategorySystem/OS Byhooni Views17643
    Read More
  4. [router] 라우팅 프로토콜 BGP (간단한 세팅)

    Date2013.04.23 CategorySystem/OS Byhooni Views10951
    Read More
  5. [router] 시스코 라우터 명령어 모드..

    Date2013.04.23 CategorySystem/OS Byhooni Views12946
    Read More
  6. [mysql] 시간 관련 SQL구문..

    Date2013.04.23 CategorySystem/OS Byhooni Views10775
    Read More
  7. [linux] 데비안(debian.org) 리눅스 명령어 예제

    Date2006.04.23 CategorySystem/OS Byhooni Views10424
    Read More
  8. [linux] 꿀통(honeyd) 설치하기.. 메뉴얼 과정

    Date2006.04.23 CategorySystem/OS Byhooni Views20221
    Read More
  9. [web] 웹서비스 취약점 자료.. (논문첨부)

    Date2003.04.23 CategorySystem/OS Byhooni Views17942
    Read More
  10. [linux] man 명령어 뽀개기..

    Date2003.04.23 CategorySystem/OS Byhooni Views8723
    Read More
  11. [linux] root도 삭제하지 못하는 파일 속성

    Date2003.04.23 CategorySystem/OS Byhooni Views12412
    Read More
  12. [linux] 터미널에서 문자 깨질 때 설정 ㅋㅋ

    Date2003.04.23 CategorySystem/OS Byhooni Views13914
    Read More
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 ... 17 Next
/ 17