Hi,<div><br></div><div>I would like to mount a remote windows disk as samba share drive but unable to do so on my host node. I tried it on my instances and it works so i am suspecting that perhaps firewall could be blocking it.</div>
<div><br></div><div>Right now i see that the iptables for the host node with KVM installed :</div><div><br></div><div><div> iptables -L</div><div>Chain INPUT (policy ACCEPT)</div><div>target     prot opt source               destination</div>
<div>ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain</div><div>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain</div><div>ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps</div>
<div>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:bootps</div><div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>target     prot opt source               destination</div><div>ACCEPT     all  --  anywhere             <a href="http://192.168.122.0/24">192.168.122.0/24</a>    state RELATED,ESTABLISHED</div>
<div>ACCEPT     all  --  <a href="http://192.168.122.0/24">192.168.122.0/24</a>     anywhere</div><div>ACCEPT     all  --  anywhere             anywhere</div><div>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable</div>
<div>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>target     prot opt source               destination</div>
</div><div><br></div><div>Do i need to add anything to allow samba share to work?</div><div><br></div><div>Thanks!</div><div>yongsan</div>