Non-global zone installation problem

I have created a non-global zone sqa45-zone as follows:

zonecfg -z sqa45-zone

zonecfg:sqa45-zone> info

zonepath: /export/home/zones/sqa45-zone

autoboot: false

pool:

inherit-pkg-dir:

dir: /lib

inherit-pkg-dir:

dir: /platform

inherit-pkg-dir:

dir: /sbin

inherit-pkg-dir:

dir: /usr

net:

address: 10.4.105.105

physical: bge0

zonecfg:sqa45-zone> exit

When I try to install the zone, this is the error message I see.

sqa45# zoneadm -z sqa45-zone install

could not verify net address=10.4.105.105 physical=bge0: No such device or address

zoneadm: zone sqa45-zone failed to verify

sqa45#

I'm not sure how I can correct this. Any help is appreciated.

Thanks.

[809 byte] By [akumta] at [2007-11-26 10:44:01]
# 1
You havent specified a netmask.That might be causing it.You can specifiy it as address=10.4.105.105/24 or by a separate netmask entry.
robertcohen at 2007-7-7 2:56:00 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thanks, however I seem to get the same eror message.
akumta at 2007-7-7 2:56:00 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
OK, looks like I had incorrectly set the physical device type for the network interface. After correcting this, I am able to proceed.
akumta at 2007-7-7 2:56:00 > top of Java-index,Solaris Operating System,Solaris 10 Features...