Can Anyone Load ThanksAJ.com?
-
I can find it using the dig command.
thanksaj.com. 59 IN A 71.176.119.118
Just can't access it via the browser.
-
Currently rebooting the current server it's pointed at as well as my router. Doing a total refresh. Server had been up over 4 days and router over 9. Can't hurt.
-
It's supposed to reboot every two days automatically at 3AM. Is this the proper context for that in cron?
0 3 * * 0,2,4,6 reboot
-
@thanksajdotcom said:
It's supposed to reboot every two days automatically at 3AM. Is this the proper context for that in cron?
0 3 * * 0,2,4,6 reboot
should probably run that as /sbin/reboot. I don't think cron has a path to follow so you need to specify locations explicitly.
-
@coliver said:
@thanksajdotcom said:
It's supposed to reboot every two days automatically at 3AM. Is this the proper context for that in cron?
0 3 * * 0,2,4,6 reboot
should probably run that as /sbin/reboot. I don't think cron has a path to follow so you need to specify locations explicitly.
it's worked in the past with just one day. I was more curious about the 0,2,4,6 part, but I'll try that too.
-
Advertisement much?
-
@thecreativeone91 said:
Advertisement much?
What? I was troubleshooting a technical issue. Wasn't for SEO or anything.
-
I love the look of the new site
-
@IRJ said:
I love the look of the new site
Thanks. I had multiple people comment about how hard it was to read comments from Facebook due to the black background and transparent form. So I changed to a brighter look. I like it. It's even cleaner than the last one.
-
It's working from here.
-
-
@thanksajdotcom said:
Yeah, it pings with the right IP but DNS won't resolve it! GRRR!
Are you using CloudFlare?
-
Working here no issues.
-
Cloudflare is always going to resolve to its own IP unless you turn off their cache by making the could icon for that entry go grey.
-
Not using CloudFare. Cant'with NoIP. Wish I could.
-
Yeah I fixed it. Issue was that www.thanksaj.com AND thanksaj.com had to both be changed, and I forgot the www one.
-
However, now I can no longer ping the C@C server...
-
@thanksajdotcom said:
Yeah I fixed it. Issue was that www.thanksaj.com AND thanksaj.com had to both be changed, and I forgot the www one.
That's a deeper issue. You made two A records which is not how you do that. The www one should be a CNAME, not an A record. Good DNS management from the beginning protects you from that.
-
@thanksajdotcom said:
Not using CloudFare. Cant'with NoIP. Wish I could.
Why can't you? You easily can just enter the dns of no-ip as a cname record.
-
@thecreativeone91 said:
@thanksajdotcom said:
Not using CloudFare. Cant'with NoIP. Wish I could.
Why can't you? You easily can just enter the dns of no-ip as a cname record.
Can't have the domain listed in two places.