Multiple ethernet interfaces, VLAN, and binding Share to IP

kyeotic

Dabbler
Joined
Mar 2, 2023
Messages
15
I'm ultimately trying to get an SMB share bound to an IP address on a VLAN. I'm new to TrueNAS and have intermediate network experience.

TrueNAS NIC Config

two physical ethernet connection. TrueNAS-SCALE-22.12.1
  1. eth1 is connected to default network, 192.168.0.1/24. Router has assigned this a static IP of 192.168.0.10
  2. eth2 is connected to VLAN2. Router has assigned this a static IP of 192.168.1.10, and assigned the port on the switch to VLAN2
Network Setup
Default: 192.168.0.1/24
VLAN2: 192.168.1.1/24

It seems like there is a display bug with the network > interfaces. I setup eth2 to not use DHCP (because the tooltip says only 1 interface can use this) and setup an alias for 192.168.1.10/24. This shows up in the interfaces table, but when I click eth2 it still shows the DHCP box checked and an empty list of aliases if I uncheck it. Ive tried setting this multiple times and it doesn't seem to stick.

Global Config
Nameservers
Nameserver (DHCP): 192.168.0.1
Nameserver (DHCP): 10.1.0.1
Nameserver (DHCP): 192.168.1.1
Default Route
IPv4: 192.168.0.1

In the Shares > SMB > Advanced Settings I've bound the IP to 192.168.1.10, which showed up in the dropdown. I am unable to connect using this IP.

I've also tried creating a VLAN, but once I hit test settings the web ui is inaccessible for a minute and the settings automatically revert. I am.
 

kyeotic

Dabbler
Joined
Mar 2, 2023
Messages
15
When editing interfaces unchecking the DCHP box only shows Aliases, it does not show a static ip section as the docs imply.
 

kyeotic

Dabbler
Joined
Mar 2, 2023
Messages
15
Oh no, seems like its not an issue creating VLANs, any change I make to network makes the web ui inaccessible leading to an auto revert. I can't even delete eth2.
 
Top