Exhorder
Explorer
- Joined
- Jul 12, 2019
- Messages
- 66
Hi,
I've set up a TrueNAS box with two network interfaces:
The second IP (management) actually should not be registered as it should not be shown to clients. Can it be configured?
P.S.: Of course I can just delete the second IP from the DC's nameserver, but I wonder if it will reappear?
I've set up a TrueNAS box with two network interfaces:
- IP 10.0.1.10 for SMB access for clients
- IP 10.0.2.10 for management via WebUI and ssh
Code:
dig mynas.mydomain.local ... ;; ANSWER SECTION: mynas.mydomain.local. 3600 IN A 10.0.1.10 mynas.mydomain.local. 3600 IN A 10.0.2.10
The second IP (management) actually should not be registered as it should not be shown to clients. Can it be configured?
P.S.: Of course I can just delete the second IP from the DC's nameserver, but I wonder if it will reappear?