사무실 내에서 PC를 허브로 연결 ( 5대 정도 )하여 사용 중입니다.
사무실 PC (윈도우 환경) : 192.168.1.2 ~ 10
삼바서버 (알짜 6.2+RPM 삼바2.0.7) : 192.168.1.100 로 설정하여 사용중.
그런데 가끔씩 윈도우환경에서 삼바로 접근하면 ...
"네트워크의 사용률이 높습니다, linux를 액세스 할 수 없습니다"
이런 메시지와 함께 접근이 않되다가, 네트웍크 환경 "새로 고침"을
해주면 다시 연결이 될 경우도 있으며, 아예 네트웍상에서 사라지는 경우가
있습니다.
samba restart 해줘도 않되고요. -> 클라이언트 PC를 재부팅해주면 되는
경우가 많습니다.
(참고로 리눅스로 라우터역할을 하는 PC가 한대 더 있으며, ip Masq 및
다이얼패드를 이용키위해 추가적인 port 지정이 되어 있습니다.)
삼바 고수분의 도움을 부탁드립니다.
다음은 /etc/smb.conf 내용입니다.
[global]
workgroup = my.office
dont descend = /proc,/dev
server string = 리눅스 서버
client code page = 949
hosts allow = 192.168.1. 127.
load printers = yes
printcap name = /etc/printcap
printing = bsd
print name = lp
print command = /usr/bin/lpr -r -h -P %p %s
guest account = nobody
log file = /var/log/samba/log.%m
max log size = 50
security = share
smb passwd file = /etc/smbpasswd
encrypt passwords = yes
null passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
preserve case = yes
[printers]
comment = "ALL Printers"
path = /var/spool/lpd/lp
browseable = no
guest ok = ok
writable = nos
read only = yes
printable = yes
guest account = nobody
public = yes
print command = /usr/bin/lpr -r -h -P %p %s
print command = /usr/bin/lpr -d %s ; rm %s
lpq command = /usr/bin/lpq -P %p
lprm command = /usr/bin/lprm -P %p %j
[office]
comment = office
path = /home/samba
public = yes
writable = yes
printable = no
create mode = 0777--이 곳에 서명을 적어주십시오.
리눅스 초자 황준하입니다. 많은 도움 감사히 생각합니다.