It is supposed to disable everything in iptables. And allow multiple ports.
Question - I allow outgoing looback connections if.
Does Input need to be allowed for looback ?
Yes, it needs to be allowed. Preferably at the very beginning of the INPUT chain, so as not to be mistakenly filtered by some prohibiting rule. -A INPUT -i lo -j ACCEPT