IP is not in csf.deny but is getting redirected

Post Reply
themarkm
Junior Member
Posts: 1
Joined: 03 May 2017, 02:47

IP is not in csf.deny but is getting redirected

Post by themarkm »

One of my client's IP is not included in csf.deny list, however they cannot still access the server.

When I csf -g 173.xxx.xxx.xx, it returns this result:

Code: Select all

Chain            num   pkts bytes target     prot opt in     out     source               destination         

PREROUTING       2001     0     0 REDIRECT   tcp  --  venet0 *       173.xxx.xxx.xx        0.0.0.0/0           multiport dports 80,2082,2095 redir ports 8888
PREROUTING       2002     0     0 REDIRECT   tcp  --  venet0 *       173.xxx.xxx.xx        0.0.0.0/0           multiport dports 21 redir ports 8889
Same output when I use the UI for WHM.

I tried denying and allowing, but same thing happens.

What could be happening?
sawbuck
Junior Member
Posts: 366
Joined: 10 Dec 2006, 16:20

Re: IP is not in csf.deny but is getting redirected

Post by sawbuck »

Just a guess.

Sounds like a configuration issue with Messenger service.as the REDIRECT ports are the defaults listed in the csf.conf.
Post Reply