Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LadyVanadis

Pages: [1]
1
CentOS-WebPanel Bugs / Re: SSH Port change
« on: August 28, 2018, 06:37:20 PM »
Looked at it.  Tried this:

# Allow incoming TCP ports
TCP_IN = "20,21,29950,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,2222,3269,8123,32691"

# Allow outgoing TCP ports
TCP_OUT = "20,21,29950,25,53,80,110,113,443,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2222,3269,8123,32691"

And this in my sshd_config:
#
Port 3269
Port 8123
Port 32691
Port 2222
Port 29950

Only 2222 works.  Everything else fails.

2
CentOS-WebPanel Bugs / Re: SSH Port change
« on: August 27, 2018, 10:03:15 PM »
I want to change it to a 5-digit port.  I've successfully changed it to a 4-digit port, but can't get a 5-digit to work. 

I've tried 3269, 8123, 32691 and none of these work.  That is after following the http://wiki.centos-webpanel.com/how-to-change-ssh-port.  My current port - 2222 - does work.

3
CentOS-WebPanel Bugs / SSH Port change
« on: August 23, 2018, 08:08:12 PM »
Ok, so I've successfully changed my ssh port and it is working fine.  However, I really wanted to change it to something completely unguessable - like 23456 (not actually that, but like that).  However, anytime I change it to anything that does not start with 22 and is only 4 characters long, it doesn't work.

Suggestions? 

4
MySQL / Re: Problems logging into phpMyAdmin with either root or user
« on: February 01, 2018, 09:26:36 PM »
Looks like it just didn't like Chrome.  Works in IE.  Will try later clearing cache in chrome.

5
MySQL / Re: Problems logging into phpMyAdmin with either root or user
« on: February 01, 2018, 01:58:43 AM »
Nope.  That did not work for me.  I checked to be sure the password showed changed in both my.cnf and db_conn.php.  It did show, but I still cannot access phpAdmin.

6
MySQL / Re: Problems logging into phpMyAdmin with either root or user
« on: February 01, 2018, 01:52:06 AM »
Yes, that's the password I'm using.  Not sure why I'd have to reset a brand-spanking new password, but I'll try it.

7
MySQL / Problems logging into phpMyAdmin with either root or user
« on: January 31, 2018, 09:02:20 PM »
I've tried accessing phpMyAdmin, but it keeps looping back to the login page.  I've tried using root and a mysql user that I created.  Neither works.

Yes, the database is running.  Yes, I've double checked that I'm using the right passwords.

Any ideas?

Pages: [1]