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

Pages: 1 ... 45 46 [47] 48 49 ... 55
691
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 06:26:29 PM »
Once logged in, a session token is set, so you should have full access to everything.  Anything that is not working isn't because of this mod, I can promise you that.

692
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 07:31:28 AM »
Correct.  The login user uses /home/google

693
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 06:49:31 AM »
Edit

/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php

remove the extra lines ;)

It starts with <noscript>  20 lines or so, end with </script>

694
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 06:17:33 AM »
Install script has been updated.

Redownload, and rerun the install.

md5sum 8f0f50679d5a37fd49610227b840db60

695
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 05:31:38 AM »
make sure you are on the root account
go to where you untarred cwp_2fa

try these
cp -v admin/googleAuthenticator.php /usr/local/cwpsrv/htdocs/admin/design/
cp -v admin/showQRCode.php /usr/local/cwpsrv/htdocs/admin/design/

If you cannot copy them, try chattr -i /usr/local/cwpsrv/htdocs/admin/design and see if they will copy.   It's also possible you have selinux activated.
If it is, you can do
setenforce 0
copy the files
then
setenforce 1

696
New Modules / Re: Two Factor Authorization Mod
« on: February 21, 2020, 04:23:12 AM »
md5sum 2b158a964d064639df93697c9aee0b42
sha1sum 5a3cb827e7cc8e9ff7b6892b88c5cb333820af19
sha256sum af36c7e02c5de41d911477fdecdc806d43db8c59e94432488335bc013d4f5e6e

The only update I made was to check for ntp, and install it if it's not installed.

If you have selinux installed, then you must know what you are doing, as CWP disables it by default.

697
A little Debug info.  /fileManager2.php HTTP/1.1" 302 5 "https://

For some reason we have a 302 redirect on accessing FM2.

698
DNS / Re: Site accessible from everywhere but my network dns problem?
« on: February 19, 2020, 11:50:40 PM »
DNS points to the external IP.  You cannot go from inside the NAT to outside and back in without a routing table.  If you want to see the sites internally, you need an internal DNS server setup to the private IP address instead of the NAT ip/ with all of the domain names.

It can get confusing very quickly if you're not sure what you are doing.  I'll just leave it at that :)

699
Updates / Re: Postfix Mailserver not starting
« on: February 19, 2020, 03:07:10 PM »
This is going to happen to everyone.  Postfix screwed up.  Easy Solution.

Sorry. Changing answer.

edit /etc/postfix/main.cf

add the following line towards the top
meta_directory = /usr/share/postfix

systemctl start postfix

700
CentOS 7 Problems / Re: Update Bug
« on: February 19, 2020, 01:57:32 PM »
That's the thing.  I didn't do anything.  This was somehow automated...  Maybe not by CWP, but something did this without my interaction.  I'lll check more logs for an audit i guess.

Thanks

701
CentOS 7 Problems / Re: Can't login to CWP
« on: February 19, 2020, 03:01:59 AM »
Are you sure your host doesn't have a firewall in front of your server.  Some do.

702
CentOS 7 Problems / Re: Can't login to CWP
« on: February 18, 2020, 06:45:44 PM »
Find CC_SRC = "1" and change it to 2

703
CentOS 7 Problems / Re: Update Bug
« on: February 18, 2020, 03:26:18 PM »
Yes.  I had to say in to reinstall it.

704
Updates / Re: Weird new version?
« on: February 18, 2020, 08:56:08 AM »
2083 is the user panel.  2087 / 2031 is the root panel

705
CentOS 7 Problems / Re: Can't login to CWP
« on: February 18, 2020, 08:54:13 AM »
/etc/csf/csf.conf

Find tcp_in and tcp_out and add the ports for both ipv4 and ipv6
csf -r   <<when your done
Mariadb root pass is stored on /root/.my.cnf

Pages: 1 ... 45 46 [47] 48 49 ... 55