Hello darlings!
Basically, i did created a JAIL, with this configuration:
eth2.1600 is a VLAN, with 1600 being the tag. When i start the jail, eth2.1600 disappears from the host, its ok.
But, when i stop the jail, eth2.1600 doesn't come back to the host
When i run the command
Receive:
And also
Receive:
I thought it was the jail in infinite death, but NO, when i run
it doesn't show this jail.
This problem ocurred in other environments, but the interface ALWAYS returned to the host after a few minutes or hours...
But this interface doesn't come back for some days
Basically, i did created a JAIL, with this configuration:
Code:
main {
host.hostname = "main";
exec.clean;
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.prestart += "kldload -n ipfw_nat";
exec.prestart += "kldload -n ipsec";
allow.raw_sockets =1;
allow.chflags = 1;
mount.devfs;
devfs_ruleset = 15;
vnet new;
vnet.interface += "eth2.1600";
exec.poststop += "ifconfig eth2.1600 -vnet 1";
path ="/usr/jails/main";
}
eth2.1600 is a VLAN, with 1600 being the tag. When i start the jail, eth2.1600 disappears from the host, its ok.
But, when i stop the jail, eth2.1600 doesn't come back to the host
When i run the command
ifconfig eth2.1602 create
Receive:
ifconfig: interface eth2.1602 already exists
And also
ifconfig eth2.1602 destroy
Receive:
ifconfig: interface eth2.1602 does not exist
I thought it was the jail in infinite death, but NO, when i run
jls -d
it doesn't show this jail.
This problem ocurred in other environments, but the interface ALWAYS returned to the host after a few minutes or hours...
But this interface doesn't come back for some days