dreamedge.net

iptablesでのsambaの通し方

2008-06-17T03:25:00+0000

sambaはnmbdがUDP/137,138を,smbdがTCP/139,445を使用するので,以下の内容をiptablesのFirewall設定に入れればOK.
上の設定が順に,137, 138, 139, 445に対応する設定.

ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:netbios-ns
ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:netbios-dgm
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:netbios-ssn
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:microsoft-ds