ip4

  1. nbari

    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: test { ip4 = inherit; ip4.addr = lo1|127.0.1.10; } Is getting only the local address from lo1
Back
Top