So, I'm running CentOS 6 on a VPS. I just ran the installer in the command line. It then told me to access myurl.com:8443 etc.
When I attempt to access that URL I'm getting a server not found error. I'm guessing this has something to do with my iptables? If anyone can help me get this runnning I'd greatly appreciate it.
Here's a copy of what comes up when I VIM my iptables too.
I have no idea what I did wrong. I've installed Plesk perfectly fine in the past. This was done on a fresh install of CentOS 6 on my VPS as well.
When I attempt to access that URL I'm getting a server not found error. I'm guessing this has something to do with my iptables? If anyone can help me get this runnning I'd greatly appreciate it.
Here's a copy of what comes up when I VIM my iptables too.
Code:
[root@saint ~]# vi /etc/sysconfig/iptables
# Generated by iptables-save v1.4.7 on Mon Jul 17 20:33:43 2017
*security
:INPUT ACCEPT [66:4572]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [45:4852]
COMMIT
# Completed on Mon Jul 17 20:33:43 2017
# Generated by iptables-save v1.4.7 on Mon Jul 17 20:33:43 2017
*mangle
:PREROUTING ACCEPT [73:4934]
:INPUT ACCEPT [66:4572]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [45:4852]
:POSTROUTING ACCEPT [45:4852]
COMMIT
# Completed on Mon Jul 17 20:33:43 2017
# Generated by iptables-save v1.4.7 on Mon Jul 17 20:33:43 2017
*filter
:INPUT ACCEPT [66:4572]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [45:4852]
COMMIT
# Completed on Mon Jul 17 20:33:43 2017
I have no idea what I did wrong. I've installed Plesk perfectly fine in the past. This was done on a fresh install of CentOS 6 on my VPS as well.
Last edited: