You need to add one A record to point @ (your base domain) at the external IP address of your server.
All your subdomains will fall in line because they are CNAMEs.
You also need to make sure you have your modem/router port-forwarded correctly to route connections from the outside internet, to your server inside your LAN.
If your serversâ IP changes often then you really shouldnât use an A record for it.
The CNAME record is best as it can defer that IP resolution to the dynamic name that updates âautomaticallyâ to your current IP.
as for your current external IP, try: wget ifconfig.me curl ifconfig.me
or http://ifconfig.me/ip
you lost me. you said that I need to add one A record to point @ (your base domain) at the external IP address of your server. Godaddy wonât let me make the record for cdkauffmann.com to point to my ip. Im guessing this is because I have a record that points cdkauffmann.com to duckdns which gets my ip address. If I enter the http://ifconfig in my web browser it comes back with the same ip that duck dns is finding. Do I need to add some code somewhere so that it uses wget or curl to get my ip and then add a record on godaddy that points to that code?
still not finding ip addresses for those. you commented that port forwarding problem still remains. if i work on getting the port forwarding working would that solve the problems?
and you want NAT reflection/hairpinning, if thatâs an option, so you can access your site by its public IP address, both externally to your network as well as internally.
You can also deal with the internal/external IP access issue with split DNS.
Internal systems use internal DNS system(s) [or local hosts file entries] which return only internal IPs for your zone.
External systems use Global DNS systems which return only Internet IPs for your zone.
Sorry to point out the obvious:
This is supposed to be a forum about LETSENCRYPT.
Not about pfSense nor general computer problemsâŚ
Anyone that comes (after you) should not be looking here for any other type of âhelpâ.
It does a disservice to them and their forum/community to hide such answers here.
Itâs a far stretch to say:
LE can be used by Certbot &
Certbot can run on Linux &
My refrigerator runs on Linux too!
SoâŚ
Can any of you volunteers help me with my refrigeratorsâ problems?
Thread count #38 (and counting - how many are unrelated to this forum?)
Donât get me wrong:
I use LE &
I use Certbot &
I use Linux &
I use pfSense &
I use refrigerators &
I also use forums.
I guess I just know more about the when/where/how/why to get the most out of, and put the most into, each of those.