CSF blocking outgoing requests

993ti

Verified User
Joined
May 4, 2007
Messages
89
I'm using Configserver and currently trying to figure out how to stop it from blocking outgoing calls to rest.ebay dot com.
I have a few blogs with Phpbay pro and that script uses curl and makes calls to rest.ebay dot com.
It goes fine at first but after the blogs get more visitors, it also makes more calls to rest.ebay dot com and the firewall begins to block it.
I've tried a few things and whitelisted the IP too but somehow it keeps blocking it.
What do i have to do to fix this?
Flushing the iptables only fixes it temporarily.

Edit:
Does it have anything to do with UDPFLOOD?
Right now, it's turned off, right?
UDPFLOOD = "0"
UDPFLOOD_LIMIT = "100/s"
UDPFLOOD_BURST = "500"

Or is it
CT_LIMIT = "350"?
 
Curl should just be using port 80. Do you have port 80 open outbound? What error are you getting from LFD that says it was blocked.
 
Couldn't find error, that's the thing.
I uninstalled CSF and reinstalled, seems to go ok now.
Somehow it started blocking the ebayfeeds.
Will keep an eye on it :)
 
Back
Top