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 - playcga

Pages: [1]
1
Information / Re: not running CWP pro?!?
« on: January 23, 2019, 05:14:39 AM »
Just an FYI...I'm paranoid.  All of my servers are (at least) 2-levels behind firewalls.  Everything is NAT'd.

...

What am I doing wrong?


Perhaps a temporary allowance of the necessary ports let through your firewall configurations to allow "ET to Phone Home," As it were. Then you can run the update cwp script while the ports are open to trigger a check

Code: [Select]
./scripts/update_cwp
It checks a remote server to cross-reference the IP of the host.

2
Try temporarily stopping the firewall services that run and connect again. If it let's you in, you need to fix your firewall configurations

Code: [Select]
systemctl stop csf

Code: [Select]
systemctl stop lfd

3
Before I was aware of the fact that there is a script to generate an SSL cert for the hostname, I was trying to generate a script for the host name in the only way I knew how: Creating a subdomain for the hostname url.

now I cannot get back into the server through any means except SSH (which is fine, I can work the command line), but I am unsure how to revert the changes made from there.

Here's what I've done so far:

- Removed the sub-domain a name records from the Zone File for the DNS record.
- modified the hosts file to remove any entries that point the hostname/subdomain to the server's IP
- modified the VHOSTS file to remove the entry for the hostname as a subdomain

I get "Connection refused" errors whenever I try to connect to anything other than the FQDN of the hostname. I can't trigger any ports, and I can't get responses from anything but the hostname.

I'd really like to get this fixed/reversed, and have been unsuccessful on determining what all options get set when you create a subdomain in this manner so I can go in and reverse the rest of the changes that were made.

Furthermore, as another "weird" (or maybe not weird) status, the mail server that is running is working fine, and my phone, desktop client, et al. still receive and send email just the same as before. But none of the domains or other subdomains on even the same SLD.TLD work to resolve to anywhere in a browser.

Thanks in advance for the help.

Pages: [1]