I applied S11 SRU 3 and encountered the VERR_INTNET_FLT_VNIC_CREATE_FAILED
weirdness with my bridged physical adapter inside a zone.

# zonecfg -z opensuse64 export
create -b
set zonepath=/var/opt/zones/opensuse64
set brand=solaris
set autoboot=true
set ip-type=exclusive
add fs
set dir=/export/home1
set special=/export/home1
set type=lofs
add options nodevices
end
add net
set configure-allowed-address=true
set physical=vnic8
end
add net
set configure-allowed-address=true
set physical=vnic9
end
add net
set configure-allowed-address=true
set physical=e1000g1
end
add device
set match=/dev/vboxdrv
end
add device
set match=/dev/vboxusbmon
end

# dladm show-link
LINK                CLASS     MTU    STATE    OVER
e1000g1             phys      1500   up       --
vnic8               vnic      9000   up       ?
vnic9               vnic      9000   up       ?

# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
e1000g1/v4static  static   down         10.176.1.51/22
vnic8/_a          static   ok           192.168.1.204/24
vnic9/_a          static   down         192.168.1.205/24
lo0/v6            static   ok           ::1/128

# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
e1000g1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.176.1.51 netmask fffffc00 broadcast 10.176.3.255
        ether 0:23:8b:a9:a8:67
vnic8: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 9000 index 3
        inet 192.168.1.204 netmask ffffff00 broadcast 192.168.1.255
        ether 2:8:20:1e:37:a8
vnic9: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 9000 index 4
        inet 192.168.1.205 netmask ffffff00 broadcast 192.168.1.255
        ether 2:8:20:2b:84:53
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128

# VBoxManage showvminfo opensuse64 |grep "NIC 2"
NIC 2:           MAC: 00238BA9A867, Attachment: Bridged Interface 'e1000g1', 
Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 
Mbps, Boot priority: 0, Promisc Policy: deny

# VBoxManage startvm opensuse64 --type headless
Waiting for VM "opensuse64" to power on...
VBoxManage: error: Failed to open/create the internal network 
'HostInterfaceNetworking-e1000g1' (VERR_INTNET_FLT_VNIC_CREATE_FAILED).
VBoxManage: error: Failed to attach the network LUN 
(VERR_INTNET_FLT_VNIC_CREATE_FAILED)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component 
Console, interface IConsole, callee

Anyone else encounter this bug?
John
[email protected]

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to