Network issue on Proxmox

fanpero87

Cadet
Joined
Sep 27, 2021
Messages
3
Hello,
I just installed TrueNAS 12.0-U5 as VM on my Proxmox server.
The installation was pretty simple, but after the first reboot I got an IP "http://0.0.0.0"
So, on the console I type 1 to go to the network options. I follow the steps and provided an static IP 45.62.203.199 and netmask 255.255.255.192 but after that process I'm not able to go to the Browser and open the UI using that IP.

Is there any config file that I can check? I'm not sure if the system added a gateway or not.

If I type 9 to access the shell and run "netstat -rn" I got:
45.62.203.192/26 link#1 U em0
45.62.203.199 link#1 UHS lo0
127.0.0.1 lo0 UHS lo0

Thanks.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Hello,
I just installed TrueNAS 12.0-U5 as VM on my Proxmox server.
The installation was pretty simple, but after the first reboot I got an IP "http://0.0.0.0"
So, on the console I type 1 to go to the network options. I follow the steps and provided an static IP 45.62.203.199 and netmask 255.255.255.192 but after that process I'm not able to go to the Browser and open the UI using that IP.

Is there any config file that I can check? I'm not sure if the system added a gateway or not.

If I type 9 to access the shell and run "netstat -rn" I got:
45.62.203.192/26 link#1 U em0
45.62.203.199 link#1 UHS lo0
127.0.0.1 lo0 UHS lo0

Thanks.

If netstat -rn doesn't show a default gateway, then you don't have one. Use the console option to set one up.

If you actually have your NAS live on the IPv4 Internet, please be aware that it is likely to get pwned at some point, you should never expose it to the Internet. Your lack of a default gateway is probably saving you from that fate.
 

fanpero87

Cadet
Joined
Sep 27, 2021
Messages
3
Thanks for the clarification. I changed the IP and I was able to reach the UI from a PC on the same network.
 
Top