Skip to main content

Installing TrueNAS

Installing TrueNAS

Lots of writing :(

Networking

Assuming you have created the inter-VM bridge network vmbr1, and have assigned it to the VM, we can set up networking in TrueNAS.

  1. Open the TrueNAS web UI using whatever IP address TrueNAS is reachable at.
  2. Navigate to Networking. It should look roughly like this:image.png

Primarily, you will see two interfaces. Most likely, one of them will have an IP address assigned already. This is the WAN, or the "where TrueNAS gets internet" interface.

The second interface however will probably not have any IP address. This is the inter-VM bridge network we created.

Configuring the bridge interface

Make absolutely sure you do not modify the first interface. Doing so may make the machine unreachable via network.

Configure the inter-VM bridge to not use DHCP, and instead manually assign the IP 192.168.255.20:

image.png

Save the settings, click Test Configuration and then Save Configuration.