| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

Fedora Core 6 Sambaの構築

提供: MyMemoWiki
ナビゲーションに移動 検索に移動

Fedora Core 6 Sambaの構築

Fedora Core 6 | Linux |

インストールと設定

yumでインストール(アップデート)

# yum install samba
      :
samba-3.0.24-11.fc6.i386. 100% |=========================| 110 kB    00:00     
      :
samba-common-3.0.24-11.fc 100% |=========================|  43 kB    00:00     
      :
samba-client-3.0.24-11.fc 100% |=========================|  39 kB    00:00     
      :
=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 samba                   i386       3.0.24-11.fc6    updates            16 M
Updating for dependencies:
 samba-client            i386       3.0.24-11.fc6    updates           4.2 M
 samba-common            i386       3.0.24-11.fc6    updates           8.6 M

Transaction Summary
=============================================================================
Install      1 Package(s)         
Update       2 Package(s)         
Remove       0 Package(s)         
      :
Installed: samba.i386 0:3.0.24-11.fc6
Dependency Updated: samba-client.i386 0:3.0.24-11.fc6 samba-common.i386 0:3.0.24-11.fc6
Complete!

ファイアーウォールの設定

0464 samba01.jpg

chkconfigでサービスを自動起動させるよう設定

# chkconfig --list smb
smb             0:off   1:off   2:off   3:off   4:off   5:off   6:off
# runlevel
N 3
# chkconfig --level 3 smb on
# chkconfig --level 5 smb on
# chkconfig --list smb
smb             0:off   1:off   2:off   3:on    4:off   5:on    6:off

直ちにサービス起動

# service smb start
SMB サービスを起動中:                                      [  OK  ]
NMB サービスを起動中:                                      [  OK  ]

GUIサーバ設定ツール(system-config-samba)の導入

インストール

# yum install system-config-samba
       :
system-config-samba-1.2.3 100% |=========================|  29 kB    00:00     
       :
=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 system-config-samba     noarch     1.2.35-1.1       core              244 k

Transaction Summary
=============================================================================
       :
Installed: system-config-samba.noarch 0:1.2.35-1.1
Complete!

起動

システム - 管理 - サーバー設定 - Samba

0465 samba02.jpg

起動したところ

0466 samba03.jpg

プレファレンスから、サーバーの設定

0467 samba04.jpg 0468 samba05.jpg

ユーザの作成(Linuxユーザとの紐つけ)

0469 samba06.jpg

Windows側から見えた!

0470 samba07.jpg