Question: Consider the following iptable configuration: iptables -P OUTPUT drop iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A OUTPUT -p udp --dport ssh
Consider the following iptable configuration: iptables -P OUTPUT drop iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A OUTPUT -p udp --dport ssh -j ACCEPT Would outgoing ssh connection requests be blocked? Give an explanation for your answer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
