melviin New member Joined Apr 22, 2013 Messages 25 Points 0 Jul 16, 2015 #1 I am running a VPS for testing my blogs. I want to know how to check if a port is opened or closed on a VPS linux? If it's opening then how to close it and vise versa?
I am running a VPS for testing my blogs. I want to know how to check if a port is opened or closed on a VPS linux? If it's opening then how to close it and vise versa?
Hassan New member Joined Nov 11, 2014 Messages 706 Points 0 Jul 16, 2015 #2 Code: nmap -sT -O localhost Use iptables for close ports.
ElixantTechnology New member Joined Nov 26, 2014 Messages 622 Points 0 Jul 16, 2015 #3 Does your VPS have cPanel or DirectAdmin on it? If so, I recommend installing ConfigServer Firewall; this will give you a nice interface to manage your firewall and some security tips/pointers
Does your VPS have cPanel or DirectAdmin on it? If so, I recommend installing ConfigServer Firewall; this will give you a nice interface to manage your firewall and some security tips/pointers
RDO Servers New member Joined Apr 3, 2015 Messages 770 Points 0 Jul 16, 2015 #4 There are also several online port scanners you can use. After checking everything server side, I like using these as a double check to see what is globally open.
There are also several online port scanners you can use. After checking everything server side, I like using these as a double check to see what is globally open.