What does the following iptables rule accomplish: <code> iptables A INPUT s 208.77.188.166 d 10.142.232.1 p tcp dport 22 j ACCEPT </code>
Which parameter in smb.conf prohibits users from accessing files outside of the share by following symbolic links?
What does the following iptables rule accomplish: <code> iptables A INPUT d 10.142.232.1 p tcp dport 20:21 j ACCEPT </code>