Add New Virtual Network Interface to RRAS

In the past (W2k3), adding an interface to the OS would also cause that interface to be added to RRAS.  I have a server running RRAS and it has multiple VMs running in Hyper-V.  I want to add an isolated VM that has a single port available from the Internet to that VM.  I have added an Internal Virtual Network and configured it with a static IP (in the host OS) (same configuration (except IP address) as my other virtual network interfaces).  The new interface does not show up in RRAS even after restart.  In W2k3, you could add an interface in the Network Interfaces area.  In W2k8, the only interface you can add is a demand-dial interface.
In the past, I had to delete the RRAS server and reinstall it to see the new interface.  This is ugly as it removes, for an extended time, all of the mappings, filters, etc. that I have in place.
Any ideas on how to manually add a new interface to RRAS either by registry, powershell, script, etc.?Pete

I found a new way around this which should work for everyone, a twist on the existing registry solution:
Open RegEdit.exe.
Go to "HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces" where each of your network adapters (physical or virtual) has a GUID named sub-key. Identify which one is your network adapter (look at the IP or DHCP settings in the child key=values
or configure a temporary address so you can find it). Now you have discovered the GUID. Click the GUID key then hit F2 to goto rename mode and highlight the whole key, hit CTRL+C to copy to the clipboard.
Go to "HKLM\System\CurrentControlSet\Services\RemoteAccess\Interfaces". Add a new sub-key which is the next in sequence, for example I had 1...6 so I added "7". This is key add the following...
A DWORD32 (32bit integer) called "Enabled" set to 1.
A REG_SZ (string) called "InterfaceName" then paste your interface GUID, e.g. set to "{XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}".
A DWORD32 called "Stamp" set to 0.
A DWORD32 called "Type" set to 3 (LAN).
Restart RRAS, the interface will appear!
Right click each protocol, e.g. IPv4, IPv6 then you can right click "General" to add a "New Interface..." and your interface will then be enabled for that protocol.
I'm happy I played around a bit more to find that now. But MS even though we have a solution which does not require us to lose our configuration, please fix the source of this problem!
Key Artefacts

