Active8
Verified User
- Joined
- Jul 13, 2013
- Messages
- 1,798
That was not mentioned in your post, it was just an reminder for you that all your DNS records in Da panel must match the one in your CF DNSI have already added the necessary A records
That was not mentioned in your post, it was just an reminder for you that all your DNS records in Da panel must match the one in your CF DNSI have already added the necessary A records
Okay, i see. Thank you for your reminder. Yes, the dns records on both sides are now align. What's next?That was not mentioned in your post, it was just an reminder for you that all your DNS records in Da panel must match the one in your CF DNS
first config dns record at cloudflare like "serv.hostname.com" point to your server IPAddress with grey-clouded
login to your server terminal with "root" access,
execute:
hostnamectl set-hostname serv.hostname.com
then login to directadmin panel:
Admin > Server Management > Admin settings
What does it matter? ovh-vps135-195 / vps1 / srv1 ? I changed it to vps1 for your sake.what is your hostname exactly ? ovh-vps135-195 ?
Why not using something easy like srv1 or so ? you have add only A record for your hostname linke this
srv1 3600 A 135.125.237.195, be sure that your hostname is correct in DA
Did you done this ?
If you are using external DNS than it doesn't really matter.What should be ns1 and ns2 on Directadmin?
If you are using external DNS than it doesn't really matter.
I see some weired things in your DNS :
Domain inadayapp.com. resolves to:
Domain Name IPs are Public
- 172.67.185.242
- 104.21.36.57
OK. No private IPs found for inadayapp.com.. Web servers using private IPs can't be reached from the Internet.
Resolve WWW
OK. Domain www.inadayapp.com. resolves to:
- 135.125.237.195
Seems to me you have different IPs for your site
I have no much experience with CL because we have never used it,If that's not the case, I can disable the proxy.
Also, having the domain's A record behind a proxy is not something I've done recently. It was like this when I was using Plesk and I could send emails everywhere without any problem. As I said I can disable the proxy if this is an issue for directadmin.I have no much experience with CL because we have never used it,
But your main problem is email for now, can you do an new spam check ?
If you have your hostname setting right you can request an new certificateHowever i can't access over SSL. I need your help for this
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single vps1.inadayapp.com 4096
Yes i tried this. But it is not working.If you have your hostname setting right you can request an new certificate
Code:cd /usr/local/directadmin/scripts ./letsencrypt.sh request_single vps1.inadayapp.com 4096
This is bothering me because you dont get any dns or unreachable error, so maybe your script is messed, try :letsencrypt.sh: line 487: syntax error near unexpected token `<'
cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt
[root@vps1 custombuild]# ./build updateThis is bothering me because you dont get any dns or unreachable error, so maybe your script is messed, try :
Code:cd /usr/local/directadmin/custombuild ./build update ./build letsencrypt
Delete this line.127.0.0.1 vps-8358c422.vps.ovh.net vps-8358c422
ok ,I am out of options, maybe a new rebuild can help you
Code:cd /usr/local/directadmin/custombuild ./build update ./build all d
reboot afterwards to eliminate any problems that maybe otherwise can occure
I deleted that line. But it is added automatically after every rebootDelete this line.
However, that should not interfere with the letsencrypt script.
Seems to me there is an issue with the letsencrypt script at your server. But I don't know how to fix.
Thank you man. You are the best. This worked!Please do not change command line that suggest from people trying to help you, if you don't know it work or not.
just execute like this, not need to add "sh" or "bash" in front of command line.
Code:./letsencrypt.sh