CentOS smb.confの設定
CentOS 6.0, Samba 3.5.4
User認証なし
# — Netwrok Related Options
workgroup = WORKGROUP
server string = Hoge Samba %v
netbios name = Hoge
unix charset = UTF-8
dos charset = CP932
hosts allow = 127. 192.168.0. 192.168.1.
# — Standalone Server Options
security = share
guest account = nobody
guest ok = yes
username map = /etc/samba/smbusers
# — Printing Options
load printers = no
; cups options = raw
disable spoolss = yes
printing = bsd
[Share]
comment = Share Folder
path = /home/share
browseable = yes
writable = yes
create mask = 0777
directory mode = 0777
User認証あり
# — Netwrok Related Options
workgroup = WORKGROUP
server string = Hoge Samba %v
netbios name = Hoge
unix charset = UTF-8
dos charset = CP932
hosts allow = 127. 192.168.0. 192.168.1.# — Standalone Server Options
username map = /etc/samba/smbusers
# — Printing Options
load printers = no
; cups options = raw
disable spoolss = yes
printing = bsd
sambaをインストールする
yum install samba
firewallの設定
# system-config-firewall-tui
参照URL http://kajuhome.com/security_t……uble.shtml
SELinux off
/etc/sysconfig/selinux
SELINUX=disabled
# /etc/rc.d.init.d/smb start
# /etc/rc.d/init.d/nmb start
2012年2月14日 |
カテゴリー:Linux
インターネットで検索して見つけた サーバーやクラウド関連の情報 めも
インターネットでみつけた記事
自宅、自社サーバーのメリット
http://ameblo.jp/myserver/entr……33679.html
専用サーバとそのメリット
http://gihyo.jp/design/serial/……tment/0021
クラウド活用のメリット
http://www.g-soumu.com/soumu/s……nual02.php
無料グループウェア GROUP SESSION
http://www.gs.sjts.co.jp/v4/se……nkyou.html
2012年2月12日 |
カテゴリー:Linux



