Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everybody I'm having trouble logging in on my server, a VPS server running CentOS 6.. The weird thing is I am the only person that can't login, but when I try different computer with different ip address it is working.
I assume that this is an ip address issue, I'm just wondering where could I see if my ip is block, and how this happening.
If others can log into the server, perhaps they could read the logs just after you try logging on.
When you say you can't log in, can you reach the server? If your IP is blocked by iptables, your browser should indicate the site is down as your request won't even reach the http service.
If you use nmap, does it say the port is closed or filtered?
If others can log into the server, perhaps they could read the logs just after you try logging on.
When you say you can't log in, can you reach the server? If your IP is blocked by iptables, your browser should indicate the site is down as your request won't even reach the http service.
If you use nmap, does it say the port is closed or filtered?
nmap isn't a command, it's a program used to find open ports on a network. it is the gui of zenmap, but be careful where you use it, in my it security class, they say that the feds can come knocking on your door if you try to scan the wrong networks and that it can be considered a terrorism tool. not sure where you can download it, it should be easy to find.
Sounds more so like a caching issue. Try using Firefox and hitting the key combination ctrl+shift+p or go to Start Private Browsing under the tools menu. This will load a new Firefox session without using any local cache on your computer. You can also try using a proxy like browserling or megaproxy and attempt access.
Also, nmap IS a command. It is a linux package.
Code:
Name : nmap
Arch : x86_64
Epoch : 2
Version : 4.11
Release : 1.1
Size : 2.3 M
Repo : installed
Summary : Network exploration tool and security scanner
URL : http://www.insecure.org/nmap/
License : GPL
Description: Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many
: port scanning techniques (determine what services the hosts are offering), and TCP/IP fingerprinting (remote host operating
: system identification). Nmap also offers flexible target and port specification, decoy scanning, determination of TCP sequence
: predictability characteristics, reverse-identd scanning, and more.
---------- Post added 05-04-12 at 01:33 PM ----------
Also, you don't need to use nmap to diagnose this. You can use windows telnet which is much safer and should be used prior to any port-scanning application.
Sounds more so like a caching issue. Try using Firefox and hitting the key combination ctrl+shift+p or go to Start Private Browsing under the tools menu. This will load a new Firefox session without using any local cache on your computer. You can also try using a proxy like browserling or megaproxy and attempt access.
Also, nmap IS a command. It is a linux package.
Code:
Name : nmap
Arch : x86_64
Epoch : 2
Version : 4.11
Release : 1.1
Size : 2.3 M
Repo : installed
Summary : Network exploration tool and security scanner
URL : http://www.insecure.org/nmap/
License : GPL
Description: Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many
: port scanning techniques (determine what services the hosts are offering), and TCP/IP fingerprinting (remote host operating
: system identification). Nmap also offers flexible target and port specification, decoy scanning, determination of TCP sequence
: predictability characteristics, reverse-identd scanning, and more.
---------- Post added 05-04-12 at 01:33 PM ----------
Also, you don't need to use nmap to diagnose this. You can use windows telnet which is much safer and should be used prior to any port-scanning application.
I already cleared my cache and run ccleaner.. I found out that every computer using the same ISP that I have were also having the same problem of mine.. so I'm wondering if there is a way that my server will block an ISP... any idea?
Do an mtr on the server back to your computers external IP. Also do a traceroute from your local pc to the server. See where the disconnect is happening. It may be a routing station that your ISP has contracted out from another vendor that is having the issue. These sort of things happen frequently but are usually resolved before anyone notices. If you can isolate the IP of the switch/routing station you can provide your mtr/traceroute output and possibly a tcpdump/packet capture as well and hope that they can resolve the issue on their end.
Are you able to reach the cpanel login through a proxy site like megaproxy from your computer?
Login to your server from another ip address. You should be able to. If you are then do the following:
1. log into WHM
2. Locate the SECURITY section
3. ENTER the SECURITY CENTER
4. ENTER "cPHulk Brute Force Protection"
You will see your ip address blocked here which probably will be released in 2weeks. Flush out the ip addresses and you should be able to login from that ip again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.