open iptables to connect as client to windows network
oxy
oxyopes at googlemail.com
Tue May 22 15:03:31 UTC 2012
Hi all,
the config bellow is not opening for the win network. Whats missing?
# samba
IPT="/sbin/iptables"# samba
$IPT -A OUTPUT -m state --state NEW -p tcp --dport 137 -j ACCEPT
$IPT -A OUTPUT -m state --state NEW -p tcp --dport 138 -j ACCEPT
$IPT -A OUTPUT -m state --state NEW -p tcp --dport 139 -j ACCEPT
$IPT -A OUTPUT -m state --state NEW -p tcp --dport 445 -j ACCEPT
Thx...
More information about the ubuntu-users
mailing list