Change TrueNAS IP, battling with jail network

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
hmmm, so that I can clean up, how do I tag text as code...

G
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
1633433066104.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
OK, so where are we now? is vnet:1 for the jail?

Is it starting without error yet?
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
you say vnet1 ...not vnet0 as defined, and oh btw, i did not pick the name. was created when i created the test jail.

Screen Shot 2021-10-05 at 13.56.27.png
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
Screen Shot 2021-10-05 at 13.58.40.png
 

Attachments

  • Screen Shot 2021-10-05 at 13.57.55.png
    Screen Shot 2021-10-05 at 13.57.55.png
    608.6 KB · Views: 178

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
you say vnet1 ...not vnet0 as defined
No.

From your extract of the jail properties:

Code:
vnet:0
vnet0_mac:06aedba63966 06aedba63967
vnet0_mtu:auto


How I think it should be (would match with one of my jails which uses vnet0):
Code:
vnet:1
vnet0_mac:06aedba63966 06aedba63967
vnet0_mtu:auto


vnet:1 as far as I can see refers to vnet being enabled vs not enabled if it's 0.
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
ahh ok, so how we enable the vnet then ?
G
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
iocage set vnet=1 Unify-Controller-6
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
bingo

iocage set vnet=on <jail name>

jail started
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
One other difference I see between your jail and one I have that uses a static address is:
ip4_saddrsel:1 (yours is set to 0)

OK, so that's great that it's working... you can probably ignore that one.
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
AWESOME, thanks.

Now to remember my admin password, as it's not associating the new IP with old IP with the password.

G
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
password sorted. thank you Safari.
G
 

georgelza

Patron
Joined
Feb 24, 2021
Messages
417
THANKS for sitting with me yesterday to sort this out, really appreciated, restore faith in online support/communities. not been having the most "success" of late.

G

One other difference I see between your jail and one I have that uses a static address is:
ip4_saddrsel:1 (yours is set to 0)

OK, so that's great that it's working... you can probably ignore that one.
 
Top