hi,

according to this doc:
http://docs.oracle.com/cd/E19455-01/806-5529/6jehkcs2t/index.html

I have create a /etc/dhcp.interface (vnic1) file. Then rebooted and I have
link, but things are a bit strange:

# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
vnic1/?           dhcp     ok           192.168.0.171/24
lo0/v6            static   ok           ::1/128
vnic1/v4          dhcp     disabled     ?

So I deleted the vnic1 interface, recreated it with just ipadm create-if
vnic1 and rebooted with the /etc/dhcp.interface file and now it works:

# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
vnic1/?           dhcp     ok           192.168.0.171/24
lo0/v6            static   ok           ::1/128

Is this the right way to do it?

-- 
groet,
Natxo
_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to