Posts Tagged ‘CSF

WHMsonic ports

In: Web Hosting

2 Sep 2010

Hi all I’m after some info if you could point me in the right direction Howto reset ports previously used by shoutcast accounts but now not available i would like to keep ports between 8000 – 8020 thanks john MikeDVB replied: You want to open them or close them? It depends on which firewall you’re [...]

I have just setup a new dedicated and installed CSF, I’m getting the following errors when I try start it: RESULT: csf will function on this server but some features will not work due to some missing iptables modules [1] So I then go to restart CSF and I get the following on the last [...]

Hi, My server is currently protected with DDOS hardware filter(CISCO™ GUARD). I also use CSF for protecting DDOS, which is a software firewall. Now I think, Is the hardware firewall is needed. Dont the CSF will manage all DDOS protection? Please advice me. I think this because, Im spending more for harware firewall. Im using [...]

Instead I have to reinstall cPanel including any mods I installed, firewalls, securing the new VPS, etc. Did my VPS provider moved node wrong? I thought everything is moved to the new node, why do I have to reinstall everything? Mark Muyskens replied: Sounds like they tossed up a new VPS and didn’t migrate anything. [...]

I have been working with Ubiquity for more than 2 years. I started with them back in 2008, when they still operated from 350 Cermak. I have used most of their services, such as VPS, Dedicated Servers, Colocation, Full Racks, Managed Services, and in all of them I have found the same high quality. Sales: [...]

Hi All, This is my first post here and I would like to express my gratitude to all members and the wht forum, because I’ve learned a lot from this place. What I’ve learned is how to secure and manage my server. I have a dedicated server that is running a couple of my websites [...]

hi, i use many ips for game servers. some time i get ddos attack to specific ip adress. i can change ip to other server with that command arping -U -I eth0 ip address but i want, drop that ip immediately.not change to other server. i do ifconfig eth0:340 ipadddress netmask 255.255.255.0 drop but it [...]

hello all , i’ve tried to make my vps a seedbox using the tutorial below : http://www.diyseedbox.com/ but there is tow problems : 1- unable to start ftp server root@—– [/etc/csf]# service vsftpd start Starting vsftpd for vsftpd: [FAILED] 2- when accessing http://[server-ip]:9091/transmission/web im being asked for user and password that i specified , and [...]

We are noticing some small scale HTTP GET attacks on one of our clients, what is a good way to filtering such attacks. I’m thinking a FBSD with PF running ought to be able to filter the incoming URI request? Or should we go the SNORT Route? Appreciate your input. InoxHost replied: If you are [...]

If there isn’t, how do I set it in the CSF firewall for: DirectAdmin port 2222 sshd port 12345 Allow only from ip for example: 99.*.*.* Deny from all others SceneSRV replied: Add this to /etc/csf.allow and remove those ports from /etc/csf.conf tcp:in:d=2222=yourip tcp:in:d=12345=yourip Restart CSF after that. For more information click here.