Updating network interface for existing jails after moving to a new interface

henderbc

Dabbler
Joined
Jul 31, 2015
Messages
26
I have changed the interface on my Supermicro server running Truenas Core 13.0-U5.3. I had been using igb0 (1GbE port) as my network interface but I changed this to ix0 (10GbE port) and used the same IP address/gateway,DNS that had been assigned to igb0. The web interface and SMB shares all woked properly. So far so good.

I have two plugin jails (PasteBin and Plex) which no long are accessible from the LAN. These were both created under the original network configuration (igb0) and I can't figure out how to get them the use the new port (ix0). Further inspection shows (for the Plex Jail):
  1. Under Jail/Edit I see that the IPV4 interface is 'vnet0'
  2. In an SSH session, ifconfig shows the following:
    1697825515332.png


    So what I can't figure out is how to get bridge0 modified. If I could point it to the new interface (ix0) I assume both jails would once again have connectivity.

    What am missing?
 
Top