-A INPUT -m state --state NEW -m tcp -p tcp --dport 139 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT
允許139 445 137 138幾個(gè)端口通過(guò)。配置完后重啟防火墻,
# /etc/rc.d/init.d/iptables restart
方法3
索性,把防火墻關(guān)了,
# service iptables stop # 暫時(shí)關(guān)閉
# chkconfig iptables off # 永久關(guān)閉
關(guān)閉SELINUX
# vim /etc/selinux/config
SELINUX=permissive
此時(shí)需要重啟下系統,
# reboot
啟動(dòng)samba
# service samba start # 啟動(dòng)
# service samba restart # 重啟
可以通過(guò)