Similar Messages

  • Help! New Virtual Network not showing up in list of networks....

    I am attempting to move a current vm in one virtual network to a new virtual network. I am at the step in the process where I will create a new virtual machine with the disks of the deleted VM from the original virtual network. I am unable to choose the
    new virtual network name under Choose Affinity Group or Virtual Network. It is not listed.....Any advice???? I am able to see the virtual network lsited on the portal under Virtual networks

    Hey,
    Did you follow all the processes in moving to a different Network?
    Here are two links to aid you:
    1. You can do it via GUI:
    http://blogs.msdn.com/b/karldb/archive/2013/12/13/moving-an-existing-virtual-machine-into-a-virtual-network-subnet-without-losing-your-virtual-hard-disk-or-your-mind.aspx
    2. Or via powershell
    https://msdn.microsoft.com/en-us/library/azure/dn643636.aspx?f=255&MSPPError=-2147217396
    Good luck
    Cheers
    Amjad

  • Cannot create new virtual network adapter on logical switch team

    I am currently moving from Hyper-V 2012 to Hyper-V 2012 R2 and in turn I have just installed SCVMM 2012 R2. I am using SCVMM 2012 R2 to create some NIC teams which I have done no problem in the past with SCVMM 2012 SP1. Now we have everything set up just
    like we did in the past and it seems to create the NIC team just fine. The problem is when I try to create a New Virtual Network Adapter, when I click the button, it immediately says:
    VMM cannot create the virtual network adapter. Either there are no VM networks associated with the network sites that the uplink port profile "Logical Network Name" Connects to, or the VM networks associated with those network sites all use Hyper-V
    network virtualization.
    Now I've checked and the VM Network is assigned to the logical network that is associated with the Network Site that contains the host I'm working with. I've also tried disabling Hyper-V network virtualization but that didn't change anything and I thought
    that it's always enabled on 2012 R2 anyway.
    I would like to gain network connectivity to this team at least for testing purposes and we also are planning on building a Hyper-V cluster. Were some new restrictions added in 2012 R2 to prevent creating virtual network adapters in this scenario or am I
    doing something wrong?
    Any information would be helpful. Thank you in advance for your time!

    Hi Sir,
    Glad to hear that the problem has been solved , thanks for your sharing .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Add new virtual characteristic in report writer

    Dear gurus,
    I would like to add a new virtual characteristic 'ZZWKDT' (work done date) so that I can filter my report with this selection criteria. This field has been added to structure "CI_CCR1S". But I don't have any idea on where should I code my program in order to tell the system to fill the "Work done date" from the data I retreived and filter tthose record which not meet with user selection from being displayed.
    Pls guided me accordingly asap.
    Thanks & regards,
    LOI

    Dear gurus,
    I would like to add a new virtual characteristic 'ZZWKDT' (work done date) so that I can filter my report with this selection criteria. This field has been added to structure "CI_CCR1S". But I don't have any idea on where should I code my program in order to tell the system to fill the "Work done date" from the data I retreived and filter tthose record which not meet with user selection from being displayed.
    Pls guided me accordingly asap.
    Thanks & regards,
    LOI

  • How should I add a new physical network interface to the system?

    Hello:
    I am about to test my own NIC driver.
    I have used add_drv to add my driver.
    I have assigned an IP address to the sytem in the /etc/hosts file and corresponding network mask in the /etc/netmasks file, too.
    But when I tried to ping this IP address, it reported an error message saying"ICMP Host Unreachable from gateway localhost .....".
    I wonder if the system knows this physical network address.
    Does this have something to do with the /etc/hostname.* file?
    If this is the case, what should I name the "*" part of this file?
    Any advice will be appreciated.
    Steven

    Hello Shridhar:
    Thanks for your kindly reply.
    I just noticed that the system would try to plumb the interface during the booting process but failed with a error saying "ifconfig:plumb:XXXX:Bad file number", where XXXX is the * part of /etc/hostname.*
    Does not mean I have assigned a illegal interface name to this interface?
    It seems that man page doesn't contain any information about error messages.
    I use the form XXX0, where XXX is the name of the NIC driver.
    Any advice will be appreciated.
    Steven
    You should plumb the interface and bring it up with
    the ifconfig command. Do a man on ifconfig for more
    details. What was the add_drv command used ? Based on
    your driver's name, you can setup the hostname.*
    file's name to automatically setup and initialize the
    NIC inetrface everytime the system boots up.
    HTH
    shridhar

  • How to add a new network interface adapter?

    Hello,
    I followed this tutorial (http://www.oracle.com/technology/obe/ovm/ovmel5pvmdb11gr1/ovmel5pvmdb11gr1.htm) to set up a paravirtualized Oracle Enterprise Linux Version 5 VM on Oracle VM Server. It works fine, however I wish to add another network interface adapter (or NIC) to it, however when I try to import into Oracle VM Manager I get the following error:
    "OVM-5004 Invalid virtual machine config file. -"
    I don't know where the vm config file is so I can't fix that (I did a search for vm.cfg but couldn't find it). I figured since I could access the machine OK I wouldn't worry about importing it into VM Manager, so my question is, is there a way to set up the Network Interface Adapter through the command line on the VM Server (similar to how it was setup)? Or should I try and fix the "invalid virtual machine config file" error so I can import it into VM Manager and then add the extra Network Interface Adapter?
    Thanks in advance,
    Michael.

    user10862036 wrote:
    I don't know where the vm config file is so I can't fix that (I did a search for vm.cfg but couldn't find it). The vm.cfg file would be found in /OVS/running_pool/<vm_name>/ -- the default vm.cfg that ships with the template should successfully import into Oracle VM Manager. Once you have the image imported, you can use Oracle VM Manager to add an additional NIC to the VM.

  • Xennet error, when tried to add new network card

    Hi,
    I got an error when I tried to create new virtual network thru VM manager,
    I have add a new virtual network card thru VM manager in the same Xen bridge "xenbr0" , then i reboot the virtual machine, but when i tried to activate this network I got the below error:
    cannot activate network device
    xennet device eth1 does not seem to be present, delaying initialization.
    ifconfig in the virtual machine:
    dev13248 Link encap:Ethernet HWaddr 00:16:3E:0B:DD:E4
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    eth0 Link encap:Ethernet HWaddr 00:16:3E:5A:3E:6E
    inet addr:192.168.2.102 Bcast:192.168.2.255 Mask:255.255.255.0
    inet6 addr: fe80::216:3eff:fe5a:3e6e/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:204 errors:0 dropped:0 overruns:0 frame:0
    TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:47253 (46.1 KiB) TX bytes:5623 (5.4 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:1045 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1045 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1458998 (1.3 MiB) TX bytes:1458998 (1.3 MiB)
    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    ifconfig in the VM server:
    eth0 Link encap:Ethernet HWaddr 00:1C:C4:46:AF:3D
    inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:110 errors:0 dropped:0 overruns:0 frame:0
    TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:13177 (12.8 KiB) TX bytes:17612 (17.1 KiB)
    eth1 Link encap:Ethernet HWaddr 00:1C:C4:46:AF:3E
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:2052 (2.0 KiB)
    eth2 Link encap:Ethernet HWaddr 00:1C:C4:A6:B8:0E
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    eth3 Link encap:Ethernet HWaddr 00:1C:C4:A6:B8:10
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:127 errors:0 dropped:0 overruns:0 frame:0
    TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:11984 (11.7 KiB) TX bytes:11984 (11.7 KiB)
    peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:127 errors:0 dropped:0 overruns:0 frame:0
    TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14405 (14.0 KiB) TX bytes:17422 (17.0 KiB)
    Interrupt:21
    peth1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:23
    peth2 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    Interrupt:16 Memory:f8000000-f8011100
    peth3 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:23 Memory:fa000000-fa011100
    vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:98 errors:0 dropped:0 overruns:0 frame:0
    TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:17612 (17.1 KiB) TX bytes:13177 (12.8 KiB)
    vif0.1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:6 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2052 (2.0 KiB) TX bytes:0 (0.0 b)
    vif0.2 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    vif0.3 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:12 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2236 (2.1 KiB) TX bytes:0 (0.0 b)
    xenbr1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:6 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1968 (1.9 KiB) TX bytes:0 (0.0 b)
    xenbr2 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    xenbr3 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    Don't inject the Windows 7 version of the driver into your WinPE image. Depending on what version of ADK you are using determines what version of the driver you will inject into WinPE.  If you are using MDT 2013 with ADK 8.1 you are using WinPE 5.0/5.1
    which is basically Windows 8.1. Make a selection profile explicitly for your WinPE drivers to inject. Only include the drivers you want in the WinPE image. And match the architecture of the network and storage drivers (Windows 8.1 versions).
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to create a virtual ethernet interface in arch ?

    I have subscribed to a distant VPN service. My computer acts as a VPN client and creates a new interface tun0 each time the VPN is active.
    I want to only route the ip traffic from Transmission through VPN
    I tried to follow the tutorial from here (sorry it's in french) but this tutorial is for debian-based distribs.
    Since the VPN may have a dynamic IP, this tutorial proposes to create a 2nd virtual ethernet interface with a fixed IP adress. iptable is then used to perform NAT translation between the IP of this 2nd virtual ethernet interface and tun0.
    With debian-based distributions, the creation the this new virtual ethernet interface is managed by adding the following lines to the file /etc/network/interfaces :
    # The secondary loopback network interface
    auto lo:1
    iface lo:1 inet static
    address 192.168.0.1
    netmask 255.255.255.255
    I'm not sure how to perform this in arch. I read a lot about the ip command and I think that the solution may be something like that :
    ip tuntap add dev lo1 mode tap
    but I'm not sure and moreover, I don't know how to give a fixed IP adress (i.e. 192.168.0.1) to this new interface
    Any help would be really appreciated.

    It's just a wild guess, but maybe https://wiki.archlinux.org/index.php/Systemd-networkd would help?

  • Is there a way to create a virtual network using C# and the Azure SDK/API?

    I don't see a clear way to create an Azure Virtual Network using the SDK.
    I have all the methods to create the virtual network configuration, but no way to submit it:
    IList<string> VirtualNetworkAddressPrefixes = new List<string>();
    IList<string> LocalNetworkAddressPrefixes = new List<string>();
    IList<NetworkListResponse.DnsServer> DNSServers = new List<NetworkListResponse.DnsServer>();
    IList<NetworkListResponse.Subnet> Subnets = new List<NetworkListResponse.Subnet>();
    NetworkListResponse.Gateway Gateway = new NetworkListResponse.Gateway();
    IList<NetworkListResponse.LocalNetworkSite> LocalSites = new List<NetworkListResponse.LocalNetworkSite>();
    IList<NetworkListResponse.Connection> Connections = new List<NetworkListResponse.Connection>();
    VirtualNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    DNSServers.Add(new NetworkListResponse.DnsServer() { Name = "TestDNS1", Address = "a.b.c.d" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "Subnet-1", AddressPrefix = "a.b.c.d/cidr" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "GatewaySubnet", AddressPrefix = "a.b.c.d/cidr" });
    Connections.Add(new NetworkListResponse.Connection() { Type = LocalNetworkConnectionType.IPSecurity });
    LocalNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    LocalSites.Add(new NetworkListResponse.LocalNetworkSite()
    Name = "On-Prem",
    Connections = Connections,
    VpnGatewayAddress = "a.b.c.d",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = LocalNetworkAddressPrefixes }
    Gateway.Sites = LocalSites;
    Gateway.Profile = GatewayProfile.ExtraLarge;
    NetworkManagementClient netMgmtClient = new NetworkManagementClient(CloudCredentials);
    NetworkListResponse netlistresp = GlobalSettings.mainWindow.netMgmtClient.Networks.List();
    netlistresp.VirtualNetworkSites
    .Add(new NetworkListResponse.VirtualNetworkSite()
    Name = "TestVirtualNetwork",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = VirtualNetworkAddressPrefixes },
    DnsServers = DNSServers,
    Subnets = Subnets,
    AffinityGroup = "East US",
    Gateway = Gateway,
    Label = "LabelValue"
    I have also created the entire XML response and sent it to the NetworkManagementClient -> Networks.SetConfiguration() method, but it appears this command expects the virtual network to already be in existence. If anyone could give guidance, it would be
    appreciated.

    Hi,
    As discuss above , we have to create the XML response  ,before that first you have to
    GetConfiguration() details of existing virtual network. 
    string.format("@<NetworkConfiguration xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration'>
                <VirtualNetworkConfiguration>
                <Dns />
                <VirtualNetworkSites>
                <VirtualNetworkSite name=""{0}"" Location=""{1}"">
                <AddressSpace>
                <AddressPrefix>10.0.0.0/8</AddressPrefix>
                </AddressSpace>
                <Subnets>
                <Subnet name=""Subnet-2"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
                </Subnet>
                </Subnets>
                </VirtualNetworkSite>",Networkname,location)+(@"<VirtualNetworkSite name=""demodsf1"" Location=""West Europe"">
            <AddressSpace>
              <AddressPrefix>10.0.0.0/8</AddressPrefix>
            </AddressSpace>
            <Subnets>
              <Subnet name=""Subnet-1"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
              </Subnet>
            </Subnets>
          </VirtualNetworkSite>  </VirtualNetworkSites>
                </VirtualNetworkConfiguration>
                </NetworkConfiguration>")
    you have to append the node for existing node with new values , i got it its adding new virtual network 
    Best regards,

  • Virtual Network Adapter (vEthernet) unauthenticated

    Hi, 
    I have a problem, with configuring a Virtual Network Adapter on SC VMM. 
    I created a logical switch with two physical network adapter (team) and add a virtual network adapter to the logical switch. After that a virtual network adapter will be created on the hyper-v host, but with the status "domain.local (unauthenticated).
    With another hyper-v host it work without problems. 
    I tried to remove and recreate all that stuff but without success. 
    Do someone know that problem? Or can help to find a solution? 
    Thank you for the help.
    Br, 
    Andi

    Hi Sir,
    I searched for this issue but it seems  none fits your case :
    https://social.technet.microsoft.com/Forums/windows/en-US/ca343a3c-c61e-4816-9a96-d973386db2e2/network-shows-as-unauthenticatedchanged-my-network-profile-to-public
    Did you try to manually configure teaming on that hyper-v host , still same result ?
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Solaris 10 u11 : Is it possible to mix IPMP with vertual network interface

    Hi
    I have a system with 4 Ethernet interfaces , I'd like to try to have virtual network interface on two of them . then configure IPMP between each two.
    - Is it possible to mix IPMP and VNIC ?
    - online , I found posts about having vnic on solaris by creating additional interface file (ex, /etc/hostname.bge0:1 ) and also the IPMP create such interface?
    - How can I know which IPMP version installed on the system ? and how to know I'm reading the right configuration guide?
    - on what basis should i choose the type of IPMP for my system (Link-based or Probe-based)
    Thanks in advance
    HEBA

    Hi.
    IPMP can coexist with VNIC.
    IPMP - part of Solaris. So you not need check version of IPMP. Just read Docs for Solaris.
    http://docs.oracle.com/cd/E23823_01/html/816-4554/ipmptm-1.html#scrolltoc
    It's not clear what Vnic you plan use. Is it VLAN or just additional IP on interface ?
    For test address of IPMP you should configure interface like bge0:1 with additional options.
    Regards.

  • Network interfaces in solaris 10g guests

    Dear all,
    I installed solaris 10 on vm server but it doesn't recognize the virtual network interfaces in the system, i tried all the network command in the OS but no way i was able to solve it.
    Please advice.

    You can see all installed interfaces by running 'grep network /etc/path_to_inst'. An example:
    grep network path_to_inst
    "/node@1/pci@8,600000/network@1" 0 "ge"
    "/node@1/pci@9,700000/network@1,1" 0 "eri"
    "/node@1/pci@9,700000/pci@2/network@0" 0 "ce"
    "/node@1/pci@9,700000/pci@2/network@1" 1 "ce"
    "/node@1/pci@9,700000/pci@2/network@2" 2 "ce"
    "/node@1/pci@9,700000/pci@2/network@3" 3 "ce"
    "/node@1/pci@9,600000/network@2" 4 "ce"
    shows, ge0, eri0, ce0 - ce4

  • BadRequest: Virtual machines with secondary network interfaces and virtual machines with no secondary network

    I'm trying to create an "ExtraLarge" VM with multiple NICs.  The New-AzureVM returns the following error:
    BadRequest: Virtual machines with secondary network interfaces and virtual machines with no secondary network
    interfaces are not supported in the same deployment, also a virtual machine having no secondary network interfaces
    cannot be updated to have secondary network interfaces and vice-versa.
    But I have no other VMs.  Or at least I did and then deleted them and all their disks.  The service has no deployments (either staging or production).
    Why is New-AzureVM complaining about a mismatch of VMs with and without secondary network interfaces when no other VMs exist?
    I have tried many things to fix this, including the deletion of ALL of my resources.  I have deleted and created the service many times, both with an affinity group and without.  I have a screen print of the -debug output if your interested.
    Thanks for the outstanding help.

    Hi Ron,
    IMPORTANT NOTE: Please do not post the CONFIDENTIAL DETAILS ever on the public forums, this is HIGH RISK action.
    Please send an email with your contact details to my email
    [email protected] so that I guide you on steps which help you come out of the current scenario. Thank you for understanding.
    I suggest you to create a new VNET and new VM with cloud services. Create Multiple NIC VM. Let us know the results.
    Ref:
    http://azure.microsoft.com/blog/2014/10/30/multiple-vm-nics-and-network-virtual-appliances-in-azure/
    http://blogs.technet.com/b/canitpro/archive/2014/11/04/step-by-step-create-a-vm-with-multiple-nics-in-azure.aspx
    If you are unable to create a VM with multiple NIC, please open a support case as it requires more confidential information which is out of scope of FORUM support offerings.
    Regards,
    Girish

  • Thunderbolt to Firewire Adapter & New Network Interface Message

    I am using the new Thunderbolt to Firewire Adapter. Why is it that every time I use it, I get the following message:
    "A new network interface has been detected. The Thunderbolt FireWire Slot 2 network interface has not been set up. To set up this interface, use network preferences."
    All I want to do is mount external hard drives that don't have Thunderbolt ports to my iMac, via Thunderbolt because I am using the iMac's single Firewire port for something else. The drives do successfully mount, but why do I keep getting this message whenever I connect them again?

    I have no doubt what you say to do would get rid of the message for me. However, both myself and an Apple Store employee think it is odd that the message comes up in the first place. We're both curious about it, and he's going to look into it.
    We tested it on a computer at the store, and found that it happens on Lion too.

  • I have a device that shows up in my airplay device list on my iMac, and my phone.  This device does not exist.  How do I get it out of the list? I would like to drop it before I add new airplay devices to my network.

    I have a device that shows up in my airplay device list in iTunes, and on my iPhone that does not exist.  How do I delete it? I have OS X 10.10.1 on my iMac, and iOS 8.1.2 on my iPhone 5.  I would like to get it out before I add new airplay devices to my network.

    I called Apple tech support.  The device turns out to be a WiFi extender.  I never would have guessed that the extender would show up on the list since I wouldn't think of it as an airplay device, and in the list, it shows a little speaker icon.  In the process of talking with Apple, I gained a greater understanding of how airplay works. 
    It turns out that there is no stored list of devices in a file on the mac, or anywhere else.  I have seen a lot of traffic on the web from people trying to modify this list, but there isn't one.  iTunes, and other devices simply poll the network for airplay devices from time to time.
    Have a very happy holiday!
    I would like to get rid of "just give me the aster, and stop wasting my time", and replace it with my name.  The Apple tech support guy never saw that before.  Just my luck.

Maybe you are looking for

  • How do i unlink my old iphone from my itunes account?

    I am selling my old iphone and it says that that it is still linked to my itunes account.  how do i un-link it from my itunes account?

  • Using Business Area and Profit Center Accounting with New GL functionality

    Hello, We are Public Sector and using ECC 6.0, we have been using Business Area with Fund Management. We also use Special Purpose Ledger with Document splitting. Before migrating to New GL functionality, we want to understand -     The possibility of

  • Skype offered subscription doesn't work

    My first skype account become deactivated (with a small credit still on it). I was put off by the inavailibilty of a human being to speak to so left it quite a while before opening a new account. In June I was sent an email offering a free month-long

  • Business Process Scenario

    Hello everyone, Do we have anyone here who has done Business Process Validation in SAP SD and also assisted SQA team to assist them in validating process design documents. The objective is to verify that requirements no matter functional or technical

  • Website is not loading

    website is not loading today onwards only in firefox..... help me pls.....