# dladm show-phys # dladm show-link # ipadm show-if # svcadm disable nwam # svcadm enable network/physical:default # svcadm restart milestone/network:default # ipadm create-if bge0
Static IP # ipadm create-addr -T static -a 192.168.100.200/24 bge0/v4 DHCP # ipadm create-addr -T dhcp bge0/v4 Default Route # route -p add default 192.168.100.1 On Thu, Dec 11, 2014 at 2:08 PM, Thomas Schweikle <[email protected]> wrote: > Hi! > > Searching for a hint how to configure dhcp in OpenIndiana I only found > how to configure a static address. But I need a way to configure dhcp. > Is there any page in the web describing how to configure a network > interface to use dhcp? > > -- > Thomas > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss > -- *[email protected] <[email protected]>* _______________________________________________ openindiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
