Trouble in assinging Multiple IP address through Sysprep - HyperV/SCVMM
i trying assign multiple ip address virtual machine through sysprep.inf file (using svcmm/hyperv) using mac address nic card identifier following below articles; issue 1 nic cards ip address , second nic doesn’t (it gets apipa).
http://technet.microsoft.com/en-us/library/cc940498.aspx
http://technet.microsoft.com/en-us/library/cc738608%28ws.10%29.aspx
http://support.microsoft.com/kb/229762
tried in different infrastructure setup in different hyperv cluster domain no luck.
below sample sysprep file reference.
######################################################
[netadapters]
adapter01=params.adapter01
adapter02=params.adapter02
[params.adapter01]
netcardaddress=0x001dd8b71c0c
[params.adapter02]
netcardaddress=0x001dd8b71c0d
[params.ms_tcpip]
adaptersections = params.ms_tcpip.adapter01,params.ms_tcpip.adapter02
[netclients]
ms_msclient=params.ms_msclient
[netservices]
ms_server=params.ms_server
[netprotocols]
ms_tcpip=params.ms_tcpip
[params.ms_tcpip]
dns=no
usedomainnamedevolution=no
enablelmhosts=yes
adaptersections=params.ms_tcpip.adapter01,params.ms_tcpip.adapter02
[params.ms_tcpip.adapter02]
specificto=adapter02
dhcp=no
ipaddress=192.168.1.1
subnetmask=255.255.255.0
defaultgateway=192.168.1.254
dnsserversearchorder=192.168.1.2,192.168.1.3
wins=no
netbiosoptions=0
[params.ms_tcpip.adapter01]
specificto=adapter01
dhcp=no
ipaddress=192.168.2.1
subnetmask=255.255.255.0
defaultgateway=192.168.2.254
dnsserversearchorder=192.168.2.2,192.168.2.3
wins=no
netbiosoptions=0
#######################################################
have checked sysprep file physical machines or without scvvm sysprep on floppy image?
had worked successfully?
does adapter apipa has same mac in sysprep file?
Заходите в "гости" на http://kupchynetsky.wordpress.com/
Windows Server > Hyper-V
Comments
Post a Comment