Hi
I'd like to create two vnet interfaces in one jail named "test".
Part of /etc/jails/test.conf:
Interface epair0b is replaced with epair1b after the jail starts. Can anybody explain to me what's wrong?
10x [? -- mod.]
^
Thanks!
I'd like to create two vnet interfaces in one jail named "test".
Part of /etc/jails/test.conf:
Code:
...
jail_test_vnet_interface="epair0b"
jail_test_vnet_interface="epair1b"
...
jail_test_exec_prestart0="ifconfig epair0 create"
jail_test_exec_prestart1="ifconfig bridge0 addm epair0a"
jail_test_exec_prestart2="ifconfig epair0a up"
jail_test_exec_prestart3="ifconfig epair1 create"
jail_test_exec_prestart4="ifconfig bridge1 addm epair1a"
jail_test_exec_prestart5="ifconfig epair1a up"
...
Interface epair0b is replaced with epair1b after the jail starts. Can anybody explain to me what's wrong?
^
Thanks!