Accessing Websites from behind server. TLDR IN BOTTOM

I posted a while back about setting up my centos 7 server as my router. I’ve gotten it working, however i’m running into a few issues.
The router function works perfectly first and foremost.

Topology for server:
Server IP (From att router): 192.168.1.67
eno1: 192.168.1.67
eno2: 10.0.0.1
wls1: 10.128.0.1

I have separate networks for wired/wireless machines for security. Allows me to tell if someone is connect to my wifi without my knowing (neighborhood leech)

Here’s my issue. My website www.mywebsite.com i can connect to instantly from outside my network. However, connecting from inside (10.128.0.x) it hangs. I get an initial load, but after a page or 2, it cant connect anymore.

Same issue when connecting to x.mywebsite.com, my email, my cloud server (Next Cloud).

I went so far as to add the domain to the hosts file (10.128.0.1 mywebsite.com)
Restarted the DNS server, but no affect.

Services running:
hostapd - wireless client (broadcasting)
dnsmasq - does exactly what you’re thinking
BIND DNS - Built into virtualmin, runs virtual servers

I can talk out, with no issues of any kind. However, trying to stay INSIDE my network, I have issues. Ideas?

TLDR:
WAN Works fine, LAN connection to server/services fails; mail, cloud (nextcloud), webserver, etc)
hostapd (wireless boradcast), dnsmasq (for ip assignment), BIND DNS (virtual servers).
Standard Centos 7 (Latest) and Virtualmin install.

No one has any idea?