Unread post
by Moonchild » 2014-02-12, 00:38
Loopback connections are normal in many applications. It's not a security risk of any kind. Connecting to 127.0.0.1 is NOT conecting to the internet so the message is wrong.
Loopback connections should NEVER be blocked by a firewall. The fact that it even pops up makes me think the firewall must have some strange or paranoid defaults.
Anything to or from 127.0.0.1 should be allowed by default. Denying such connections can seriously break intra-application communication and may crash it or make it do unexpected things, or leave the program in an undetermined state with open listening ports waiting for input, which actually makes it less secure and makes it vulnerable to attack.
I actually use Comodo firewall myself, although an older standalone version that is less bloated. The setting for loopback connections is under Firewall -> Firewall behavior settings -> alert settings -> enable alerts for loopback connections. If it's checked, I strongly recommend you uncheck it; it's pointless warning a user about loopback, can make them make wrong choices, and prevents confusion and threads like this one.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite