#pragma section-numbers off [[TableOfContents]] = 概要 = [http://www.seiai.ed.jp/t2000/tips/fsv01.html Sambaファイルサーバー] = 公式サイト = [http://www.samba.gr.jp/ 日本Sambaユーザ会] = 関連サイト = [http://www.monyo.com/technical/unix/samba9907/ MONYO-COM:Sambaを使ったサーバの構築(Sambaの基礎からPDC機能まで)] = 設定 = {{{ yum install samba-swat.i386 vi /etc/xinetd.d/swat disable = no sudo /etc/init.d/xinetd restart }}} {{{ % vi /etc/sysconfig/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 901 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 137:138 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 139 -j ACCEPT /etc/init.d/iptables restart }}} {{{ workgroup:WORKGROUP dos charset:cp932 }}} = 基本設定 = [http://homepage2.nifty.com/t-1000/linux/samba.html Sambaサーバの設定] [http://www.atmarkit.co.jp/flinux/samba/sambatips01/sambatips1.html Sambaユーザーのパスワード管理] [http://park11.wakwak.com/~nkon/homepc/zaurus/config/samba.html Zaurus ハマリ道: Samba で Zaurus のディスクを共有] [http://animate-web.hp.infoseek.co.jp/bb/linux/samba.html Sambaの設定] [http://www.aconus.com/~oyaji/samba/samba.htm ファイルサーバ(Samba)の構築] = smbclient,smbmount = [http://www.ne.jp/asahi/hishidama/home/tech/unix/samba.html サンバ設定メモ(Hishidama's samba Memo)] [http://www.hayagui.com/smbclient.html はやぐい/smbclient , smbtar] [http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?forum=10&topic=16641 Sambaの2G - Linux Square]古いsambaだと2Gの制限が存在する。 [http://www.atmarkit.co.jp/fwin2k/win2ktips/243largefile/largefile.html @IT:Windows TIPS -- Tips:巨大なサイズのファイルを簡単に作る方法]巨大ファイルをwindowsなどで作成して取得とかするとこける = ドメインコントロール = [http://www.atmarkit.co.jp/flinux/samba/sambatips03/sambatips03.html NTドメインとUNIXユーザー管理の自動化] = 移動ユーザプロファイル = [http://www.seiai.ed.jp/t2000/tips/userpidx.html 移動ユーザープロファイル] = プリンタ共有 = [http://www.fluidlab.naoe.t.u-tokyo.ac.jp/~minnie/Printer/ Printer Settings and Tools (BSD)] [http://miyazaki.ddo.jp/linuxserver/sharedprinter.html サンバを使って共有プリンタのインストール] [http://www.okigoku.com/contents/printer/printer.html ネットワークプリンターをつくる] [http://www.critical.ne.jp/~shacho/tips/sambaprint.html samba 2.2(samba 3.0)を使ったプリンタドライバの自動インストールが可能なサーバ構築] [http://www.ep.sci.hokudai.ac.jp/~choji/comp/printer.html リモートプリンタの利用] [http://www.jitaku-server.net/samba_printer.html Sambaでプリンタを共有する] [http://www.samba.gr.jp/ml/article/samba-jp/msg13268.html samba-jp:13285 Re: プリンタドライバの自動インストール] = 利用方法 = = 参考サイト = ---- ServerConstruction