https://mychartweb.ohsu.edu/MyChart/Authentication/Login

comes up with the login screen for me.

At the command line of a convenient windows box this is the IP I get:

Microsoft Windows [Version 10.0.26200.8875]
(c) Microsoft Corporation. All rights reserved.

C:\Users\tedm>nslookup
Default Server:  UnKnown
Address:  172.16.1.13

> mychartweb.ohsu.edu
Server:  UnKnown
Address:  172.16.1.13

Non-authoritative answer:
Name:    mychartweb.gslbmainext.ohsu.edu
Address:  137.53.226.40
Aliases:  mychartweb.ohsu.edu

> quit

C:\Users\tedm>

Or if you want to get fancy:

PS C:\Users\tedm\documents> .\dig.ps1 -Hostname "mychartweb.ohsu.edu"
-RecordType A
Querying DNS for mychartweb.ohsu.edu (A)...

=== Answer Section ===

Name                             Type TTL NameHost
IPAddress
----                             ---- --- --------
---------
mychartweb.ohsu.edu             CNAME   0 mychartweb.gslbmainext.ohsu.edu
mychartweb.gslbmainext.ohsu.edu     A   5
137.53.226.40



=== Authority Section ===

Name Type    TTL NameHost
---- ----    --- --------
.      NS 327367 e.root-servers.net
.      NS 327367 f.root-servers.net
.      NS 327367 g.root-servers.net
.      NS 327367 d.root-servers.net
.      NS 327367 h.root-servers.net
.      NS 327367 k.root-servers.net
.      NS 327367 b.root-servers.net
.      NS 327367 j.root-servers.net
.      NS 327367 m.root-servers.net
.      NS 327367 c.root-servers.net
.      NS 327367 l.root-servers.net
.      NS 327367 i.root-servers.net
.      NS 327367 a.root-servers.net



=== Additional Section (Glue Data) ===
No additional/glue records found.
PS C:\Users\tedm\documents>

Ted

-----Original Message-----
From: PLUG <[email protected]> On Behalf Of Rich Shepard
Sent: Tuesday, August 11, 2026 5:09 AM
To: Portland Linux/Unix Group <[email protected]>
Subject: Re: [PLUG] Identifying "real DNS servers"??? Re: How to whitelist
web site URL

On Mon, 10 Aug 2026, [email protected] wrote:

> A real DNS server is one that works exactly as the DNS server standard 
> intended. It queries the real root name servers to start any queries 
> and nobody is messing around with the logic in it to ignore specific
domains.
> It also does not query any of the "competitive TLD servers" that are 
> run by people who are mad that they could not buy "mcdonalds.com" or 
> "cocacola.com" and want to setup weird TLD's like .food,  .drink, 
> .tech and so on.

Ted,

It's been so long since I've configured a new host that I've forgotten where
the DNS IP addresses are stored. One I use is Google's (if I correctly
recall it's 8.8.8.8.)

> Typically these are run by ISPs and only accept queries from 
> downstream customers. You CAN host your own - however you need a 
> static IP address for starters, unless it's a caching DNS server.

I pay ZipplyFiber extra each month for a static IP address, but don't host
my own.

What puzzles me are 1. there's only the one web site I regularly visit. and
2. it stopped working last Thursday.

I'll spend time today continuing to configure my laptop running
Slackware-15.0.

Rich

Reply via email to