jails ip4 = inherit & ip4.addr = lo1|127.0.1.10

How could I inherit the ipv4 and at the same time have only an IP from interface lo1?

if I use something like:
Code:
test {
    ip4 = inherit;
    ip4.addr = lo1|127.0.1.10;
}

Is getting only the local address from lo1
 
Yeah, sorry, deleted it because it was nonsense what I wrote. But apparently not fast enough for you to see it.
 
Back
Top