DNS rebind protection?

Blackline

Cadet
Joined
Apr 18, 2021
Messages
4
When I try to access truenas via a public url (truenas.my.domain) from INSIDE the network, I get the following message:
```
Connecting to TrueNAS ... Make sure the TrueNAS system is powered on and connected to the network.
```
Screenshot 2021-04-18 140503.png


I had similar issues with the fritzbox, it was a DNS rebind protection I had to disable for my domain. I already tried to deactivate the truenas firewall with `/etc/rc.d/ipfw onestop` but no luck. As the reverse proxy I am using `nginx proxy manager`, and I tried all possible combinations of HTTP/HTTPS, with or without SSL, port 80/443.

Any ideas?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You probably don't want to expose the WebGUI to the internet, especially not on Port 80 of truenas.subdomain.tld.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Is there another concern beyond "hackers/bots trying to get access"? Honest question.
 

Blackline

Cadet
Joined
Apr 18, 2021
Messages
4
Of course, not having it public faced would be the "safest" solution, but what could really happen with a strong password? I assume the web interface of Truenas is not specifically designed to withstand such attacks, compared to maybe SSH or a VPN :confused:

Nginx Proxy Manager can utilize ACL, so maybe that additional layer should be enough, as it is actually made for preventing access.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I assume the web interface of Truenas is not specifically designed to withstand such attacks, compared to maybe SSH or a VPN
Correct, it has never been a priority.
 
Top