Displaying 1 result from an estimated 1 matches for "estub0".
2009 Mar 12
4
dladm vnics and etherstub
...9 15:17, Andrew Gabriel wrote:
> In snv_108, I''m playing with creating a vnic over an etherstub, and I
> might not be doing it right, but the behaviour I''m seeing doesn''t look
> right either.
>
> So this is what I did...
>
> # dladm create-etherstub estub0
> # dladm create-vnic -l estub0 vnic0
> # ifconfig vnic0 plumb
> # ifconfig vnic0 192.168.128.1 netmask 255.255.255.0 broadcast + up
> #
>
> That seems to work, and I had virtualbox also attach to vnic0 and
> traffic passes through vnic0 OK.
>
> Then I reboot. I wasn'...