ipfw is blocking access to a script
Posted
by
user225551
on Server Fault
See other posts from Server Fault
or by user225551
Published on 2014-06-10T08:10:30Z
Indexed on
2014/06/10
9:26 UTC
Read the original article
Hit count: 168
I need to figure out how to troubleshoot why ipfw is blocking my script. This script parses out some rss feeds over the net. I have about 10 different feed urls. About 5 or 6 of these urls are returning xml, the others are timing out.
If I turn the firewall off, they will all work. The issue I'm having is that I have no idea what port I need to open for the urls that are timing out.
Is there a command that will show me this?
© Server Fault or respective owner