GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Just for grins, I would suggest trying the WHM interface. The WHM interface should pull the IP and you could then manually change it to 100 as I recall.
-
Is the 101 ip actually bound to your server? (ifconfig will show this) Does the domain actually resolve to the 101 ip? When installing the certificate, did you use thw WHM interface and put the ...
-
Ping specifically is an icmp request and if you are pinging a domain all it does is send a request to that ip and unless you've disabled pings in the firewall your server will respond. It has noth...
-
Making a website on an addon domain is not that different from making a website on the primary domain. Who/how was the primary website made and edited?
-
iptables --list --numeric |grep 2224 should show something like ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2224 ACCEPT tcp -- 0.0.0.0/0 0.0.0....
-
Yes but when you do that you have to reload the firewall
-
Did you restart csf after editing the conf? /etc/csf/uninstall.sh
-
Personally, I would suggest the opposite, keep CSF and ditch firewalld. CSF makes managing the firewall super easy, its very extensible and does a lot more than you could do with firewalld manually.
-
Do you have another firewall interface installed like CSF? If so you should turn off and disable firewalld and use the CSF configuration files instead.
-
Why was this site added manually to an Apache include instead of adding it as a second domain in whm?