Recent content by davis.jacobj

  1. D

    [SOLVED] Can't Login to TrueNAS VM Webpage

    So I realized I could spin up some more VMs to do some testing. I installed Ubuntu and DHCP worked fine and I was able to see the machine on the network. This prompted me to completely delete the VM instance for TrueNas and reinstall. Upon reinstallation, I was able to see TrueNas on the...
  2. D

    [SOLVED] Can't Login to TrueNAS VM Webpage

    auto lo iface lo inet loopback auto eno1 iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.212/24 gateway 192.168.1.1 bridge-ports eno1 bridge-stp off...
  3. D

    [SOLVED] Can't Login to TrueNAS VM Webpage

    I got ProxMox installed on a Dell Poweredge r710 and setup a VM running TrueNAS on it. I setup TrueNAS to run on IP address 192.168.1.213. However, when I point my browser at this IP, I don't connect to anything. If I try to ping this address on either my desktop or via the ProxMox console, I...