I have cloned a local interface and I am creating jails like this:
Is there a way for ezjail-admin() to assign the IP automatically without me specifying it? I don't really care what IP it is, it can be anything from /16 subnet. I will be creating jails programmatically and I don't really want to keep track of IPs in my system and increment them myself. Docker solves this on it's own and I'd like to replicate the behavior.
ezjail-admin create -f base slave1 'lo1|192.168.0.2'
Is there a way for ezjail-admin() to assign the IP automatically without me specifying it? I don't really care what IP it is, it can be anything from /16 subnet. I will be creating jails programmatically and I don't really want to keep track of IPs in my system and increment them myself. Docker solves this on it's own and I'd like to replicate the behavior.