Hello,
I'm having a problem with the iptables on our server. Either cpanel or whm appears to be updating iptables every day with a lot of IPs, including my own. Effectively blocking me from my own server.
Where do I go to take my IP address out of the list that it updates from? Otherwise...
I have a doubt with iptables. The following rule blocks all traffic from a certain ip:
iptables -I INPUT -s xx.xx.xx.xx -j DROP
Which is the rule to only drop 25 port traffic and accept all the rest for that ip ??
Thank you
Hi Guyz,
When I am trying to restart apf, I am getting the below error.
-------
[email protected] [~]# /etc/init.d/apf restart
Stopping APF: [ OK ]
Starting APF:iptables: Resource temporarily unavailable
iptables: Invalid argument
iptables...
I keep getting emails 2 an hour with the following error over and over again:
iptables v1.2.8: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
I didn't do the initial build of the kernel or the cpanel...
The last time I rebooted the server we couldnt access web or anything on the server. cPanel support dialed in and found:
"The server was reset with the default iptables rules. I have cleared these rules and you can access all services at this time"
Well the server got rebooted again and...
Hi, I am installing a custom firewall at some of our webservers that run cpanel at work. I am trying to find some info on what ports should be opened (inbound and outbound) in order for cpanel to work correctly on these servers. Doing a port scan of one of our boxes running cpanel I see the...
I'm having problem with iptables who block the outgoing email from my php script. It will be working well if I stop the iptables. stopping the iptables is unsafe for the server and not the right way to do. what I wanted to do is to allow the selected domain to bypass iptables and send out the...
Anyone knows a good list to block with the firewall the ranges that belongs to Russia, Romania and China.
I could get a complete block of address of Thailand but I would like to know if anyone is using of the countries listed above.
Thanks
When I try to start apf by enter "apf -r" in ssh, it shows:
iptables: Resource temporarily unavailable
iptables: Resource temporarily unavailable
iptables: Resource temporarily unavailable
iptables: Resource temporarily unavailable
iptables: Resource temporarily unavailable
iptables...
Hi,
I was wondering if anyone knows if it is possible to remove / disable iptables and just the firewall part of CSF. I like CSF very much but I have been having reocurring problems on most of my servers these past few weeks as suddenly some ports become unaccesible, is a random thing and...
i have csf on all of my servers. however on one server recently, when adding an ip to the deny list, i receive this message.
"Adding 85.98.167.185 to csf.deny and iptables DROP...
iptables v1.3.0: Couldn't load target `LOGDROPIN':/lib/iptables/libipt_LOGDROPIN.so: cannot open shared object...
so, i'm trying to allow a remote connection from another server, but don't want to completely open up port 3306 to the outside world. I'd rather reject at the firewall than reject using mysql's invalid login response.
here's what i have so far but it doesn't come back as valid :
-A INPUT -p...
Hello all.
I recently installed CSF (ConfigServer Security & Firewall). After I config'd the ports I now get an error when I check the "Firewall Rule's" it is ..
Show csf status...
iptables v1.3.0: can't initialize iptables table `filter': Bad file descriptor
Perhaps iptables or your...
Hello,
I am trying to find out if there is an IP being block/listed in iptables and if so, how to remove it.
What is the command line to
1) to see if a IP is being blocked
and
2) the command to remove the IP being block, is listed
the last time I messed with Iptables, the...
Hiya,
I've got a bit of a problem with IPTABLES.
I'm running Cpanel\WHM on a Fedora 4 setup on my own dedicated server. It's a self install by myself so no special stuff by the hosts.
Every time I add rules to IPTABLES e.g. "iptables -A INPUT -s 85.195.119.14 -j REJECT"
the rule goes...
/usr/local/bandmin/bandmin
iptables: Memory allocation problem
iptables: Memory allocation problem
iptables: Memory allocation problem
iptables: Memory allocation problem
iptables: Memory allocation problem
iptables: Memory allocation problem
iptables: Memory allocation problem...
Hello all,
Has anyone played with ethernet bridging with bridges/ebtables rate limiting and shaping augmenting iptables handling firewalling on a cpanel box?
I've had great success doing this in the past buliding kernels with full netfilter support compiled in (including ebtables + friends)...