Hi All,
If I disable the iptables on the server then I can use the command
If I enable the iptables. However I have use the commands on server
Then I get the error.
Please help.
If I disable the iptables on the server then I can use the command
Code:
mount -t cifs //192.168.122.21/sharedata tmpdata -o username=smbuser4,password=1234
Code:
iptables -A INPUT -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT
iptables -A INPUT -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 139 -j ACCEPT
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
Code:
mount -t cifs //192.168.122.21/sharedata tmpdata -o username=smbuser4,password=1234
Unable to find suitable address.