[OmniOS-discuss] Newbie Help. Where's my network interface?
Paul B. Henson
henson at acm.org
Wed May 1 17:18:32 EDT 2013
On Wed, May 01, 2013 at 05:08:02PM -0400, Nate Smith wrote:
> When I do an ifconfig -a, I only get the loopback interfaces.
How about 'dladm show-phys'? The installer doesn't do any network
configuration, so until you do a 'ipadm create-if' the device won't show
up with ifconfig. To configure a static IP on a box with an Intel e1000
nic, you'd need to:
ipadm create-if e1000g0
ipadm create-addr -T static -a 1.2.3.4/24 e1000g0/v4
route -p add default 1.2.3.1
More information about the OmniOS-discuss
mailing list