Hi, I recently moved my domain to cloudflare and set up DNS records accordingly. When I ping from cmd line, it shows server ip address instead of CF ip address. My other domains work as expected.
Tried all options that I’m aware of but nothing worked.
I could see amalia.ns.cloudflare.com and konnor.ns.cloudflare.com as nameservers at cloudflare site setup but when I do nslookup I get tori.ns.cloudflare.com and eric.ns.cloudflare.com
Non-authoritative answer:
nammaapp.com nameserver = tori.ns.cloudflare.com
nammaapp.com nameserver = eric.ns.cloudflare.com
Thanks,
1 Like
Make sure your record is proxied otherwise if it isn’t it will just go right to your server
2 Likes
Yes it is. any changes required? ping shows as follows
1 Like
Looking good to me:
$ ping nammaapp.com
PING nammaapp.com(2606:4700:3030::6815:4f7e (2606:4700:3030::6815:4f7e)) 56 data bytes
64 bytes from 2606:4700:3030::6815:4f7e (2606:4700:3030::6815:4f7e): icmp_seq=1 ttl=56 time=21.9 ms
64 bytes from 2606:4700:3030::6815:4f7e (2606:4700:3030::6815:4f7e): icmp_seq=2 ttl=56 time=21.9 ms
$ iplookup 2606:4700:3030::6815:4f7e
{
"ip": "2606:4700:3030::6815:4f7e",
"city": "San Francisco",
"region": "California",
"country": "US",
"loc": "37.7621,-122.3971",
"org": "AS13335 Cloudflare, Inc.",
"postal": "94107",
"timezone": "America/Los_Angeles",
}
Your local DNS is likely just not updated yet
1 Like
sandro
October 1, 2021, 10:52am
#5
You currently have a security issue.
Unencrypted & unverified connections
Imagine you open Paypal and suddenly get that warning
[image]
Would you continue? Probably not. For decades leaders in IT security have advocated that people upgrade their sites from unencrypted HTTP to secure HTTPS. And for a reason, everything you send via an HTTP connection is sent in plain text and can be intercepted at any point between you and the server.
Equally, you’d probably not proceed if you got such a warning, right?
[image]
That’s when th…
1 Like
system
closed
October 31, 2021, 10:52am
#6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.