Allow full access (all ports) to one IP

Post Reply
holgenoni
Junior Member
Posts: 2
Joined: 23 Feb 2015, 15:31

Allow full access (all ports) to one IP

Post by holgenoni »

Hi @ all,

how can I enable full access to a IP address? With full access I mean on any port range TCP and UDP, without having to add this port to the TCP_IN.

I've tried it with csf.allow but looks like it's not opening all ports.

Thank you very much in advance.

Regards
Andreas
marcele
Junior Member
Posts: 214
Joined: 17 Sep 2007, 17:02

Re: Allow full access (all ports) to one IP

Post by marcele »

Any IP address in csf.allow will be allowed through iptables. If you edit the csf.allow file manually you will have to restart CSF using: csf -r otherwise add the IP using the CLI: csf -a <IP_address> then you don't have to restart CSF.

I'm thinking you added the IP to csf.allow but forgot to restart CSF.
holgenoni
Junior Member
Posts: 2
Joined: 23 Feb 2015, 15:31

Re: Allow full access (all ports) to one IP

Post by holgenoni »

Hello, unfortunately this was not the problem. I have restarted CSF and LFD.

My goal is to allow a Monitoring Server the access to my server on all ports. Unfortunately the monitoring server still cant access the data form the script running on my server.
keat63
Junior Member
Posts: 116
Joined: 17 Dec 2014, 14:50

Re: Allow full access (all ports) to one IP

Post by keat63 »

If this is a Cpanel/WHM server, is the IP whitelisted in CPHULK or Host Access Control
Post Reply